Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement gradients #10

Open
A-CGray opened this issue Aug 11, 2021 · 0 comments
Open

Implement gradients #10

A-CGray opened this issue Aug 11, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@A-CGray
Copy link
Owner

A-CGray commented Aug 11, 2021

To enable optimisation of FEMpy models, I need to implement gradient computation, using the direct or adjoint methods:

I therefore need to implement the concepts of functions and design variables along with the derivatives of functions w.r.t state variables and DV's and of the residuals w.r.t DV's. Most likely, geometric DV's will have to be handled separately from DV's associated with constitutive objects.

Once these partial terms are implemented, I will also need to implement methods for solving the adjoint or direct problems and computing the total derivatives.

@A-CGray A-CGray added the enhancement New feature or request label Aug 11, 2021
@A-CGray A-CGray moved this to To do in Development Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: To do
Development

No branches or pull requests

1 participant