GridFormat 0.4.0
I/O-Library for grid-like data structures
|
▼ gridformat | |
▼ common | |
field.hpp | |
▼ compression | |
common.hpp | Common classes used in the context of data compression |
concepts.hpp | Concepts related to data compression |
decompress.hpp | Decompress compressed data |
lz4.hpp | Compressor using the LZ4 library |
lzma.hpp | Compressor using the LZMA library |
zlib.hpp | Compressor using the ZLIB library |
▼ encoding | |
ascii.hpp | Encoder and stream using ascii |
base64.hpp | Encoder and stream using base64 |
concepts.hpp | Concepts related to data encoding |
encoded_field.hpp | Wraps a field and makes it streamable using encoding |
raw.hpp | Encoder and stream for raw binary output |
▼ grid | |
concepts.hpp | Grid concepts |
converter.hpp | Converter between grid formats |
image_grid.hpp | Predefined image grid implementation |
reader.hpp | Base class for grid data readers |
writer.hpp | Base classes for grid data writers |
▼ traits | |
cgal.hpp | Traits specializations for cgal triangulations in 2D 3D |
dealii.hpp | Traits specializations for dealii triangulations |
dolfinx.hpp | Traits specializations for dolfinx meshes |
dune.hpp | Traits specializations for dune grid views |
mfem.hpp | Traits specializations for mfem::Mesh |
▼ vtk | |
appendix.hpp | Helper classes for writing VTK appendices of xml formats |
attributes.hpp | Helper functions to get the VTK-specific names of things |
common.hpp | Common functionality for VTK writers |
data_array.hpp | |
hdf_common.hpp | Common functionality for writing VTK HDF files |
hdf_image_grid_reader.hpp | Reader for the VTK HDF file format for image grids |
hdf_image_grid_writer.hpp | Writer for the VTK HDF file format for image grids |
hdf_reader.hpp | Readers for the VTK HDF file formats |
hdf_unstructured_grid_reader.hpp | Reader for the VTK HDF file format for unstructured grids |
hdf_unstructured_grid_writer.hpp | Writer for the VTK HDF file format for unstructured grids |
hdf_writer.hpp | Writers for the VTK HDF file formats |
parallel.hpp | Helper function for writing parallel VTK files |
pvd_reader.hpp | |
pvd_writer.hpp | |
pvti_reader.hpp | |
pvti_writer.hpp | |
pvtp_reader.hpp | |
pvtp_writer.hpp | |
pvtr_reader.hpp | |
pvtr_writer.hpp | |
pvts_reader.hpp | |
pvts_writer.hpp | |
pvtu_reader.hpp | |
pvtu_writer.hpp | |
pxml_reader.hpp | |
vti_reader.hpp | |
vti_writer.hpp | |
vtp_reader.hpp | |
vtp_writer.hpp | |
vtr_reader.hpp | |
vtr_writer.hpp | |
vts_reader.hpp | |
vts_writer.hpp | |
vtu_reader.hpp | |
vtu_writer.hpp | |
xml.hpp | Helper classes and functions for VTK XML-type file format writers & readers |
xml_time_series_writer.hpp | |
gridformat.hpp | This file is the entrypoint to the high-level API exposing all provided readers/writers through a unified interface |
reader.hpp | A generic reader providing access to the readers for all supported formats |
writer.hpp | A generic writer providing access to the writers for all supported formats |