27#include "neml2/models/NonlinearParameter.h"
28#include "neml2/models/solid_mechanics/elasticity/ElasticityInterface.h"
29#include "neml2/models/solid_mechanics/elasticity/IsotropicElasticityConverter.h"
The wrapper (decorator) for cross-referencing unresolved values at parse time.
Definition CrossRef.h:54
Interface for objects defining elasticity tensors in terms of other parameters.
Definition ElasticityInterface.h:39
Converter for linearized elastic constants assuming isotropic symmetry.
Definition IsotropicElasticityConverter.h:35
Define an isotropoic elasticity tensor in various ways.
Definition IsotropicElasticityTensor.h:37
const IsotropicElasticityConverter _converter
Definition IsotropicElasticityTensor.h:46
IsotropicElasticityTensor(const OptionSet &options)
Definition IsotropicElasticityTensor.cxx:41
static OptionSet expected_options()
Definition IsotropicElasticityTensor.cxx:32
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition IsotropicElasticityTensor.cxx:48
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