27#include "neml2/models/Model.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
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 OverStress.h:32
Variable< SR2 > & _O
Overstress.
Definition OverStress.h:48
OverStress(const OptionSet &options)
Definition OverStress.cxx:52
const Variable< SR2 > & _X
Back stress.
Definition OverStress.h:45
const Variable< SR2 > & _M
Mandel stress.
Definition OverStress.h:42
static OptionSet expected_options()
Definition OverStress.cxx:33
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition OverStress.cxx:61
Definition CrossRef.cxx:32