27#include "neml2/models/solid_mechanics/Eigenstrain.h"
41 void set_value(
bool,
bool,
bool)
override;
Eigenstrain(const OptionSet &options)
Definition Eigenstrain.cxx:41
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
Scalar.
Definition Scalar.h:38
const Scalar & _alpha
Coefficient of thermal expansion.
Definition ThermalEigenstrain.h:50
ThermalEigenstrain(const OptionSet &options)
Definition ThermalEigenstrain.cxx:55
const Variable< Scalar > & _T
Eigen strain.
Definition ThermalEigenstrain.h:44
static OptionSet expected_options()
Definition ThermalEigenstrain.cxx:34
const Scalar & _T0
The reference (stress free) temperature.
Definition ThermalEigenstrain.h:47
void set_value(bool, bool, bool) override
The map between input -> output, and optionally its derivatives.
Definition ThermalEigenstrain.cxx:64
Concrete definition of a variable.
Definition Variable.h:236
Definition DiagnosticsInterface.cxx:30