SpECTRE
v2023.10.11
|
Records a compressed representation of SpEC-like worldtube data associated with just the spin-weighted scalars required to perform the CCE algorithm. More...
#include <ReducedWorldtubeModeRecorder.hpp>
Public Member Functions | |
ReducedWorldtubeModeRecorder (const std::string &filename) | |
The constructor takes the filename used to create the H5File object for writing the data. | |
void | append_worldtube_mode_data (const std::string &dataset_path, double time, const ComplexModalVector &modes, size_t l_max, bool is_real=false) |
append to dataset_path the vector created by time followed by the modes rearranged in ascending m-varies-fastest format. More... | |
Records a compressed representation of SpEC-like worldtube data associated with just the spin-weighted scalars required to perform the CCE algorithm.
void Cce::ReducedWorldtubeModeRecorder::append_worldtube_mode_data | ( | const std::string & | dataset_path, |
double | time, | ||
const ComplexModalVector & | modes, | ||
size_t | l_max, | ||
bool | is_real = false |
||
) |
append to dataset_path
the vector created by time
followed by the modes
rearranged in ascending m-varies-fastest format.
For real quantities, negative m and the imaginary part of m=0 are omitted.