27#include "neml2/models/solid_mechanics/crystal_plasticity/SlipStrengthMap.h"
44 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:52
Scalar.
Definition Scalar.h:38
const Scalar & _tau_const
Constant strength to offset the slip hardening.
Definition SingleSlipStrengthMap.h:50
SingleSlipStrengthMap(const OptionSet &options)
Setup from options.
Definition SingleSlipStrengthMap.cxx:52
const Variable< Scalar > & _tau_bar
Slip hardening variable.
Definition SingleSlipStrengthMap.h:47
static OptionSet expected_options()
Definition SingleSlipStrengthMap.cxx:33
void set_value(bool out, bool dout_din, bool d2out_din2) override
Set the slip system strengths and associated derivatives.
Definition SingleSlipStrengthMap.cxx:60
SlipStrengthMap(const OptionSet &options)
Definition SlipStrengthMap.cxx:49
Concrete definition of a variable.
Definition Variable.h:236
Definition DiagnosticsInterface.cxx:30