27#include "neml2/models/solid_mechanics/IsotropicHardening.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:56
Definition IsotropicHardening.h:32
Simple linear map between equivalent strain and isotropic hardening.
Definition LinearIsotropicHardening.h:36
const Scalar & _K
The linear isotropic hardening modulus.
Definition LinearIsotropicHardening.h:46
LinearIsotropicHardening(const OptionSet &options)
Definition LinearIsotropicHardening.cxx:44
static OptionSet expected_options()
Definition LinearIsotropicHardening.cxx:32
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition LinearIsotropicHardening.cxx:51
const torch::TensorOptions & options() const
Storage tensor options.
Definition Model.h:111
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:100
The (logical) scalar.
Definition Scalar.h:38
Definition CrossRef.cxx:30