27#include "neml2/models/Model.h"
28#include "neml2/tensors/SR2.h"
29#include "neml2/tensors/Scalar.h"
Model(const OptionSet &options)
Construct a new Model object.
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
const Variable< SR2 > & _strain
The strain variable.
Definition StrainEnergyDensity.h:42
Variable< Scalar > & _psie_active
active part of the elastic strain energy density
Definition StrainEnergyDensity.h:45
StrainEnergyDensity(const OptionSet &options)
Variable< Scalar > & _psie_inactive
inactive part of the elastic strain energy density
Definition StrainEnergyDensity.h:48
static OptionSet expected_options()
Concrete definition of a variable.
Definition Variable.h:37
Definition DiagnosticsInterface.h:31