27#include "neml2/models/solid_mechanics/crystal_plasticity/SingleSlipHardeningRule.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
const torch::TensorOptions & options() const
This model's tensor options.
Definition Model.h:116
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
Any slip rule where all systems share the same strength.
Definition SingleSlipHardeningRule.h:33
Voce slip hardening when all slip systems share the same hardening value, .
Definition VoceSingleSlipHardeningRule.h:33
const Scalar & _tau_f
Saturated hardening.
Definition VoceSingleSlipHardeningRule.h:47
VoceSingleSlipHardeningRule(const OptionSet &options)
Definition VoceSingleSlipHardeningRule.cxx:50
const Scalar & _theta_0
Initial hardening slope.
Definition VoceSingleSlipHardeningRule.h:44
static OptionSet expected_options()
Definition VoceSingleSlipHardeningRule.cxx:32
void set_value(bool out, bool dout_din, bool d2out_din2) override
Set the slip hardening rate.
Definition VoceSingleSlipHardeningRule.cxx:58
Definition CrossRef.cxx:32