SpECTRE  v2024.04.12
observers::Tags::ReductionFileName Struct Reference

The name of the HDF5 file on disk into which reduction data is written. More...

#include <Tags.hpp>

Public Types

using type = std::string
 
using option_tags = tmpl::list<::observers::OptionTags::ReductionFileName >
 

Static Public Member Functions

static std::string create_from_options (const std::string &reduction_file_name)
 

Static Public Attributes

static constexpr bool pass_metavariables = false
 

Detailed Description

The name of the HDF5 file on disk into which reduction data is written.

By reduction data we mean any data that is written once across all nodes. For example, an integral over the entire (or a subset of the) domain is considered reduction data, while data on a 3d surface written from a 3d simulation is considered volume data. Data for a 2d surface in a 3d simulation, such as a horizon, is considered surface data and is written to a file specified by SurfaceFileName.


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