27#include "neml2/models/solid_mechanics/crystal_plasticity/SlipStrengthMap.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
A map between the internal variables and the slip strength, for the case where all systems share the ...
Definition SingleSlipStrengthMap.h:33
const Scalar & _tau_const
Constant strength to offset the slip hardening.
Definition SingleSlipStrengthMap.h:48
SingleSlipStrengthMap(const OptionSet &options)
Setup from options.
Definition SingleSlipStrengthMap.cxx:51
const Variable< Scalar > & _tau_bar
Slip hardening variable.
Definition SingleSlipStrengthMap.h:45
static OptionSet expected_options()
Definition SingleSlipStrengthMap.cxx:32
void set_value(bool out, bool dou2_din, bool d2out_din2) override
Set the slip system strengths and associated derivatives.
Definition SingleSlipStrengthMap.cxx:59
Parent class of maps between internal variables and the slip system strengths.
Definition SlipStrengthMap.h:35
Definition CrossRef.cxx:32