27#include "neml2/models/Model.h"
28#include "neml2/solvers/NonlinearSolver.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:54
Definition ImplicitUpdate.h:33
void link_output_variables() override
Definition ImplicitUpdate.cxx:99
Model & _model
The implicit model to be updated.
Definition ImplicitUpdate.h:47
ImplicitUpdate(const OptionSet &options)
Definition ImplicitUpdate.cxx:51
NonlinearSolver & _solver
The nonlinear solver used to solve the nonlinear system.
Definition ImplicitUpdate.h:50
static OptionSet expected_options()
Definition ImplicitUpdate.cxx:35
void diagnose(std::vector< Diagnosis > &diagnoses) const override
Check for common problems.
Definition ImplicitUpdate.cxx:73
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition ImplicitUpdate.cxx:107
The base class for all constitutive models.
Definition Model.h:51
The nonlinear solver solves a nonlinear system of equations.
Definition NonlinearSolver.h:37
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:85
Definition CrossRef.cxx:31