SpECTRE  v2024.04.12
domain::Tags::NeighborMesh< Dim > Struct Template Reference

Holds the mesh of each neighboring element. More...

#include <NeighborMesh.hpp>

Public Types

using type = DirectionalIdMap< Dim, ::Mesh< Dim > >
 

Detailed Description

template<size_t Dim>
struct domain::Tags::NeighborMesh< Dim >

Holds the mesh of each neighboring element.

This knowledge can be used to determine the geometry of mortars between elements. It is kept up to date by AMR.

For DG-FD hybrid methods this is necessary to determine what numerical method the neighbor is using. This knowledge can be used for optimizing code.


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