27#include "neml2/models/solid_mechanics/elasticity/AnisotropicElasticity.h"
28#include "neml2/tensors/SSR4.h"
40 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
AnisotropicElasticity(const OptionSet &options)
Definition AnisotropicElasticity.cxx:41
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:52
The symmetric fourth order tensor, with symmetry in the first two dimensionss as well as in the last ...
Definition SSR4.h:45
Definition DiagnosticsInterface.cxx:30