|
SpECTRE
v2026.04.01
|
Receive limiter data from neighbors, then apply limiter. More...
#include <LimiterActions.hpp>
Public Types | |
| using | const_global_cache_tags = tmpl::list<typename Metavariables::limiter> |
| using | limiter_comm_tag |
| using | inbox_tags = tmpl::list<limiter_comm_tag> |
Static Public Member Functions | |
| template<typename DbTags, typename... InboxTags, typename ArrayIndex, typename ActionList, typename ParallelComponent> | |
| static Parallel::iterable_action_return_t | apply (db::DataBox< DbTags > &box, tuples::TaggedTuple< InboxTags... > &inboxes, const Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &, const ActionList, const ParallelComponent *const) |
Receive limiter data from neighbors, then apply limiter.
Currently, is not tested for support of:
Uses:
| using Limiters::Actions::Limit< Metavariables >::limiter_comm_tag |