SpECTRE  v2024.04.12
importers Namespace Reference

Items related to loading data from files. More...

Namespaces

namespace  OptionTags
 The input file options associated with the data importer.
 
namespace  Tags
 The DataBox tags associated with the data importer.
 

Classes

struct  ElementDataReader
 A nodegroup parallel component that reads in a volume data file and distributes its data to elements of an array parallel component. More...
 
struct  ImporterOptions
 Options that specify the volume data to load. See the option tags for details. More...
 

Enumerations

enum class  ObservationSelector { First , Last }
 Represents the first or last observation in a volume data file, to allow specifying it in an input file without knowledge of the specific observation values.
 

Functions

std::ostreamoperator<< (std::ostream &os, const ObservationSelector value)
 

Detailed Description

Items related to loading data from files.