|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
#include <ostream>#include <string>#include <fstream>#include <filesystem>#include <gridformat/common/exceptions.hpp>#include <gridformat/common/lvalue_reference.hpp>#include <gridformat/parallel/communication.hpp>#include <gridformat/parallel/helpers.hpp>#include <gridformat/grid/grid.hpp>#include <gridformat/xml/element.hpp>#include <gridformat/vtk/vtu_writer.hpp>#include <gridformat/vtk/parallel.hpp>Writer for parallel .pvtu files.
Go to the source code of this file.
Classes | |
| class | GridFormat::PVTUWriter< Grid, Communicator > |
| Writer for parallel .pvtu files. More... | |
Functions | |
| template<typename G , Concepts::Communicator C> | |
| GridFormat::PVTUWriter (G &&, const C &, VTK::XMLOptions={}) -> PVTUWriter< std::remove_cvref_t< G >, C > | |