specfem::point::boundary

template<specfem::element::boundary_tag BoundaryTag, specfem::element::dimension_tag DimensionTag, bool UseSIMD>
struct boundary

Struct to store boundary conditions (and boundary related information) associated with a quadrature point.

Template Parameters:
  • BoundaryTag – Tag indicating the type of boundary condition @DimensionTag Dimension of the spectral element where the quadrature point is located

  • UseSIMD – Boolean indicating whether to use SIMD instructions

Implementation Details