SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
Cce::KleinGordonH5WorldtubeBoundary< Metavariables > Struct Template Reference

Component that supplies scalar-tensor worldtube boundary data. More...

#include <WorldtubeBoundary.hpp>

Public Types

using base_type
using const_global_cache_tags
using end_time_tag = Tags::EndTimeFromFile
Public Types inherited from Cce::WorldtubeComponentBase< KleinGordonH5WorldtubeBoundary< Metavariables >, Metavariables >
using chare_type
using metavariables
using initialize_action_list
using simple_tags_from_options
using worldtube_boundary_computation_steps
using phase_dependent_action_list
using options

Static Public Member Functions

static void execute_next_phase (const Parallel::Phase next_phase, const Parallel::CProxy_GlobalCache< Metavariables > &global_cache)
static void initialize (Parallel::CProxy_GlobalCache< Metavariables > &)
Static Public Member Functions inherited from Cce::WorldtubeComponentBase< KleinGordonH5WorldtubeBoundary< Metavariables >, Metavariables >
static void initialize (Parallel::CProxy_GlobalCache< Metavariables > &)
static void execute_next_phase (const Parallel::Phase next_phase, const Parallel::CProxy_GlobalCache< Metavariables > &global_cache)

Additional Inherited Members

Static Public Attributes inherited from Cce::WorldtubeComponentBase< KleinGordonH5WorldtubeBoundary< Metavariables >, Metavariables >
static constexpr bool checkpoint_data

Detailed Description

template<class Metavariables>
struct Cce::KleinGordonH5WorldtubeBoundary< Metavariables >

Component that supplies scalar-tensor worldtube boundary data.

Details

The DataBox associated with the worldtube boundary component contains two data managers (WorldtubeDataManager) linked to one or two H5 files (scalar and tensor sectors, respectively). The data managers handle buffering and interpolating to desired target time points when requested via the simple action BoundaryComputeAndSendToEvolution, at which point they will send the required collection of boundary quantities to the identified KleinGordonCharacteristicEvolution component. It is assumed that the simple action BoundaryComputeAndSendToEvolution will only be called during the Evolve phase.

Uses const global tags:

  • Tags::LMax

Metavariables must contain:

  • the enum Phase with at least Initialization and Evolve phases.
  • a type alias cce_boundary_communication_tags for the set of tensor tags to send from the worldtube to the evolution component. This will typically be Cce::Tags::characteristic_worldtube_boundary_tags<Tags::BoundaryValue>.
  • a type alias klein_gordon_boundary_communication_tags for the set of scalar tags to send from the worldtube to the evolution component. This will typically be Cce::Tags::klein_gordon_worldtube_boundary_tags.

Member Typedef Documentation

◆ base_type

template<class Metavariables>
using Cce::KleinGordonH5WorldtubeBoundary< Metavariables >::base_type
Initial value:
Metavariables>
Generic base class for components that supply CCE worldtube boundary data. See class specializations ...
Definition WorldtubeBoundary.hpp:21

◆ const_global_cache_tags

template<class Metavariables>
using Cce::KleinGordonH5WorldtubeBoundary< Metavariables >::const_global_cache_tags
Initial value:
tmpl::list<Tags::InitializeJ<Metavariables::evolve_ccm>>

The documentation for this struct was generated from the following file:
  • src/Evolution/Systems/Cce/Components/WorldtubeBoundary.hpp