specfem::assembly::mesh Template¶
Base template for assembled mesh representations across dimensions.
-
template<specfem::dimension::type Dimension>
struct mesh¶ Assembled 3D mesh representation for spectral element analysis.
- Template Parameters:
Dimension – The spatial dimension (e.g., dim2 or dim3).
The mesh template provides the foundation for dimension-specific implementations:
2D Implementation: 2D specfem::assembly::mesh
3D Implementation: 3D specfem::assembly::mesh