27#include "neml2/models/Model.h"
28#include "neml2/models/solid_mechanics/elasticity/ElasticityInterface.h"
29#include "neml2/models/solid_mechanics/elasticity/IsotropicElasticityConverter.h"
46 void set_value(
bool out,
bool dout_din,
bool d2out_din2)
override;
Interface for objects defining elasticity tensors in terms of other parameters.
Definition ElasticityInterface.h:40
Converter for linearized elastic constants assuming isotropic symmetry.
Definition IsotropicElasticityConverter.h:35
Define an isotropoic elasticity tensor in various ways.
Definition IsotropicElasticityTensor.h:39
const IsotropicElasticityConverter _converter
Definition IsotropicElasticityTensor.h:48
IsotropicElasticityTensor(const OptionSet &options)
Definition IsotropicElasticityTensor.cxx:42
Variable< SSR4 > & _C
Definition IsotropicElasticityTensor.h:50
static OptionSet expected_options()
Definition IsotropicElasticityTensor.cxx:33
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition IsotropicElasticityTensor.cxx:50
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