27#include "neml2/models/Model.h"
28#include "neml2/models/solid_mechanics/elasticity/ElasticityInterface.h"
29#include "neml2/models/solid_mechanics/elasticity/CubicElasticityConverter.h"
46 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Converter for linearized elastic constants assuming cubic symmetry.
Definition CubicElasticityConverter.h:35
Define an cubic symmetry elasticity tensor in various ways.
Definition CubicElasticityTensor.h:39
Variable< SSR4 > & _C
Definition CubicElasticityTensor.h:50
static OptionSet expected_options()
Definition CubicElasticityTensor.cxx:33
CubicElasticityTensor(const OptionSet &options)
Definition CubicElasticityTensor.cxx:42
const CubicElasticityConverter _converter
Definition CubicElasticityTensor.h:48
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition CubicElasticityTensor.cxx:50
Interface for objects defining elasticity tensors in terms of other parameters.
Definition ElasticityInterface.h:40
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Concrete definition of a variable.
Definition VariableStore.h:41
Definition DiagnosticsInterface.cxx:30