SpECTRE  v2024.04.12
Cce::Tags::H5WorldtubeBoundaryDataManager Struct Reference

A tag that constructs a MetricWorldtubeDataManager or BondiWorldtubeDataManager from options. More...

#include <OptionTags.hpp>

Public Types

using type = std::unique_ptr< WorldtubeDataManager< Tags::characteristic_worldtube_boundary_tags< Tags::BoundaryValue > > >
 
using option_tags = tmpl::list< OptionTags::LMax, OptionTags::BoundaryDataFilename, OptionTags::H5LookaheadTimes, OptionTags::H5Interpolator, OptionTags::H5IsBondiData, OptionTags::FixSpecNormalization, OptionTags::StandaloneExtractionRadius >
 

Static Public Member Functions

static type create_from_options (const size_t l_max, const std::string &filename, const size_t number_of_lookahead_times, const std::unique_ptr< intrp::SpanInterpolator > &interpolator, const bool h5_is_bondi_data, const bool fix_spec_normalization, const std::optional< double > extraction_radius)
 

Static Public Attributes

static constexpr bool pass_metavariables = false
 

Detailed Description

A tag that constructs a MetricWorldtubeDataManager or BondiWorldtubeDataManager from options.


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