27#include "neml2/models/solid_mechanics/elasticity/ElasticityConverter.h"
ElasticityConverter(const ConversionTableType &table, const ConverterKey &output_parameterization, const ConverterKey &input_parameterization, const DerivativeFlagType &deriv_requested)
Definition ElasticityConverter.h:76
std::array< Scalar, N > InputType
Definition ElasticityConverter.h:65
std::array< bool, N > DerivativeFlagType
Definition ElasticityConverter.h:67
std::pair< Scalar, DerivativeType > ConversionType
Definition ElasticityConverter.h:69
std::map< ConverterKey, std::array< ConverterType, N > > ConversionTableType
Definition ElasticityConverter.h:74
std::array< ElasticConstant, N > ConverterKey
Definition ElasticityConverter.h:72
static const ConversionTableType table
Conversion table.
Definition IsotropicElasticityConverter.h:46
static ConversionType K_G_to_K(const InputType &, const DerivativeFlagType &)
Definition IsotropicElasticityConverter.cxx:36
IsotropicElasticityConverter(const ConverterKey ¶meterization, const DerivativeFlagType &deriv_requested)
Definition IsotropicElasticityConverter.h:48
static ConversionType K_G_to_G(const InputType &, const DerivativeFlagType &)
Definition IsotropicElasticityConverter.cxx:47
static ConversionType E_nu_to_K(const InputType &, const DerivativeFlagType &)
Definition IsotropicElasticityConverter.cxx:58
static ConversionType E_nu_to_G(const InputType &, const DerivativeFlagType &)
Definition IsotropicElasticityConverter.cxx:71
Definition DiagnosticsInterface.cxx:30
@ SHEAR_MODULUS
Definition ElasticityConverter.h:43
@ BULK_MODULUS
Definition ElasticityConverter.h:42