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:52
Definition ImplicitUpdate.h:33
Model & _model
The implicit model to be updated.
Definition ImplicitUpdate.h:45
ImplicitUpdate(const OptionSet &name)
Definition ImplicitUpdate.cxx:49
virtual void check_AD_limitation() const override
Definition ImplicitUpdate.cxx:81
NonlinearSolver & _solver
The nonlinear solver used to solve the nonlinear system.
Definition ImplicitUpdate.h:48
static OptionSet expected_options()
Definition ImplicitUpdate.cxx:33
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition ImplicitUpdate.cxx:89
The base class for all constitutive models.
Definition Model.h:53
const std::string & name() const
A readonly reference to the object's name.
Definition NEML2Object.h:65
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:59
Definition CrossRef.cxx:32