27#include "neml2/models/Model.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:56
The base class for all constitutive models.
Definition Model.h:55
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 TwoStageThermalAnnealing.h:33
const Scalar & _tau
Second stage annealing rate.
Definition TwoStageThermalAnnealing.h:61
Variable< T > & _modified_rate
Annealed rate.
Definition TwoStageThermalAnnealing.h:49
TwoStageThermalAnnealing(const OptionSet &options)
Definition TwoStageThermalAnnealing.cxx:76
const Scalar & _T1
First stage temperature.
Definition TwoStageThermalAnnealing.h:55
const Variable< Scalar > & _T
The temperature.
Definition TwoStageThermalAnnealing.h:52
const Variable< T > & _base_h
Actual base hardening variable.
Definition TwoStageThermalAnnealing.h:46
const Variable< T > & _base_rate
Original, unmodified rate.
Definition TwoStageThermalAnnealing.h:43
const Scalar & _T2
Second stage temperature.
Definition TwoStageThermalAnnealing.h:58
static OptionSet expected_options()
Definition TwoStageThermalAnnealing.cxx:35
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition TwoStageThermalAnnealing.cxx:90
Definition CrossRef.cxx:30
TwoStageThermalAnnealing< SR2 > SR2TwoStageThermalAnnealing
Definition TwoStageThermalAnnealing.h:65
TwoStageThermalAnnealing< Scalar > ScalarTwoStageThermalAnnealing
Definition TwoStageThermalAnnealing.h:64