SpECTRE
v2024.12.16
|
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::ostream & | operator<< (std::ostream &os, const ObservationSelector value) |
Items related to loading data from files.