27#include "neml2/models/Model.h"
31namespace crystallography
45 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Definition CrystalMean.h:38
const Variable< T > & _from
Original variable (with list dimensions)
Definition CrystalMean.h:51
Variable< T > & _to
Reduced variable (without list dimensions)
Definition CrystalMean.h:54
CrystalMean(const OptionSet &options)
Definition CrystalMean.cxx:57
const crystallography::CrystalGeometry & _crystal_geometry
Crystal geometry class with slip geometry.
Definition CrystalMean.h:48
static OptionSet expected_options()
Definition CrystalMean.cxx:37
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition CrystalMean.cxx:68
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
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