27#include "neml2/models/Model.h"
40 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
const Variable< Scalar > & _J
Definition AdvectiveStress.h:45
const Variable< R2 > & _F
Definition AdvectiveStress.h:51
Variable< Scalar > & _ps
Definition AdvectiveStress.h:54
static OptionSet expected_options()
Definition AdvectiveStress.cxx:33
const Variable< R2 > & _P
Definition AdvectiveStress.h:48
AdvectiveStress(const OptionSet &options)
Definition AdvectiveStress.cxx:61
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition AdvectiveStress.cxx:72
const Scalar & _coeff
Definition AdvectiveStress.h:42
Model(const OptionSet &options)
Construct a new Model object.
Definition Model.cxx:96
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition Variable.h:236
Definition DiagnosticsInterface.cxx:29