GridFormat 0.2.1
I/O-Library for grid-like data structures
|
Reader for the VTK HDF file format for unstructured grids. More...
#include <iterator>
#include <optional>
#include <algorithm>
#include <type_traits>
#include <concepts>
#include <numeric>
#include <utility>
#include <cassert>
#include <gridformat/common/field.hpp>
#include <gridformat/common/field_transformations.hpp>
#include <gridformat/common/concepts.hpp>
#include <gridformat/common/exceptions.hpp>
#include <gridformat/grid/reader.hpp>
#include <gridformat/parallel/concepts.hpp>
#include <gridformat/vtk/hdf_common.hpp>
Go to the source code of this file.
Classes | |
class | GridFormat::VTKHDFUnstructuredGridReader< Communicator > |
Reader for the VTK-HDF file format for unstructured grids. More... | |