|
SpECTRE
v2025.08.19
|
The ghost data used for reconstructing the solution on the interfaces between elements. More...
#include <GhostDataForReconstruction.hpp>
Public Types | |
| using | type = DirectionalIdMap< Dim, GhostData > |
The ghost data used for reconstructing the solution on the interfaces between elements.
The DirectionalIdMap stores a evolution::dg::subcell::GhostData which stores both local and received neighbor ghost data. Even though subcell doesn't use it's local ghost data during reconstruction, we will need to store it when using Charm++ messages.