|
SpECTRE
v2026.04.01
|
Requests boundary data be sent from WorldtubeBoundaryComponent to EvolutionComponent. More...
#include <RequestBoundaryData.hpp>
Public Types | |
| using | const_global_cache_tags |
Static Public Member Functions | |
| template<typename DbTags, typename... InboxTags, typename Metavariables, typename ArrayIndex, typename ActionList, typename ParallelComponent> | |
| static Parallel::iterable_action_return_t | apply (db::DataBox< DbTags > &box, const tuples::TaggedTuple< InboxTags... > &, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &, const ActionList, const ParallelComponent *const) |
Requests boundary data be sent from WorldtubeBoundaryComponent to EvolutionComponent.
Calls the simple action Cce::Actions::BoundaryComputeAndSendToEvolution<WorldtubeBoundaryComponent, EvolutionComponent> on the WorldtubeBoundaryComponent, which performs boundary computations then sends data to the EvolutionComponent via Cce::Actions::ReceiveWorldtubeData. Requests the Tags::Next<Tags::TimeStepId> (for the next timestep).
Uses:
DataBox changes
| using Cce::Actions::RequestNextBoundaryData< WorldtubeBoundaryComponent, EvolutionComponent >::const_global_cache_tags |