27#include "neml2/models/Model.h"
34namespace crystallography
49 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
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
Plastic spatial velocity gradient with the default kinetics.
Definition PlasticSpatialVelocityGradient.h:41
const Variable< R2 > & _R
Current orientation.
Definition PlasticSpatialVelocityGradient.h:58
const crystallography::CrystalGeometry & _crystal_geometry
Crystal geometry class with slip geometry.
Definition PlasticSpatialVelocityGradient.h:52
static OptionSet expected_options()
Definition PlasticSpatialVelocityGradient.cxx:39
PlasticSpatialVelocityGradient(const OptionSet &options)
Definition PlasticSpatialVelocityGradient.cxx:68
Variable< R2 > & _lp
Plastic spatial velocity gradient.
Definition PlasticSpatialVelocityGradient.h:55
const Variable< Scalar > & _g
Slip rates.
Definition PlasticSpatialVelocityGradient.h:61
void set_value(bool out, bool dout_din, bool d2out_din2) override
Set the plastic deformation rate and derivatives.
Definition PlasticSpatialVelocityGradient.cxx:79
Concrete definition of a variable.
Definition VariableStore.h:41
Defines the geometry of a crystal system This includes a basic definition of the crystal lattice,...
Definition CrystalGeometry.h:48
Definition DiagnosticsInterface.cxx:30