27#include "neml2/models/solid_mechanics/KinematicHardening.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
Definition KinematicHardening.h:32
Simple linear map between equivalent strain and hardening.
Definition LinearKinematicHardening.h:36
LinearKinematicHardening(const OptionSet &options)
Definition LinearKinematicHardening.cxx:45
const Scalar & _H
Hardening modulus.
Definition LinearKinematicHardening.h:46
static OptionSet expected_options()
Definition LinearKinematicHardening.cxx:33
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition LinearKinematicHardening.cxx: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
Definition CrossRef.cxx:32