25#include "neml2/models/solid_mechanics/IsotropicHardening.h"
33 options.doc() =
"Map equivalent plastic strain to isotropic hardening";
36 options.set(
"equivalent_plastic_strain").doc() =
"Equivalent plastic strain";
39 options.set(
"isotropic_hardening").doc() =
"Isotropic hardening";
46 _ep(declare_input_variable<
Scalar>(
"equivalent_plastic_strain")),
47 _h(declare_output_variable<
Scalar>(
"isotropic_hardening"))
IsotropicHardening(const OptionSet &options)
Definition IsotropicHardening.cxx:44
static OptionSet expected_options()
Definition IsotropicHardening.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