27#include "neml2/models/Model.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
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
Definition Normality.h:32
Model & _model
The model which evaluates the potential function.
Definition Normality.h:43
const VariableName _f
The potential function.
Definition Normality.h:46
Normality(const OptionSet &options)
Definition Normality.cxx:53
static OptionSet expected_options()
Definition Normality.cxx:32
std::map< VariableName, Variable< BatchTensor > * > _conjugate_pairs
Definition Normality.h:48
void set_value(bool out, bool dout_din, bool d2out_din2) override
The flow direction.
Definition Normality.cxx:75
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