27#include "neml2/models/solid_mechanics/elasticity/Elasticity.h"
28#include "neml2/models/solid_mechanics/elasticity/ElasticityInterface.h"
29#include "neml2/models/solid_mechanics/elasticity/IsotropicElasticityConverter.h"
41 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
Definition LinearIsotropicElasticity.h:34
const IsotropicElasticityConverter _converter
Definition LinearIsotropicElasticity.h:43
static OptionSet expected_options()
Definition LinearIsotropicElasticity.cxx:35
LinearIsotropicElasticity(const OptionSet &options)
Definition LinearIsotropicElasticity.cxx:46
void set_value(bool out, bool dout_din, bool d2out_din2) override
The map between input -> output, and optionally its derivatives.
Definition LinearIsotropicElasticity.cxx:53
A custom map-like data structure. The keys are strings, and the values can be nonhomogeneously typed.
Definition OptionSet.h:51
Definition DiagnosticsInterface.cxx:30