27#include "neml2/models/NonlinearParameter.h"
28#include "neml2/models/solid_mechanics/elasticity/ElasticityInterface.h"
29#include "neml2/models/solid_mechanics/elasticity/CubicElasticityConverter.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:54
Converter for linearized elastic constants assuming cubic symmetry.
Definition CubicElasticityConverter.h:35
Define an cubic symmetry elasticity tensor in various ways.
Definition CubicElasticityTensor.h:37
static OptionSet expected_options()
Definition CubicElasticityTensor.cxx:32
CubicElasticityTensor(const OptionSet &options)
Definition CubicElasticityTensor.cxx:41
const CubicElasticityConverter _converter
Definition CubicElasticityTensor.h:46
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition CubicElasticityTensor.cxx:48
Interface for objects defining elasticity tensors in terms of other parameters.
Definition ElasticityInterface.h:39
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:85
Definition CrossRef.cxx:31