MASTmultiphysics / mast-multiphysics

Multidisciplinary-design Adaptation and Sensitivity Toolkit (MAST) - Sensitivity-enabled multiphysics FEA for design
https://www.mast-multiphysics.com
GNU Lesser General Public License v2.1
43 stars 24 forks source link

Explicitly Set Adjoint RHS #104

Open JohnDN90 opened 3 years ago

JohnDN90 commented 3 years ago

These changes allow the user to explicitly define the adjoint right-hand-side (rhs) for multiple quantities of interest. This brings the MAST implementation of adjoints closer to that implemented in libMesh. This feature was added to support interfacing MAST with third-party programs for coupled analyses.

Backwards compatibility of the "adjoint_solve" method is maintained.