GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
pvtu_writer.hpp File Reference
#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>

Detailed Description

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 >