27#include "neml2/models/solid_mechanics/elasticity/AnisotropicElasticity.h"
28#include "neml2/tensors/SSR4.h"
Definition AnisotropicElasticity.h:33
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:54
Definition GeneralElasticity.h:33
const SSR4 & _T
Stiffness tensor.
Definition GeneralElasticity.h:43
GeneralElasticity(const OptionSet &options)
Definition GeneralElasticity.cxx:46
static OptionSet expected_options()
Definition GeneralElasticity.cxx:34
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition GeneralElasticity.cxx:53
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:85
The symmetric fourth order tensor, with symmetry in the first two dimensionss as well as in the last ...
Definition SSR4.h:45
Definition CrossRef.cxx:31