27#include "neml2/models/Model.h"
39 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Variable< Scalar > & _y
Value of the smooth step function.
Definition HermiteSmoothStep.h:45
const Scalar & _x0
Lower bound of the argument.
Definition HermiteSmoothStep.h:48
const bool _comp_cond
Complementary condition.
Definition HermiteSmoothStep.h:54
const Variable< Scalar > & _x
Argument of the smooth step function.
Definition HermiteSmoothStep.h:42
const Scalar & _x1
Upper bound of the argument.
Definition HermiteSmoothStep.h:51
static OptionSet expected_options()
Definition HermiteSmoothStep.cxx:34
HermiteSmoothStep(const OptionSet &options)
Definition HermiteSmoothStep.cxx:57
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition HermiteSmoothStep.cxx:68
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