27#include "neml2/models/Model.h"
const Scalar & _X
The abscissa values of the interpolant.
Definition Interpolation.h:59
Variable< T > & _p
The interpolated value.
Definition Interpolation.h:68
const Variable< Scalar > & _x
Argument of interpolation.
Definition Interpolation.h:65
const T & _Y
The ordinate values of the interpolant.
Definition Interpolation.h:62
static OptionSet expected_options()
Definition Interpolation.cxx:33
Interpolation(const OptionSet &options)
Definition Interpolation.cxx:57
Model(const OptionSet &options)
Construct a new Model object.
Definition Model.cxx:110
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition Variable.h:236
Definition DiagnosticsInterface.cxx:30