GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
pvti_writer.hpp File Reference
#include <ostream>
#include <string>
#include <fstream>
#include <algorithm>
#include <filesystem>
#include <array>
#include <tuple>
#include <cmath>
#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/vti_writer.hpp>

Detailed Description

Writer for parallel .pvti files.

Go to the source code of this file.

Classes

class  GridFormat::PVTIWriter< Grid, Communicator >
 Writer for parallel .pvti files. More...
 
struct  GridFormat::Traits::WritesConnectivity< PVTIWriter< Args... > >
 

Functions

template<typename G , Concepts::Communicator C>
 GridFormat::PVTIWriter (G &&, const C &, VTK::XMLOptions={}) -> PVTIWriter< std::remove_cvref_t< G >, C >