27#include "neml2/models/Model.h"
28#include "neml2/tensors/SR2.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
Definition Elasticity.h:33
const bool _compliance
Definition Elasticity.h:44
const Variable< SR2 > & _from
Definition Elasticity.h:59
const bool _rate_form
Whether this model is in rate form. If true, a "_rate" suffix is appended to the variables.
Definition Elasticity.h:47
const VariableName _stress
The stress (rate) variable accessor.
Definition Elasticity.h:53
Variable< SR2 > & _to
Definition Elasticity.h:65
static OptionSet expected_options()
Definition Elasticity.cxx:30
const VariableName _strain
The strain (rate) variable accessor.
Definition Elasticity.h:50
Elasticity(const OptionSet &options)
Definition Elasticity.cxx:54
The accessor containing all the information needed to access an item in a LabeledAxis.
Definition LabeledAxisAccessor.h:44
The base class for all constitutive models.
Definition Model.h:53
const torch::TensorOptions & options() const
This model's tensor options.
Definition Model.h:116
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:59
Definition CrossRef.cxx:32