https://mooseframework.inl.gov
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions | Static Private Member Functions | Private Attributes | List of all members
AdjointSolve Class Reference

The solve object is responsible for solving the adjoint version of a forward model. More...

#include <AdjointSolve.h>

Inheritance diagram for AdjointSolve:
[legend]

Public Types

typedef DataFileName DataFileParameterType
 

Public Member Functions

 AdjointSolve (Executioner &ex)
 
virtual bool solve () override
 Solve the adjoint system with the following procedure:
 
virtual void initialSetup ()
 
virtual void setInnerSolve (SolveObject &solve)
 
virtual bool enabled () const
 
std::shared_ptr< MooseObjectgetSharedPtr ()
 
std::shared_ptr< const MooseObjectgetSharedPtr () const
 
bool isKokkosObject () const
 
MooseAppgetMooseApp () const
 
const std::string & type () const
 
const std::string & name () const
 
std::string typeAndName () const
 
MooseObjectParameterName uniqueParameterName (const std::string &parameter_name) const
 
MooseObjectName uniqueName () const
 
const InputParametersparameters () const
 
const hit::Node * getHitNode () const
 
bool hasBase () const
 
const std::string & getBase () const
 
const TgetParam (const std::string &name) const
 
std::vector< std::pair< T1, T2 > > getParam (const std::string &param1, const std::string &param2) const
 
const TqueryParam (const std::string &name) const
 
const TgetRenamedParam (const std::string &old_name, const std::string &new_name) const
 
T getCheckedPointerParam (const std::string &name, const std::string &error_string="") const
 
bool isParamValid (const std::string &name) const
 
bool isParamSetByUser (const std::string &name) const
 
void connectControllableParams (const std::string &parameter, const std::string &object_type, const std::string &object_name, const std::string &object_parameter) const
 
void paramError (const std::string &param, Args... args) const
 
void paramWarning (const std::string &param, Args... args) const
 
void paramWarning (const std::string &param, Args... args) const
 
void paramInfo (const std::string &param, Args... args) const
 
std::string messagePrefix (const bool hit_prefix=true) const
 
std::string errorPrefix (const std::string &) const
 
void mooseError (Args &&... args) const
 
void mooseDocumentedError (const std::string &repo_name, const unsigned int issue_num, Args &&... args) const
 
void mooseErrorNonPrefixed (Args &&... args) const
 
void mooseWarning (Args &&... args) const
 
void mooseWarning (Args &&... args) const
 
void mooseWarningNonPrefixed (Args &&... args) const
 
void mooseWarningNonPrefixed (Args &&... args) const
 
void mooseDeprecated (Args &&... args) const
 
void mooseDeprecated (Args &&... args) const
 
void mooseDeprecatedNoTrace (Args &&... args) const
 
void mooseInfo (Args &&... args) const
 
void callMooseError (std::string msg, const bool with_prefix, const hit::Node *node=nullptr, const bool show_trace=true) const
 
std::string getDataFileName (const std::string &param) const
 
std::string getDataFileNameByName (const std::string &relative_path) const
 
std::string getDataFilePath (const std::string &relative_path) const
 
PerfGraphperfGraph ()
 
bool isDefaultPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
bool hasPostprocessor (const std::string &param_name, const unsigned int index=0) const
 
bool hasPostprocessorByName (const PostprocessorName &name) const
 
std::size_t coupledPostprocessors (const std::string &param_name) const
 
const PostprocessorName & getPostprocessorName (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValue (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOld (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOld (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOlder (const std::string &param_name, const unsigned int index=0) const
 
const PostprocessorValuegetPostprocessorValueOlder (const std::string &param_name, const unsigned int index=0) const
 
virtual const PostprocessorValuegetPostprocessorValueByName (const PostprocessorName &name) const
 
virtual const PostprocessorValuegetPostprocessorValueByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOldByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOldByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOlderByName (const PostprocessorName &name) const
 
const PostprocessorValuegetPostprocessorValueOlderByName (const PostprocessorName &name) const
 
const Parallel::Communicator & comm () const
 
processor_id_type n_processors () const
 
processor_id_type processor_id () const
 

Static Public Member Functions

static InputParameters validParams ()
 
static void callMooseError (MooseApp *const app, const InputParameters &params, std::string msg, const bool with_prefix, const hit::Node *node, const bool show_trace=true)
 

Public Attributes

 usingCombinedWarningSolutionWarnings
 
const ConsoleStream _console
 

Static Public Attributes

static const std::string type_param
 
static const std::string name_param
 
static const std::string unique_name_param
 
static const std::string app_param
 
static const std::string moose_base_param
 
static const std::string kokkos_object_param
 

Protected Member Functions

void checkIntegrity ()
 Checks whether the forward and adjoint systems are consistent.
 
virtual void assembleAdjointSystem (SparseMatrix< Number > &matrix, const NumericVector< Number > &solution, NumericVector< Number > &rhs)
 Assembles adjoint system.
 
void applyNodalBCs (SparseMatrix< Number > &matrix, const NumericVector< Number > &solution, NumericVector< Number > &rhs)
 Helper function for applying nodal BCs to the adjoint matrix and RHS.
 
void flagInvalidSolutionInternal (const InvalidSolutionID invalid_solution_id) const
 
InvalidSolutionID registerInvalidSolutionInternal (const std::string &message, const bool warning) const
 
PerfID registerTimedSection (const std::string &section_name, const unsigned int level) const
 
PerfID registerTimedSection (const std::string &section_name, const unsigned int level, const std::string &live_message, const bool print_dots=true) const
 
std::string timedSectionName (const std::string &section_name) const
 
virtual void addPostprocessorDependencyHelper (const PostprocessorName &) const
 

Protected Attributes

const unsigned int _forward_sys_num
 The number of the nonlinear system representing the forward model.
 
const unsigned int _adjoint_sys_num
 The number of the nonlinear system representing the adjoint model.
 
NonlinearSystemBase_nl_forward
 The nonlinear system representing the forward model.
 
NonlinearSystemBase_nl_adjoint
 The nonlinear system representing the adjoint model.
 
Executioner_executioner
 
FEProblemBase_problem
 
DisplacedProblem_displaced_problem
 
MooseMesh_mesh
 
MooseMesh_displaced_mesh
 
SystemBase_solver_sys
 
AuxiliarySystem_aux
 
SolveObject_inner_solve
 
const bool & _enabled
 
MooseApp_app
 
Factory_factory
 
ActionFactory_action_factory
 
const std::string & _type
 
const std::string & _name
 
const InputParameters_pars
 
MooseApp_pg_moose_app
 
const std::string _prefix
 
const Parallel::Communicator & _communicator
 

Private Member Functions

const PostprocessorName & getPostprocessorNameInternal (const std::string &param_name, const unsigned int index, const bool allow_default_value=true) const
 
bool isDefaultPostprocessorValueByName (const PostprocessorName &name) const
 
PostprocessorValue getDefaultPostprocessorValueByName (const PostprocessorName &name) const
 
void checkParam (const std::string &param_name, const unsigned int index=std::numeric_limits< unsigned int >::max()) const
 
bool postprocessorsAdded () const
 
const PostprocessorValuegetPostprocessorValueInternal (const std::string &param_name, unsigned int index, std::size_t t_index) const
 
const PostprocessorValuegetPostprocessorValueInternal (const std::string &param_name, unsigned int index, std::size_t t_index) const
 
const PostprocessorValuegetPostprocessorValueByNameInternal (const PostprocessorName &name, std::size_t t_index) const
 
const PostprocessorValuegetPostprocessorValueByNameInternal (const PostprocessorName &name, std::size_t t_index) const
 

Static Private Member Functions

static const hit::Node * getHitNode (const InputParameters &params)
 
static std::string messagePrefix (const InputParameters &params, const bool hit_prefix)
 

Private Attributes

const ParallelParamObject_parent
 
const MooseBase_si_moose_base
 
const FEProblemBase_si_problem
 
const MooseObject_ppi_moose_object
 
const InputParameters_ppi_params
 
const FEProblemBase_ppi_feproblem
 
std::map< PostprocessorName, std::unique_ptr< PostprocessorValue > > _default_values
 

Detailed Description

The solve object is responsible for solving the adjoint version of a forward model.

It does this by solving a linear system with a transposed matrix and a source. The matrix is evaluated from the forward model's Jacobian, using the converged solution. The source is computed by evaluating the residual of a secondary nonlinear-system representing the adjoint system, in which the adjoint solution is 0.

Definition at line 31 of file AdjointSolve.h.

Constructor & Destructor Documentation

◆ AdjointSolve()

AdjointSolve::AdjointSolve ( Executioner ex)

Definition at line 38 of file AdjointSolve.C.

39 : SolveObject(ex),
41 _problem.nlSysNum(getParam<std::vector<SolverSystemName>>("forward_system")[0])),
42 _adjoint_sys_num(_problem.nlSysNum(getParam<NonlinearSystemName>("adjoint_system"))),
45{
46 // Disallow vectors of systems
47 if (getParam<std::vector<SolverSystemName>>("forward_system").size() != 1)
48 paramError("forward_system",
49 "Multiple nonlinear forward systems is not supported at the moment");
50
51 // These should never be hit, but just in case
52 if (!dynamic_cast<NonlinearSystem *>(&_nl_forward))
53 paramError("forward_system", "Forward system does not appear to be a 'NonlinearSystem'.");
54 if (!dynamic_cast<NonlinearSystem *>(&_nl_adjoint))
55 paramError("adjoint_system", "Adjoint system does not appear to be a 'NonlinearSystem'.");
56 // Adjoint system should never perform its own automatic scaling. Scaling factors from the forward
57 // system are applied.
59
60 // We need to force the forward system to have a scaling vector. This is
61 // in case a user provides scaling for an individual variables but doesn't have any
62 // AD objects.
64
65 // Set the solver options for the adjoint system
66 mooseAssert(_problem.numSolverSystems() > 1,
67 "We should have forward and adjoint systems as evidenced by our initialization list");
68 const auto prefix = _nl_adjoint.prefix();
71 // Set solver parameter prefix
72 auto & solver_params = _problem.solverParams(_nl_adjoint.number());
73 solver_params._prefix = prefix;
74 solver_params._solver_sys_num = _nl_adjoint.number();
75}
const unsigned int _forward_sys_num
The number of the nonlinear system representing the forward model.
NonlinearSystemBase & _nl_forward
The nonlinear system representing the forward model.
const unsigned int _adjoint_sys_num
The number of the nonlinear system representing the adjoint model.
NonlinearSystemBase & _nl_adjoint
The nonlinear system representing the adjoint model.
virtual std::size_t numSolverSystems() const override
SolverParams & solverParams(unsigned int solver_sys_num=0)
virtual unsigned int nlSysNum(const NonlinearSystemName &nl_sys_name) const override
NonlinearSystemBase & getNonlinearSystemBase(const unsigned int sys_num)
void paramError(const std::string &param, Args... args) const
const T & getParam(const std::string &name) const
FEProblemBase & _problem
std::string _prefix
bool automaticScaling() const
std::string prefix() const
unsigned int number() const
void setConvergedReasonFlags(FEProblemBase &fe_problem, std::string prefix)
void storePetscOptions(FEProblemBase &fe_problem, const std::string &prefix, const ParallelParamObject &param_object)

Member Function Documentation

◆ applyNodalBCs()

void AdjointSolve::applyNodalBCs ( SparseMatrix< Number > &  matrix,
const NumericVector< Number > &  solution,
NumericVector< Number > &  rhs 
)
protected

Helper function for applying nodal BCs to the adjoint matrix and RHS.

Say there is a BC setting the d-th DoF to a dirichlet condition on the forward problem. This basically sets the d-th column of the matrix to zero, the d-th entry of the matrix diagonal to one, and the d-th entry of the RHS to the solution passed in.

Parameters
matrixThe matrix whose columns are set to 0
solutionThe solution to replace the entries of the RHS
rhsThe RHS to to replace with the solution

Definition at line 163 of file AdjointSolve.C.

166{
167 std::vector<dof_id_type> nbc_dofs;
168 auto & nbc_warehouse = _nl_forward.getNodalBCWarehouse();
169 if (nbc_warehouse.hasActiveObjects())
170 {
171 for (const auto & bnode : *_mesh.getBoundaryNodeRange())
172 {
173 BoundaryID boundary_id = bnode->_bnd_id;
174 Node * node = bnode->_node;
175
176 if (!nbc_warehouse.hasActiveBoundaryObjects(boundary_id) ||
177 node->processor_id() != processor_id())
178 continue;
179
180 for (const auto & bc : nbc_warehouse.getActiveBoundaryObjects(boundary_id))
181 if (bc->shouldApply())
182 for (unsigned int c = 0; c < bc->variable().count(); ++c)
183 nbc_dofs.push_back(node->dof_number(_forward_sys_num, bc->variable().number() + c, 0));
184 }
185
186 // Petsc has a nice interface for zeroing rows and columns, so we'll use it
187 auto petsc_matrix = dynamic_cast<PetscMatrix<Number> *>(&matrix);
188 auto petsc_solution = dynamic_cast<const PetscVector<Number> *>(&solution);
189 auto petsc_rhs = dynamic_cast<PetscVector<Number> *>(&rhs);
190 if (petsc_matrix && petsc_solution && petsc_rhs)
191 LibmeshPetscCall(MatZeroRowsColumns(petsc_matrix->mat(),
192 cast_int<PetscInt>(nbc_dofs.size()),
193 libMesh::numeric_petsc_cast(nbc_dofs.data()),
194 1.0,
195 petsc_solution->vec(),
196 petsc_rhs->vec()));
197 else
198 mooseError("Using PETSc matrices and vectors is required for applying homogenized boundary "
199 "conditions.");
200 }
201}
boundary_id_type BoundaryID
for(PetscInt i=0;i< nvars;++i)
void ErrorVector unsigned int
void mooseError(Args &&... args) const
const MooseObjectTagWarehouse< NodalBCBase > & getNodalBCWarehouse() const
MooseMesh & _mesh
processor_id_type processor_id() const
if(subdm)
PetscInt * numeric_petsc_cast(const numeric_index_type *p)

Referenced by solve().

◆ assembleAdjointSystem()

void AdjointSolve::assembleAdjointSystem ( SparseMatrix< Number > &  matrix,
const NumericVector< Number > &  solution,
NumericVector< Number > &  rhs 
)
protectedvirtual

Assembles adjoint system.

Parameters
matrixUn-transposed matrix (will be transposed later in solver)
solutionAdjoint solution (basically the initial guess for the solver)
rhsThe adjoint source (i.e. -residual)

Reimplemented in AdjointTransientSolve.

Definition at line 149 of file AdjointSolve.C.

152{
153
155
158 rhs.close();
159 rhs.scale(-1.0);
160}
virtual void computeJacobian(const NumericVector< libMesh::Number > &soln, libMesh::SparseMatrix< libMesh::Number > &jacobian, const unsigned int nl_sys_num)
void setCurrentNonlinearSystem(const unsigned int nl_sys_num)
virtual void computeResidualTag(const NumericVector< libMesh::Number > &soln, NumericVector< libMesh::Number > &residual, TagID tag)
TagID nonTimeVectorTag() const override
virtual const NumericVector< Number > *const & currentSolution() const override final
virtual void close()=0
virtual void scale(const T factor)=0

Referenced by AdjointTransientSolve::assembleAdjointSystem(), and solve().

◆ checkIntegrity()

void AdjointSolve::checkIntegrity ( )
protected

Checks whether the forward and adjoint systems are consistent.

Definition at line 204 of file AdjointSolve.C.

205{
206 const auto adj_vars = _nl_adjoint.getVariables(0);
207 for (const auto & adj_var : adj_vars)
208 // If the user supplies any scaling factors for individual variables the
209 // adjoint system won't be consistent.
210 if (!libMesh::absolute_fuzzy_equals(adj_var->scalingFactor(), 1.0))
212 "User cannot supply scaling factors for adjoint variables. Adjoint system is scaled "
213 "automatically by the forward system.");
214
215 // This is to prevent automatic scaling of the adjoint system. Scaling is
216 // taken from the forward system
217 if (_nl_adjoint.hasVector("scaling_factors"))
218 _nl_adjoint.removeVector("scaling_factors");
219
220 // Main thing is that the number of dofs in each system is the same
223 "The forward and adjoint systems do not seem to be the same size. This could be due to (1) "
224 "the number of variables added to each system is not the same, (2) variables do not have "
225 "consistent family/order, (3) variables do not have the same block restriction.");
226}
virtual libMesh::System & system() override
bool hasVector(const std::string &tag_name) const
void removeVector(const std::string &name)
const std::vector< MooseVariableFieldBase * > & getVariables(THREAD_ID tid)
dof_id_type n_dofs() const
The following methods are specializations for using the Parallel::packed_range_* routines for a vecto...
bool absolute_fuzzy_equals(const T &var1, const T2 &var2, const Real tol=TOLERANCE *TOLERANCE)

Referenced by solve().

◆ solve()

bool AdjointSolve::solve ( )
overridevirtual

Solve the adjoint system with the following procedure:

  1. Call the _inner_solve
  2. Execute user-objects, auxkernels, and multiapps on ADJOINT_TIMESTEP_BEGIN
  3. Assemble the adjoint system: 3a. Evaluate forward system Jacobian 3b. Evaluate adjoint system residual
  4. Solve adjoint system by calling libMesh::linearSolver::adjoint_solve
  5. Execute user-objects, auxkernels, and multiapps on ADJOINT_TIMESTEP_END
Returns
true Inner solve, multiapps, and adjoint solve all converged
false Inner solve, multiapps, or adjoint solve did not converge

Implements SolveObject.

Reimplemented in AdjointTransientSolve.

Definition at line 78 of file AdjointSolve.C.

79{
80 TIME_SECTION("execute", 1, "Executing adjoint problem", false);
81
82 mooseAssert(!_inner_solve,
83 "I don't see any code path in which this class winds up with an inner solve");
84
85 // enforce PETSc options are passed to the adjoint solve as well, as set in the user file
86 auto & petsc_options = _problem.getPetscOptions();
87 auto & pars = _problem.solverParams(_nl_adjoint.number());
88 Moose::PetscSupport::petscSetOptions(petsc_options, pars);
89
91
93 {
94 _console << "MultiApps failed to converge on ADJOINT_TIMESTEP_BEGIN!" << std::endl;
95 return false;
96 }
97 // Output results between the forward and adjoint solve.
99
101
102 // Convenient references
103 // Adjoint matrix, solution, and right-hand-side
104 auto & matrix = cast_ref<ImplicitSystem &>(_nl_forward.system()).get_system_matrix();
105 auto & solution = _nl_adjoint.solution();
107 // Linear solver parameters
108 auto & es = _problem.es();
109 const auto tol = es.parameters.get<Real>("linear solver tolerance");
110 const auto maxits = es.parameters.get<unsigned int>("linear solver maximum iterations");
111 // Linear solver for adjoint system
112 auto & solver = *cast_ref<ImplicitSystem &>(_nl_adjoint.system()).get_linear_solver();
113
114 // Assemble adjoint system by evaluating the forward Jacobian, computing the adjoint
115 // residual/source, and homogenizing nodal BCs
116 assembleAdjointSystem(matrix, solution, rhs);
117 applyNodalBCs(matrix, solution, rhs);
118
119 // Solve the adjoint system
120 solver.adjoint_solve(matrix, solution, rhs, tol, maxits);
121
122 // For scaling of the forward problem we need to apply correction factor
123 solution *= _nl_forward.getVector("scaling_factors");
124
125 // Hanging-node (and other DofMap) constraints are not applied by the raw transpose solve above,
126 // which leaves constrained dofs at zero, so back-substitute them here. The vector being
127 // constrained belongs to the adjoint system, not the forward system that owns the matrix.
129
131 if (solver.get_converged_reason() < 0)
132 {
133 _console << "Adjoint solve failed to converge with reason: "
134 << Utility::enum_to_string(solver.get_converged_reason()) << std::endl;
135 return false;
136 }
137
140 {
141 _console << "MultiApps failed to converge on ADJOINT_TIMESTEP_END!" << std::endl;
142 return false;
143 }
144
145 return true;
146}
const double tol
void applyNodalBCs(SparseMatrix< Number > &matrix, const NumericVector< Number > &solution, NumericVector< Number > &rhs)
Helper function for applying nodal BCs to the adjoint matrix and RHS.
virtual void assembleAdjointSystem(SparseMatrix< Number > &matrix, const NumericVector< Number > &solution, NumericVector< Number > &rhs)
Assembles adjoint system.
void checkIntegrity()
Checks whether the forward and adjoint systems are consistent.
const ConsoleStream _console
virtual libMesh::EquationSystems & es() override
bool execMultiApps(ExecFlagType type, bool auto_advance=true)
virtual void execute(const ExecFlagType &exec_type)
Moose::PetscSupport::PetscOptions & getPetscOptions()
virtual void outputStep(ExecFlagType type)
NumericVector< Number > & getResidualNonTimeVector()
SolveObject * _inner_solve
virtual NumericVector< Number > & getVector(const std::string &name)
NumericVector< Number > & solution()
void enforce_constraints_exactly(const System &system, NumericVector< Number > *v=nullptr, bool homogeneous=false) const
const T & get(std::string_view) const
const DofMap & get_dof_map() const
void petscSetOptions(const PetscOptions &po, const SolverParams &solver_params, FEProblemBase *const problem=nullptr)
const ExecFlagType EXEC_ADJOINT_TIMESTEP_END
const ExecFlagType EXEC_ADJOINT_TIMESTEP_BEGIN
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real

Referenced by SteadyAndAdjoint::execute(), and AdjointTransientSolve::solve().

◆ validParams()

InputParameters AdjointSolve::validParams ( )
static

Definition at line 26 of file AdjointSolve.C.

27{
29 params.addRequiredParam<std::vector<SolverSystemName>>(
30 "forward_system",
31 "Name of the nonlinear system representing the forward problem. Multiple and linear solver "
32 "systems are not currently supported.");
33 params.addRequiredParam<NonlinearSystemName>(
34 "adjoint_system", "Name of the system representing the adjoint problem.");
35 return params;
36}
InputParameters emptyInputParameters()
void addRequiredParam(const std::string &name, const std::string &doc_string)

Referenced by AdjointTransientSolve::validParams(), and SteadyAndAdjoint::validParams().

Member Data Documentation

◆ _adjoint_sys_num

const unsigned int AdjointSolve::_adjoint_sys_num
protected

The number of the nonlinear system representing the adjoint model.

Definition at line 88 of file AdjointSolve.h.

Referenced by assembleAdjointSystem().

◆ _forward_sys_num

const unsigned int AdjointSolve::_forward_sys_num
protected

The number of the nonlinear system representing the forward model.

Definition at line 86 of file AdjointSolve.h.

Referenced by applyNodalBCs(), assembleAdjointSystem(), and AdjointTransientSolve::evaluateTimeResidual().

◆ _nl_adjoint

NonlinearSystemBase& AdjointSolve::_nl_adjoint
protected

◆ _nl_forward

NonlinearSystemBase& AdjointSolve::_nl_forward
protected

The documentation for this class was generated from the following files: