|
SpECTRE
v2025.08.19
|
Computes the boundary corrections for global time-stepping and adds them to the time derivative. More...
#include <ApplyBoundaryCorrections.hpp>
Public Types | |
| using | inbox_tags = tmpl::list< evolution::dg::Tags::BoundaryCorrectionAndGhostCellsInbox< VolumeDim, UseNodegroupDgElements > > |
| using | const_global_cache_tags = tmpl::list< evolution::Tags::BoundaryCorrection, ::dg::Tags::Formulation > |
Static Public Member Functions | |
| template<typename DbTagsList , typename... InboxTags, typename Metavariables , typename ArrayIndex , typename ActionList , typename ParallelComponent > | |
| static Parallel::iterable_action_return_t | apply (db::DataBox< DbTagsList > &box, tuples::TaggedTuple< InboxTags... > &inboxes, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, ActionList, const ParallelComponent *const) |
Computes the boundary corrections for global time-stepping and adds them to the time derivative.