27#include "neml2/models/solid_mechanics/PlasticFlowRate.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:56
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
Definition PerzynaPlasticFlowRate.h:32
const Scalar & _eta
Reference stress.
Definition PerzynaPlasticFlowRate.h:42
const Scalar & _n
Power-law exponent.
Definition PerzynaPlasticFlowRate.h:45
PerzynaPlasticFlowRate(const OptionSet &options)
Definition PerzynaPlasticFlowRate.cxx:51
static OptionSet expected_options()
Definition PerzynaPlasticFlowRate.cxx:33
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition PerzynaPlasticFlowRate.cxx:59
Definition PlasticFlowRate.h:32
The (logical) scalar.
Definition Scalar.h:38
Definition CrossRef.cxx:30