27#include "neml2/models/Model.h"
43 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Copy the value of a variable into another variable.
Definition CopyVariable.h:36
const Variable< T > & _from
Souce variable.
Definition CopyVariable.h:49
Variable< T > & _to
Destination variable.
Definition CopyVariable.h:46
CopyVariable(const OptionSet &options)
Definition CopyVariable.cxx:48
static OptionSet expected_options()
Definition CopyVariable.cxx:33
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition CopyVariable.cxx:57
The base class for all constitutive models.
Definition Model.h:70
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