27#include "neml2/models/Model.h"
32namespace crystallography
47 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
The base class for all constitutive models.
Definition Model.h:68
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
A helper model to calculate the sum of the absolute value of the slip rates.
Definition SumSlipRates.h:39
SumSlipRates(const OptionSet &options)
Definition SumSlipRates.cxx:59
Variable< Scalar > & _sg
Sum of the absolute slip rates.
Definition SumSlipRates.h:53
const crystallography::CrystalGeometry & _crystal_geometry
Crystal geometry class with slip geometry.
Definition SumSlipRates.h:50
static OptionSet expected_options()
Definition SumSlipRates.cxx:40
const Variable< Scalar > & _g
Slip rates.
Definition SumSlipRates.h:56
void set_value(bool out, bool dout_din, bool d2out_din2) override
Calculate the sum and the derivatives.
Definition SumSlipRates.cxx:69
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