27#include "neml2/models/solid_mechanics/Eigenstrain.h"
39 void set_value(
bool,
bool,
bool)
override;
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:52
Definition Eigenstrain.h:33
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 ThermalEigenstrain.h:32
const Scalar & _alpha
Coefficient of thermal expansion.
Definition ThermalEigenstrain.h:48
ThermalEigenstrain(const OptionSet &options)
Definition ThermalEigenstrain.cxx:53
const Variable< Scalar > & _T
Eigen strain.
Definition ThermalEigenstrain.h:42
static OptionSet expected_options()
Definition ThermalEigenstrain.cxx:32
const Scalar & _T0
The reference (stress free) temperature.
Definition ThermalEigenstrain.h:45
void set_value(bool, bool, bool) override
The map between input -> output, and optionally its derivatives.
Definition ThermalEigenstrain.cxx:62
Definition CrossRef.cxx:32