SpECTRE
v2025.03.17
|
The linear elasticity equation formulated as a set of coupled first-order PDEs. More...
#include <FirstOrderSystem.hpp>
Public Types | |
using | primal_fields = implementation defined |
using | primal_fluxes = implementation defined |
using | background_fields = implementation defined |
using | inv_metric_tag = void |
using | fluxes_computer = Fluxes< Dim > |
using | sources_computer = void |
using | boundary_conditions_base = elliptic::BoundaryConditions::BoundaryCondition< Dim > |
using | modify_boundary_data = void |
Static Public Attributes | |
static constexpr size_t | volume_dim = Dim |
The linear elasticity equation formulated as a set of coupled first-order PDEs.
This system formulates the elasticity equation (see Elasticity
):
The system can be formulated in terms of these fluxes and sources (see elliptic::protocols::FirstOrderSystem
):