Base class for the background of the Elasticity system, i.e. its variable-independent quantities. Derived classes must provide a constitutive relation. More...
#include <AnalyticData.hpp>
Public Member Functions | |
virtual const ConstitutiveRelations::ConstitutiveRelation< Dim > & | constitutive_relation () const noexcept=0 |
A constitutive relation that represents the properties of the elastic material. | |
![]() | |
template<typename DataType , typename... Tags> | |
tuples::TaggedTuple< Tags... > | variables (const tnsr::I< DataType, Dim > &x, tmpl::list< Tags... >) const noexcept |
Retrieve a collection of tensor fields at spatial coordinate(s) x | |
Additional Inherited Members | |
![]() | |
using | registrars = Registrars |
using | creatable_classes = Registration::registrants< registrars > |
![]() | |
static constexpr size_t | volume_dim = Dim |
Base class for the background of the Elasticity system, i.e. its variable-independent quantities. Derived classes must provide a constitutive relation.