GridFormat 0.2.1
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/vtp_writer.hpp>
#include <gridformat/vtk/parallel.hpp>
Writer for parallel .pvtu files.
Go to the source code of this file.
Classes | |
class | GridFormat::PVTPWriter< Grid, Communicator > |
Writer for parallel .pvtu files. More... | |
Functions | |
template<typename G , Concepts::Communicator C> | |
GridFormat::PVTPWriter (G &&, const C &, VTK::XMLOptions={}) -> PVTPWriter< std::remove_cvref_t< G >, C > | |