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 PowerDegradationFunction.h:34
const double _eta
residual degradation when d = 1
Definition PowerDegradationFunction.h:48
const Scalar & _p
power of the function
Definition PowerDegradationFunction.h:45
PowerDegradationFunction(const OptionSet &options)
Definition PowerDegradationFunction.cxx:49
static OptionSet expected_options()
Definition PowerDegradationFunction.cxx:34
void set_value(bool out, bool dout_din, bool d2out_din2) override
The value of the Power degradation function.
Definition PowerDegradationFunction.cxx:57
Scalar.
Definition Scalar.h:38
Definition DiagnosticsInterface.cxx:30