GridFormat 0.4.0
I/O-Library for grid-like data structures
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
 CGridFormat::FileFormat::AnySelector for an unspecified file format. When using this format, GridFormat will automatically select a format or deduce from a file being read, for instance
 CGridFormat::AnyReaderFactory< C >
 CGridFormat::FileFormat::AnyTimeSeriesTime series variant of the Any format selector
 CGridFormat::VTK::DataFormat::AppendedAppended data format (all data is appended at the end of the xml file)
 CGridFormat::VTK::AppendixStores vtk data arrays to be exported as vtk-xml appendix
 CGridFormat::VTK::AppendixStreamObserverObserver for appendices. Allows registering the offsets when streaming all fields that are part of the appendix
 CGridFormat::Encoding::AsciiAscii encoder
 CGridFormat::AsciiFormatOptionsOptions for fomatted output of ranges with ascii encoding
 CGridFormat::Encoding::Base64Base64 encoder
 CGridFormat::Base64Decoder
 CGridFormat::Base64EncoderOptionsOptions for formatted output of ranges with base64 encoding
 CGridFormat::Traits::Basis< ConverterDetail::ConverterGrid >
 CGridFormat::Compression::Blocks< HeaderType >Stores the block sizes used for compressing the given amount of bytes
 Cstd::bool_constant
 CGridFormat::DolfinX::Cell
 CGridFormat::Traits::CellPoints< ConverterDetail::ConverterGrid, std::int64_t >
 CGridFormat::Traits::CellPoints< DolfinX::LagrangePolynomialGrid, DolfinX::Cell >
 CGridFormat::Traits::CellPoints< dolfinx::mesh::Mesh, DolfinX::Cell >
 CGridFormat::Traits::CellPoints< Dune::GridView< Traits >, DuneDetail::Element< Dune::GridView< Traits > > >
 CGridFormat::Traits::CellPoints< Dune::LagrangePolynomialGrid< GridView >, typename Dune::LagrangePolynomialGrid< GridView >::Cell >
 CGridFormat::Traits::CellPoints< Grid, GridFormat::CGAL::Cell< Grid > >
 CGridFormat::Traits::CellPoints< mfem::Mesh, GridFormat::MFEM::Cell >
 CGridFormat::Traits::CellPoints< T, DealII::Cell< T > >
 CGridFormat::Traits::Cells< ConverterDetail::ConverterGrid >
 CGridFormat::Traits::Cells< DolfinX::LagrangePolynomialGrid >
 CGridFormat::Traits::Cells< dolfinx::mesh::Mesh >
 CGridFormat::Traits::Cells< Dune::GridView< Traits > >
 CGridFormat::Traits::Cells< Dune::LagrangePolynomialGrid< GridView > >
 CGridFormat::Traits::Cells< Grid >
 CGridFormat::Traits::Cells< mfem::Mesh >
 CGridFormat::Traits::Cells< T >
 CGridFormat::Traits::CellType< ConverterDetail::ConverterGrid, std::int64_t >
 CGridFormat::Traits::CellType< DolfinX::LagrangePolynomialGrid, DolfinX::Cell >
 CGridFormat::Traits::CellType< dolfinx::mesh::Mesh, DolfinX::Cell >
 CGridFormat::Traits::CellType< Dune::GridView< Traits >, DuneDetail::Element< Dune::GridView< Traits > > >
 CGridFormat::Traits::CellType< Dune::LagrangePolynomialGrid< GridView >, typename Dune::LagrangePolynomialGrid< GridView >::Cell >
 CGridFormat::Traits::CellType< Grid, GridFormat::CGAL::Cell< Grid > >
 CGridFormat::Traits::CellType< mfem::Mesh, GridFormat::MFEM::Cell >
 CGridFormat::Traits::CellType< T, DealII::Cell< T > >
 CGridFormat::Traits::CommunicatorAccess< Writer >Can be specialized by parallel writers to expose their underlying communicator
 CGridFormat::Traits::CommunicatorAccess< Writer >Default specialization for writers that have a communicator() function
 CGridFormat::Compression::CompressedBlocks< HeaderType >Stores the uncompressed/compressed block sizes after completion of a compression
 CGridFormat::ConversionOptions< OutFormat, InFormat >Options for format conversions
 CGridFormat::Detail::CRTPBase
 CGridFormat::VTK::DataArray< Encoder, Compressor, HeaderType >Wraps a field and exposes it as VTK data array. Essentially, this implements the operator<< to stream the field data in the way that VTK file formats require it
 CAPIDetail::DefaultReaderFactory
 CAPIDetail::DefaultTemplatedReaderFactory
 CGridFormat::VTIWriter< Grid >::Domain
 CGridFormat::VTRWriter< Grid >::Domain
 CGridFormat::VTSWriter< Grid >::Domain
 CGridFormat::EncodedField< F, Encoder >Wraps a field and makes it streamable using encoding
 CGridFormat::Traits::Extents< ConverterDetail::ConverterGrid >
 CGridFormat::Traits::Extents< Dune::GridView< Traits > >
 Cstd::false_type
 CGridFormat::FieldAbstract interface for fields of values that is used by writers/readers to store fields
 CGridFormat::GridReader::FieldNames
 CGridFormat::FileFormat::FormatWithOptions< Format, Opts >Base class for formats taking options
 CGridFormat::FileFormat::FormatWithOptions< VTI, VTK::XMLOptions >
 CGridFormat::FileFormat::FormatWithOptions< VTKFormat, VTK::XMLOptions >
 CGridFormat::FileFormat::FormatWithOptions< VTKHDFImageTransient, VTK::HDFTransientOptions >
 CGridFormat::FileFormat::FormatWithOptions< VTKHDFTransient, VTK::HDFTransientOptions >
 CGridFormat::FileFormat::FormatWithOptions< VTKHDFUnstructuredTransient, VTK::HDFTransientOptions >
 CGridFormat::FileFormat::FormatWithOptions< VTKXMLTimeSeries< VTX >, VTK::XMLOptions >
 CGridFormat::FileFormat::FormatWithOptions< VTP, VTK::XMLOptions >
 CGridFormat::FileFormat::FormatWithOptions< VTR, VTK::XMLOptions >
 CGridFormat::FileFormat::FormatWithOptions< VTS, VTK::XMLOptions >
 CGridFormat::FileFormat::FormatWithOptions< VTU, VTK::XMLOptions >
 CGridFormat::Dune::GridFactoryAdapter< Grid >Adapter around a Dune::GridFactory to be compatible with GridFormat::Concepts::GridFactory. Can be used to export a grid from a reader directly into a Dune::GridFactory. For instance:
 CGridFormat::GridReaderAbstract base class for all readers, defines the common interface
 CGridFormat::Dune::Traits::GridView< GV >
 CGridFormat::Dune::Traits::GridView< LagrangePolynomialGrid< GV > >
 CGridFormat::GridWriterBase< G >Base class for all writer implementations
 CGridFormat::GridWriterBase< Grid >
 CGridFormat::GridWriterBase< VTKWriter::Grid >
 CGridFormat::VTK::HDFTransientOptionsOptions for transient vtk-hdf file formats
 CGridFormat::ImageGrid< dim, CoordinateType >Predefined grid implementation that represents a structured, equispaced grid
 CGridFormat::VTK::DataFormat::InlinedInline data format (inside xml elements)
 CGridFormat::VTKHDF::IOContextHelper class to store processor offsets in parallel writes
 CGridFormat::DolfinX::LagrangePolynomialGridWrapper around a nodal dolfinx::FunctionSpace, exposing it as a mesh composed of lagrange elements with the order of the given function space
 CGridFormat::Dune::LagrangePolynomialGrid< GV >Exposes a Dune::GridView as a grid composed of lagrange cells with the given order. Can be used to conveniently write Dune::Functions into grid files
 CLazyField
 CGridFormat::Traits::Location< ConverterDetail::ConverterGrid, Entity >
 CGridFormat::Traits::Location< Dune::GridView< Traits >, Entity >
 CGridFormat::Compression::LZ4Compressor using the lz4 compression library
 CGridFormat::Compression::LZ4OptionsOptions for the lz4 compressor
 CGridFormat::Compression::LZMACompressor using the lzma library
 CGridFormat::Compression::LZMAOptionsOptions for the lzma compressor
 CGridFormat::Traits::NumberOfCellPoints< ConverterDetail::ConverterGrid, std::int64_t >
 CGridFormat::Traits::NumberOfCellPoints< DolfinX::LagrangePolynomialGrid, DolfinX::Cell >
 CGridFormat::Traits::NumberOfCellPoints< dolfinx::mesh::Mesh, DolfinX::Cell >
 CGridFormat::Traits::NumberOfCellPoints< Dune::GridView< Traits >, DuneDetail::Element< Dune::GridView< Traits > > >
 CGridFormat::Traits::NumberOfCellPoints< Dune::LagrangePolynomialGrid< GridView >, typename Dune::LagrangePolynomialGrid< GridView >::Cell >
 CGridFormat::Traits::NumberOfCellPoints< Grid, GridFormat::CGAL::Cell< Grid > >
 CGridFormat::Traits::NumberOfCellPoints< mfem::Mesh, GridFormat::MFEM::Cell >
 CGridFormat::Traits::NumberOfCellPoints< T, DealII::Cell< T > >
 CGridFormat::Traits::NumberOfCells< ConverterDetail::ConverterGrid >
 CGridFormat::Traits::NumberOfCells< DolfinX::LagrangePolynomialGrid >
 CGridFormat::Traits::NumberOfCells< dolfinx::mesh::Mesh >
 CGridFormat::Traits::NumberOfCells< Dune::GridView< Traits > >
 CGridFormat::Traits::NumberOfCells< Dune::LagrangePolynomialGrid< GridView > >
 CGridFormat::Traits::NumberOfCells< Grid >
 CGridFormat::Traits::NumberOfCells< mfem::Mesh >
 CGridFormat::Traits::NumberOfCells< T >
 CGridFormat::Traits::NumberOfPoints< ConverterDetail::ConverterGrid >
 CGridFormat::Traits::NumberOfPoints< DolfinX::LagrangePolynomialGrid >
 CGridFormat::Traits::NumberOfPoints< dolfinx::mesh::Mesh >
 CGridFormat::Traits::NumberOfPoints< Dune::GridView< Traits > >
 CGridFormat::Traits::NumberOfPoints< Dune::LagrangePolynomialGrid< GridView > >
 CGridFormat::Traits::NumberOfPoints< Grid >
 CGridFormat::Traits::NumberOfPoints< mfem::Mesh >
 CGridFormat::Traits::NumberOfPoints< T >
 CGridFormat::Traits::Ordinates< ConverterDetail::ConverterGrid >
 CGridFormat::Traits::Ordinates< Dune::GridView< Traits > >
 CGridFormat::Traits::Origin< ConverterDetail::ConverterGrid >
 CGridFormat::Traits::Origin< Dune::GridView< Traits > >
 COutputStreamWrapperBase
 CGridFormat::PVTK::PDataArrayHelper< Encoder, DataFormat >Helper to add a PDataArray child to an xml element
 CGridFormat::GridReader::PieceLocationDescribes the location of a piece within a distributed structured grid
 CGridFormat::DolfinX::Point
 CGridFormat::Traits::PointCoordinates< ConverterDetail::ConverterGrid, std::size_t >
 CGridFormat::Traits::PointCoordinates< DolfinX::LagrangePolynomialGrid, DolfinX::Point >
 CGridFormat::Traits::PointCoordinates< dolfinx::mesh::Mesh, DolfinX::Point >
 CGridFormat::Traits::PointCoordinates< Dune::GridView< Traits >, DuneDetail::Vertex< Dune::GridView< Traits > > >
 CGridFormat::Traits::PointCoordinates< Dune::LagrangePolynomialGrid< GridView >, typename Dune::LagrangePolynomialGrid< GridView >::Point >
 CGridFormat::Traits::PointCoordinates< Grid, typename Grid::Vertex_handle >
 CGridFormat::Traits::PointCoordinates< mfem::Mesh, GridFormat::MFEM::Point >
 CGridFormat::Traits::PointCoordinates< T, DealII::Point< T > >
 CGridFormat::Traits::PointId< ConverterDetail::ConverterGrid, std::size_t >
 CGridFormat::Traits::PointId< DolfinX::LagrangePolynomialGrid, DolfinX::Point >
 CGridFormat::Traits::PointId< dolfinx::mesh::Mesh, DolfinX::Point >
 CGridFormat::Traits::PointId< Dune::GridView< Traits >, DuneDetail::Vertex< Dune::GridView< Traits > > >
 CGridFormat::Traits::PointId< Dune::LagrangePolynomialGrid< GridView >, typename Dune::LagrangePolynomialGrid< GridView >::Point >
 CGridFormat::Traits::PointId< Grid, typename Grid::Vertex_handle >
 CGridFormat::Traits::PointId< mfem::Mesh, GridFormat::MFEM::Point >
 CGridFormat::Traits::PointId< T, DealII::Point< T > >
 CGridFormat::Traits::Points< ConverterDetail::ConverterGrid >
 CGridFormat::Traits::Points< DolfinX::LagrangePolynomialGrid >
 CGridFormat::Traits::Points< dolfinx::mesh::Mesh >
 CGridFormat::Traits::Points< Dune::GridView< Traits > >
 CGridFormat::Traits::Points< Dune::LagrangePolynomialGrid< GridView > >
 CGridFormat::Traits::Points< Grid >
 CGridFormat::Traits::Points< mfem::Mesh >
 CGridFormat::Traits::Points< T >
 CGridFormat::FileFormat::PVD< PieceFormat >Selector for the .pvd file format for a time series. For more information, see here
 CGridFormat::FileFormat::PVDClosureClosure for selecting the .pvd file format. Takes a VTK-XML format and returns an instance of PVD
 CGridFormat::Encoding::RawBinaryRaw binary encoder
 CGridFormat::RawDecoderFor compatibility with Base64
 CGridFormat::ReaderFactory< FileFormat >Factory class to create a reader for the given file format
 CAPIDetail::SequentialOrParallelReaderFactory
 CGridFormat::Traits::Spacing< ConverterDetail::ConverterGrid >
 CGridFormat::Traits::Spacing< Dune::GridView< Traits > >
 CGridFormat::Traits::StaticSize< Dune::FieldMatrix< T, R, C > >
 CGridFormat::PVTK::StructuredGridMapper< dim >
 CGridFormat::PVTK::StructuredGridMapperHelper< T, dim >
 CGridFormat::VTK::PXMLStructuredGridReader< PieceReader >::StructuredGridSpecs
 CGridFormat::PVTK::StructuredParallelGridHelper< Communicator >
 CGridFormat::FileFormat::TimeSeriesClosureClosure for time series format selection. Takes a sequential format and returns a time series variant
 Cstd::true_type
 CGridDetail::WriterBase::type
 CGridDetail::WriterBase::type
 CVTKHDFDetail::VTKHDFTimeSeriesWriterSelector::type
 CVTKHDFDetail::VTKHDFWriterSelector::type
 CGridFormat::FileFormat::VTKHDFSelector for the vtk-hdf file format with automatic deduction of the flavour. If the grid for which a writer is constructed is an image grid, it selects the image-grid flavour, otherwise it selects the flavour for unstructured grids (which requires the respective traits to be specialized)
 CGridFormat::FileFormat::VTKHDFImageSelector for the vtk-hdf file format for image grids. For more information, see here
 CGridFormat::FileFormat::VTKHDFUnstructuredSelector for the vtk-hdf file format for unstructured grids. For more information, see here
 CGridFormat::VTK::XMLWriterBase< G, Impl >::WriteContext
 CGridFormat::Writer< G >Interface to the writers for all supported file formats. Depending on the chosen format, this exposes the interface of grid file or time series writers
 CGridFormat::WriterFactory< FileFormat >Factory class to create a writer for the given file format
 CGridFormat::WriterFactory< FileFormat::Any >Specialization of the WriterFactory for the any format selector
 CGridFormat::WriterFactory< FileFormat::AnyTimeSeries >Specialization of the WriterFactory for the time series variant of the any format selector
 CGridFormat::WriterFactory< FileFormat::PVD< F > >Specialization of the WriterFactory for the .pvd time series format
 CGridFormat::WriterFactory< FileFormat::VTI >Specialization of the WriterFactory for the .vti format
 CGridFormat::WriterFactory< FileFormat::VTKHDF >Specialization of the WriterFactory for the vtk-hdf file format with automatic flavour selection
 CGridFormat::WriterFactory< FileFormat::VTKHDFImage >Specialization of the WriterFactory for the vtk-hdf image grid format
 CGridFormat::WriterFactory< FileFormat::VTKHDFImageTransient >Specialization of the WriterFactory for the transient vtk-hdf image grid format
 CGridFormat::WriterFactory< FileFormat::VTKHDFTransient >Specialization of the WriterFactory for the transient vtk-hdf file format with automatic flavour selection
 CGridFormat::WriterFactory< FileFormat::VTKHDFUnstructured >Specialization of the WriterFactory for the vtk-hdf unstructured grid format
 CGridFormat::WriterFactory< FileFormat::VTKHDFUnstructuredTransient >Specialization of the WriterFactory for the transient vtk-hdf unstructured grid format
 CGridFormat::WriterFactory< FileFormat::VTKXMLTimeSeries< F > >Specialization of the WriterFactory for vtk-xml time series
 CGridFormat::WriterFactory< FileFormat::VTP >Specialization of the WriterFactory for the .vtp format
 CGridFormat::WriterFactory< FileFormat::VTR >Specialization of the WriterFactory for the .vtr format
 CGridFormat::WriterFactory< FileFormat::VTS >Specialization of the WriterFactory for the .vts format
 CGridFormat::WriterFactory< FileFormat::VTU >Specialization of the WriterFactory for the .vtu format
 CGridFormat::WriterOptionsOptions that writer implementations can pass to the base class
 CPVDDetail::WriterStorage
 CGridFormat::VTK::XMLOptionsOptions for VTK-XML files for setting the desired encoding, data format and compression
 CGridFormat::VTK::XMLReaderHelperHelper class for VTK-XML readers to use
 CGridFormat::Compression::ZLIBCompressor using the zlib library
 CGridFormat::Compression::ZLIBOptionsOptions for the zlib compressor