27#include "neml2/models/phase_field_fracture/DegradationFunction.h"
42 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Definition DegradationFunction.h:34
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Definition RationalDegradationFunction.h:34
const Scalar & _b2
Material fitting parameter 2.
Definition RationalDegradationFunction.h:54
const double _eta
residual degradation when d = 1
Definition RationalDegradationFunction.h:48
RationalDegradationFunction(const OptionSet &options)
Definition RationalDegradationFunction.cxx:61
const Scalar & _b3
Material fitting parameter 3.
Definition RationalDegradationFunction.h:57
const Scalar & _b1
Material fitting parameter 1.
Definition RationalDegradationFunction.h:51
const Scalar & _p
power of the function
Definition RationalDegradationFunction.h:45
static OptionSet expected_options()
Definition RationalDegradationFunction.cxx:34
void set_value(bool out, bool dout_din, bool d2out_din2) override
The value of the Power degradation function.
Definition RationalDegradationFunction.cxx:73
Scalar.
Definition Scalar.h:38
Definition DiagnosticsInterface.cxx:30