27#include "neml2/models/Model.h"
28#include "neml2/solvers/NonlinearSolver.h"
44 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
void link_output_variables() override
Definition ImplicitUpdate.cxx:101
Model & _model
The implicit model to be updated.
Definition ImplicitUpdate.h:47
ImplicitUpdate(const OptionSet &options)
Definition ImplicitUpdate.cxx:57
NonlinearSolver & _solver
The nonlinear solver used to solve the nonlinear system.
Definition ImplicitUpdate.h:50
void diagnose() const override
Check for common problems.
Definition ImplicitUpdate.cxx:79
static OptionSet expected_options()
Definition ImplicitUpdate.cxx:37
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition ImplicitUpdate.cxx:109
Model(const OptionSet &options)
Construct a new Model object.
Definition Model.cxx:110
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:52
Definition DiagnosticsInterface.cxx:30