40 std::vector<std::reference_wrapper<const MeshLib::Mesh>>
const& meshes,
41 std::filesystem::path
const& filepath,
unsigned long long time_step,
42 double initial_time, std::set<std::string>
const& variable_output_names,
43 bool use_compression,
unsigned int n_files);
Writes vectorized data to HDF File.
Definition of the Mesh class.
Collects and holds all metadata for writing XDMF file.
std::unique_ptr< HdfWriter > _hdf_writer
std::vector< std::unique_ptr< XdmfWriter > > _xdmf_writer
void writeStep(double time)
Adds data for either lazy (xdmf) or eager (hdf) writing algorithm.