|
SpECTRE
v2026.04.01
|
Sets the local data from the relaxed discrete maximum principle troubled-cell indicator and sends ghost zone data to neighboring elements. More...
#include <ReconstructionCommunication.hpp>
Public Types | |
| using | inbox_tags |
Static Public Member Functions | |
| template<typename DbTags, typename... InboxTags, typename ArrayIndex, typename ActionList, typename ParallelComponent, typename Metavariables> | |
| static Parallel::iterable_action_return_t | apply (db::DataBox< DbTags > &box, tuples::TaggedTuple< InboxTags... > &, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &, const ActionList, const ParallelComponent *const) |
Sets the local data from the relaxed discrete maximum principle troubled-cell indicator and sends ghost zone data to neighboring elements.
The action proceeds as follows:
Some notes:
GlobalCache:
DataBox:
| using evolution::dg::subcell::Actions::SendDataForReconstruction< Dim, GhostDataMutator, UseNodegroupDgElements >::inbox_tags |