27#include "neml2/models/Model.h"
49 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Model(const OptionSet &options)
Construct a new Model object.
Definition Model.cxx:110
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
PlasticVorticity(const OptionSet &options)
Definition PlasticVorticity.cxx:66
const Variable< R2 > & _R
Orientation.
Definition PlasticVorticity.h:58
const crystallography::CrystalGeometry & _crystal_geometry
Crystal geometry class with slip geometry.
Definition PlasticVorticity.h:52
const Variable< Scalar > & _gamma_dot
Slip rate.
Definition PlasticVorticity.h:61
Variable< WR2 > & _Wp
Plastic vorticity.
Definition PlasticVorticity.h:55
static OptionSet expected_options()
Definition PlasticVorticity.cxx:40
void set_value(bool out, bool dout_din, bool d2out_din2) override
Set the plastic vorticity and derivatives.
Definition PlasticVorticity.cxx:77
Second order tensor without symmetry.
Definition R2.h:42
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition Variable.h:236
A skew-symmetric second order tensor, represented as an axial vector.
Definition WR2.h:43
Defines the geometry of a crystal system This includes a basic definition of the crystal lattice,...
Definition CrystalGeometry.h:49
Definition CrystalGeometry.cxx:39
Definition DiagnosticsInterface.cxx:30