GridFormat 0.2.1
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
pvd_reader.hpp File Reference
#include <memory>
#include <optional>
#include <filesystem>
#include <functional>
#include <type_traits>
#include <iterator>
#include <gridformat/common/string_conversion.hpp>
#include <gridformat/parallel/communication.hpp>
#include <gridformat/grid/reader.hpp>
#include <gridformat/vtk/xml.hpp>
#include <gridformat/vtk/vtu_reader.hpp>
#include <gridformat/vtk/vtp_reader.hpp>
#include <gridformat/vtk/vts_reader.hpp>
#include <gridformat/vtk/vtr_reader.hpp>
#include <gridformat/vtk/vti_reader.hpp>
#include <gridformat/vtk/pvtu_reader.hpp>
#include <gridformat/vtk/pvtp_reader.hpp>
#include <gridformat/vtk/pvts_reader.hpp>
#include <gridformat/vtk/pvtr_reader.hpp>
#include <gridformat/vtk/pvti_reader.hpp>

Detailed Description

Reader for .pvd time series file format.

Go to the source code of this file.

Classes

class  GridFormat::PVDReader< C >
 Reader for .pvd time series file format. More...