|
GridFormat 0.5.0
I/O-Library for grid-like data structures
|
#include <ostream>#include <string>#include <fstream>#include <algorithm>#include <filesystem>#include <array>#include <tuple>#include <gridformat/common/field.hpp>#include <gridformat/common/ranges.hpp>#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/parallel.hpp>#include <gridformat/vtk/vtr_writer.hpp>Writer for parallel .pvtr files.
Go to the source code of this file.
Classes | |
| class | GridFormat::PVTRWriter< Grid, Communicator > |
| Writer for parallel .pvtr files. More... | |
| struct | GridFormat::Traits::WritesConnectivity< PVTRWriter< Args... > > |
Functions | |
| template<typename G , Concepts::Communicator C> | |
| GridFormat::PVTRWriter (G &&, const C &, VTK::XMLOptions={}) -> PVTRWriter< std::remove_cvref_t< G >, C > | |