25#include "neml2/models/solid_mechanics/PlasticFlowRate.h"
35 options.set(
"yield_function").doc() =
"Yield function";
38 options.set(
"flow_rate").doc() =
"Flow rate";
45 _f(declare_input_variable<
Scalar>(
"yield_function")),
46 _gamma_dot(declare_output_variable<
Scalar>(
"flow_rate"))
The accessor containing all the information needed to access an item in a LabeledAxis.
Definition LabeledAxisAccessor.h:44
The base class for all constitutive models.
Definition Model.h:53
const torch::TensorOptions & options() const
This model's tensor options.
Definition Model.h:116
static OptionSet expected_options()
Definition Model.cxx:33
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:59
PlasticFlowRate(const OptionSet &options)
Definition PlasticFlowRate.cxx:43
static OptionSet expected_options()
Definition PlasticFlowRate.cxx:30
The (logical) scalar.
Definition Scalar.h:38
Definition CrossRef.cxx:32
LabeledAxisAccessor VariableName
Definition Variable.h:35