27#include "neml2/models/Model.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:54
The accessor containing all the information needed to access an item in a LabeledAxis.
Definition LabeledAxisAccessor.h:58
The base class for all constitutive models.
Definition Model.h:51
Definition Normality.h:32
Model & _model
The model which evaluates the potential function.
Definition Normality.h:43
std::map< VariableName, VariableBase * > _conjugate_pairs
Definition Normality.h:48
const VariableName _f
The potential function.
Definition Normality.h:46
Normality(const OptionSet &options)
Definition Normality.cxx:54
static OptionSet expected_options()
Definition Normality.cxx:33
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:85
Definition CrossRef.cxx:31