You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to use solveAdjointForRHS to solve the Adjoint of Euler for my specific objective function, which is not defined in ADFlow. I calculated the RHS vector from external codes, then I imported the RHS to ADFlow (I did It in serial, not parallel). So, to use solveAdjointforRHS in parallel, I have to scatter the RHS. Is there any way to scatter the data in the same way that it is done in the code using the python interface? I tried to do it using comm.scatter, but, I think, it is not the correct way. Any suggestions about how I should do it? I checked adjointAPI.F90, but I could not really understand how the things are done there! I appreciate any help/clues/suggestions.
Regards,
Arash
The text was updated successfully, but these errors were encountered:
Hello,
I wanted to use solveAdjointForRHS to solve the Adjoint of Euler for my specific objective function, which is not defined in ADFlow. I calculated the RHS vector from external codes, then I imported the RHS to ADFlow (I did It in serial, not parallel). So, to use solveAdjointforRHS in parallel, I have to scatter the RHS. Is there any way to scatter the data in the same way that it is done in the code using the python interface? I tried to do it using comm.scatter, but, I think, it is not the correct way. Any suggestions about how I should do it? I checked adjointAPI.F90, but I could not really understand how the things are done there! I appreciate any help/clues/suggestions.
Regards,
Arash
The text was updated successfully, but these errors were encountered: