Can SU2_GEO FD computations be replaced with a SU2_DOT_AD ? #2023
NAnand-TUD
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Community,
Recently, I was looking into the SU2_GEO code with my colleague and we see that sens computations in SU2_GEO are done using FD. Just wondering, in theory, SU2_DOT_AD differentiates the deformation for you and should give you volume and area sensitivities, it only needs to be linked to FFD DVs. Hence, I assume SU2_GEO computation using SU2_DOT_AD will be faster especially when a large number of DVs are in play.
In a current problem time to compute area sensitivities using SU2_GEO is comparable to that of the primal problem, which just does not sound right to me.
Am I oversimplifying the problem? Or am I missing something in my thought process?
What is your general thought on this?
-Nitish
Beta Was this translation helpful? Give feedback.
All reactions