27#include "neml2/models/Model.h"
40 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Variational advective stress associated with swelling induced volume change.
Definition AdvectiveStress.h:33
const Variable< R2 > & _F
Definition AdvectiveStress.h:54
Variable< Scalar > & _ps
Definition AdvectiveStress.h:57
const Variable< Scalar > * _Js
Definition AdvectiveStress.h:45
const Variable< Scalar > * _Jt
Definition AdvectiveStress.h:48
static OptionSet expected_options()
Definition AdvectiveStress.cxx:35
const Variable< R2 > & _P
Definition AdvectiveStress.h:51
AdvectiveStress(const OptionSet &options)
Definition AdvectiveStress.cxx:67
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition AdvectiveStress.cxx:79
const Scalar & _coeff
Definition AdvectiveStress.h:42
The base class for all constitutive models.
Definition Model.h:70
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 VariableStore.h:41
Definition DiagnosticsInterface.cxx:30