27#include "neml2/models/solid_mechanics/Eigenstrain.h"
42 void set_value(
bool,
bool,
bool)
override;
Definition Eigenstrain.h:34
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition VariableStore.h:41
Define the volume change eigenstrain.
Definition VolumeChangeEigenstrain.h:35
const Scalar & _V0
Parameters.
Definition VolumeChangeEigenstrain.h:45
VolumeChangeEigenstrain(const OptionSet &options)
Definition VolumeChangeEigenstrain.cxx:55
static OptionSet expected_options()
Definition VolumeChangeEigenstrain.cxx:33
const Variable< Scalar > & _V
State Variables.
Definition VolumeChangeEigenstrain.h:48
void set_value(bool, bool, bool) override
The map between input -> output, and optionally its derivatives.
Definition VolumeChangeEigenstrain.cxx:63
Definition DiagnosticsInterface.cxx:30