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 adjoint sensitivity analysis #19

Open
schmoelder opened this issue Mar 10, 2020 · 1 comment
Open

Implement adjoint sensitivity analysis #19

schmoelder opened this issue Mar 10, 2020 · 1 comment

Comments

@schmoelder
Copy link
Contributor

schmoelder commented Mar 10, 2020

Currently, only first order derivatives are provided using Forward Mode Algorithmic Differentiation.
If implemented, the efficiency for first order would be much higher and second order would be possible with reasonable effort.

@sleweke
Copy link
Member

sleweke commented Mar 20, 2020

There are several ways to do it:

Personally, I'm in favor of continuous adjoints, but it is not clear how to do rapid-equilibrium binding.
Discrete adjoints are doable, especially if we have removed domain decomposition and switched to DG #22. For the backwards integration, we need to solve with the transposed Jacobian.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants