SpECTRE
v2023.01.13
|
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 = std::pair<::Direction< VolumeDim >, ::ElementId< VolumeDim > > |
using | type = std::unordered_map< Key, typename Tag::type, boost::hash< Key > > |
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.