11#ifndef RW_PVD_COLLECTION_WRITER_H
12#define RW_PVD_COLLECTION_WRITER_H
23 std::string
type =
"Float64";
34 const std::string &pvd_path,
35 const std::vector<std::pair<double, std::string>> &time_and_vtu_relative_path);
45 const std::string &pvtu_path,
46 const std::vector<std::string> &piece_vtu_relative_paths,
47 const std::vector<PvtuPointArray> &point_arrays = {});
Collection of methods and database related to reading and writing.
void writePvdCollectionFile(const std::string &pvd_path, const std::vector< std::pair< double, std::string > > &time_and_vtu_relative_path)
Write a ParaView VTK collection (.pvd) that lists VTU files with timesteps.
void writePvtuCollectionFile(const std::string &pvtu_path, const std::vector< std::string > &piece_vtu_relative_paths, const std::vector< PvtuPointArray > &point_arrays)
Write a ParaView parallel VTU (.pvtu) that lists per-rank .vtu pieces.
std::string type
VTK XML type, e.g. Float64.