SpECTRE  v2024.04.12
evolution::dg::Tags::MortarSize< Dim > Struct Template Reference

Size of a mortar, relative to the element face. That is, the part of the face that it covers. More...

#include <MortarTags.hpp>

Public Types

using Key = DirectionalId< Dim >
 
using type = std::unordered_map< Key, std::array< Spectral::MortarSize, Dim - 1 >, boost::hash< Key > >
 

Detailed Description

template<size_t Dim>
struct evolution::dg::Tags::MortarSize< Dim >

Size of a mortar, relative to the element face. That is, the part of the face that it covers.

The Dim is the volume dimension, not the face dimension.


The documentation for this struct was generated from the following file: