27#include "neml2/models/Model.h"
40 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Model(const OptionSet &options)
Construct a new Model object.
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:54
ParameterToVariable(const OptionSet &options)
const T & _input_param
Definition ParameterToVariable.h:42
Variable< T > & _var
Definition ParameterToVariable.h:44
static OptionSet expected_options()
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Concrete definition of a variable.
Definition Variable.h:37
Definition DiagnosticsInterface.h:31