25#include "neml2/models/solid_mechanics/FlowRule.h"
33 options.doc() =
"Map the flow rate (i.e., the consistency parameter in the KKT conditions) to "
34 "the rate of internal variables.";
37 options.set(
"flow_rate").doc() =
"Flow rate";
44 _gamma_dot(declare_input_variable<
Scalar>(
"flow_rate"))
FlowRule(const OptionSet &options)
Definition FlowRule.cxx:42
static OptionSet expected_options()
Definition FlowRule.cxx:30
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
The (logical) scalar.
Definition Scalar.h:38
Definition CrossRef.cxx:32
LabeledAxisAccessor VariableName
Definition Variable.h:35