SpECTRE  v2024.04.12
Cce::Actions::RequestNextBoundaryData< WorldtubeBoundaryComponent, EvolutionComponent > Struct Template Reference

Requests boundary data be sent from WorldtubeBoundaryComponent to EvolutionComponent. More...

#include <RequestBoundaryData.hpp>

Public Types

using const_global_cache_tags = tmpl::list< typename WorldtubeBoundaryComponent::end_time_tag >
 

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)
 

Detailed Description

template<typename WorldtubeBoundaryComponent, typename EvolutionComponent>
struct Cce::Actions::RequestNextBoundaryData< WorldtubeBoundaryComponent, EvolutionComponent >

Requests boundary data be sent from WorldtubeBoundaryComponent to EvolutionComponent.

Details

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

  • Adds: nothing
  • Removes: nothing
  • Modifies: nothing

The documentation for this struct was generated from the following file: