SpECTRE
v2024.12.16
|
Append data to an h5::Dat subfile of Tags::VolumeFileName
.
More...
#include <WriteSimpleData.hpp>
Static Public Member Functions | |
template<typename ParallelComponent , typename DbTagsList , typename Metavariables , typename ArrayIndex > | |
static void | apply (db::DataBox< DbTagsList > &box, Parallel::GlobalCache< Metavariables > &cache, const ArrayIndex &, const gsl::not_null< Parallel::NodeLock * > node_lock, const std::vector< std::string > &file_legend, const std::vector< double > &data_row, const std::string &subfile_name) |
Append data to an h5::Dat subfile of Tags::VolumeFileName
.
This is a streamlined interface for getting data to the volume file associated with a node; it will simply write the .dat
object subfile_name
, giving it the file_legend
if it does not yet exist, appending data_row
to the end of the dat.