27#include "neml2/models/Model.h"
The base class for interpolated variable.
Definition Interpolation.h:51
Variable< T > & _p
The interpolated value.
Definition Interpolation.h:62
const T & _Y
The ordinate values of the interpolant.
Definition Interpolation.h:59
static OptionSet expected_options()
Definition Interpolation.cxx:33
Interpolation(const OptionSet &options)
Definition Interpolation.cxx:54
The base class for all constitutive models.
Definition Model.h:68
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30