No Boundary Condition¶
-
template<specfem::element::dimension_tag DimensionTag, bool UseSIMD>
struct boundary<specfem::element::boundary_tag::none, DimensionTag, UseSIMD> : public specfem::data_access::Accessor<specfem::datatype::AccessorType::point, specfem::data_access::DataClassType::boundary, DimensionTag, UseSIMD>¶ Template specialization for no boundary condition.
- Template Parameters:
DimensionTag – Dimension of the spectral element where the quadrature point is located
UseSIMD – Boolean indicating whether to use SIMD instructions
Subclassed by specfem::point::boundary< specfem::element::boundary_tag::acoustic_free_surface, DimensionTag, UseSIMD >
Compile-time constants
-
static constexpr auto boundary_tag = specfem::element::boundary_tag::none¶
Tag indicating no boundary condition.
Constructors
-
boundary() = default¶
Default constructor.
Public Members
-
value_type tag¶
Tag indicating the type of boundary condition at the quadrature point.