SpECTRE  v2024.04.12
elliptic::dg::subdomain_operator::Tags::NeighborMortars< Tag, VolumeDim > Struct Template Reference

Data on the neighbor's side of a mortar. Used to store data for elements that do not overlap with the element-centered subdomain, but play a role in the DG operator nonetheless. More...

#include <Tags.hpp>

Public Types

using tag = Tag
 
using Key = DirectionalId< VolumeDim >
 
using type = std::unordered_map< Key, typename Tag::type, boost::hash< Key > >
 

Detailed Description

template<typename Tag, size_t VolumeDim>
struct elliptic::dg::subdomain_operator::Tags::NeighborMortars< Tag, VolumeDim >

Data on the neighbor's side of a mortar. Used to store data for elements that do not overlap with the element-centered subdomain, but play a role in the DG operator nonetheless.


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