27#include "neml2/models/Model.h"
39 void set_value(
bool,
bool,
bool)
override;
Definition GreenLagrangeStrain.h:32
const Variable< R2 > & _F
Deformation gradient.
Definition GreenLagrangeStrain.h:45
Variable< SR2 > & _E
Green-Lagrange strain.
Definition GreenLagrangeStrain.h:42
GreenLagrangeStrain(const OptionSet &options)
Definition GreenLagrangeStrain.cxx:52
static OptionSet expected_options()
Definition GreenLagrangeStrain.cxx:36
void set_value(bool, bool, bool) override
The map between input -> output, and optionally its derivatives.
Definition GreenLagrangeStrain.cxx:60
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
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30