27#include "neml2/models/Model.h"
39 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Definition HermiteSmoothStep.h:32
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:35
HermiteSmoothStep(const OptionSet &options)
Definition HermiteSmoothStep.cxx:58
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition HermiteSmoothStep.cxx:69
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
Scalar.
Definition Scalar.h:38
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30