-
Notifications
You must be signed in to change notification settings - Fork 7
Adjoint Solver #292
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
base: main
Are you sure you want to change the base?
Adjoint Solver #292
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files📢 Thoughts on this report? Let us know! |
For the sensitivities (can useful in other cases as well), maybe its a good idea to make some struct such that struct FieldArray{T}
center::T
vertex::T
xy::Union{Nothing, T} # 3D only
yz::Union{Nothing, T} # 3D only
xz::Union{Nothing, T} # 3D only
end and bundle them all into an |
Great! Does the last commit fix the scaling issues? |
ToDo: