27#include "neml2/models/Model.h"
42 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Variable< Scalar > & _f
Yield function.
Definition GTNYieldFunction.h:45
const Scalar & _q1
GTN q1 parameter.
Definition GTNYieldFunction.h:63
const Variable< Scalar > * _h
Isotropic hardening.
Definition GTNYieldFunction.h:57
const Variable< Scalar > & _se
Flow invariant.
Definition GTNYieldFunction.h:48
const Scalar & _s0
Yield stress.
Definition GTNYieldFunction.h:60
const Scalar & _q2
GTN q2 parameter.
Definition GTNYieldFunction.h:66
const Scalar & _q3
GTN q3 parameter.
Definition GTNYieldFunction.h:69
static OptionSet expected_options()
Definition GTNYieldFunction.cxx:36
const Variable< Scalar > & _phi
Void fraction.
Definition GTNYieldFunction.h:54
const Variable< Scalar > & _sp
Poro invariant.
Definition GTNYieldFunction.h:51
void set_value(bool out, bool dout_din, bool d2out_din2) override
The value of the yield function.
Definition GTNYieldFunction.cxx:99
GTNYieldFunction(const OptionSet &options)
Definition GTNYieldFunction.cxx:82
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