CDune::Vtk::AssociatedGridFunction< GridCreator, FieldType, Context > | Type-Traits to associate a GridFunction to a GridCreator |
CDune::Vtk::AssociatedGridFunction< ContinuousGridCreator< GridType >, FieldType, Context > | |
CDune::Vtk::AssociatedGridFunction< LagrangeGridCreator< GridType >, FieldType, Context > | |
CDune::Vtk::CellContext | Context indicating that a GridFunction generates a local-function from cell data |
CDune::Vtk::Cells | |
CDune::Vtk::CellType | Mapping of Dune geometry types to VTK cell types |
CDune::Vtk::CheckTypes<... > | |
CDune::Vtk::ContinuousGridFunction< GridType, FieldType, Context > | A GridFunction representing data stored on the grid vertices in a continuous manner |
CDune::Vtk::DiscontinuousGridCreator< Grid >::CoordLess | |
▼CDune::Vtk::DataCollectorInterface< GridViewType, Derived, Partition > | Base class for data collectors in a CRTP style |
▼CDune::Vtk::StructuredDataCollectorInterface< GridView, YaspDataCollector< GridView > > | |
CDune::Vtk::YaspDataCollector< GridView > | |
▼CDune::Vtk::UnstructuredDataCollectorInterface< GridView, QuadraticDataCollector< GridView >, Partitions::All > | |
CDune::Vtk::QuadraticDataCollector< GridView > | Implementation of DataCollector for quadratic cells, with continuous data |
▼CDune::Vtk::UnstructuredDataCollectorInterface< GridView, DiscontinuousDataCollector< GridView, Partitions::InteriorBorder >, Partitions::InteriorBorder > | |
CDune::Vtk::DiscontinuousDataCollector< GridView, Partition > | Implementation of DataCollector for linear cells, with discontinuous data |
▼CDune::Vtk::UnstructuredDataCollectorInterface< GridView, ContinuousDataCollector< GridView, Partitions::InteriorBorder >, Partitions::InteriorBorder > | |
CDune::Vtk::ContinuousDataCollector< GridView, Partition > | Implementation of DataCollector for linear cells, with continuous data |
▼CDune::Vtk::UnstructuredDataCollectorInterface< GridView, LagrangeDataCollector< GridView, -1 >, Partitions::All > | |
CDune::Vtk::LagrangeDataCollector< GridView, ORDER > | Implementation of DataCollector for lagrange cells |
▼CDune::Vtk::DataCollectorInterface< GridView, Derived > | |
CDune::Vtk::StructuredDataCollectorInterface< GridView, Derived > | The Interface for structured data-collectors |
▼CDune::Vtk::DataCollectorInterface< GridView, Derived, Partitions::InteriorBorder > | |
CDune::Vtk::UnstructuredDataCollectorInterface< GridView, Derived, Partition > | |
CDune::Vtk::LagrangeGridCreator< GridType >::ElementParametrization | |
▼CEmptyPointSet | |
CDune::Vtk::LagrangePointSet< K, dim > | A set of lagrange points compatible with the numbering of VTK and Gmsh |
CDune::Vtk::ContinuousGridFunction< GridType, FieldType, Context >::EntitySet | |
CDune::Vtk::LagrangeGridCreator< GridType >::EntitySet | |
CDune::Vtk::LagrangeGridFunction< GridType, FieldType, Context >::EntitySet | |
▼CException | |
CDune::VtkError | |
CDune::Vtk::FieldInfo | |
CDune::FieldMatrix< T, N, M > | |
CDune::FieldVector< T, N > | |
CDune::FieldVector< ctype, 3 > | |
CDune::Vtk::FileReader< Grid, FilerReaderImp > | |
▼CDune::Vtk::FileReader< Grid, VtkReader< Grid, Vtk::ContinuousGridCreator< Grid > > > | |
CDune::VtkReader< Grid, GC, FieldType > | File-Reader for Vtk unstructured .vtu files |
▼CDune::Vtk::FileWriter | |
▼CDune::VtkWriterInterface< GridView, Vtk::StructuredDataCollector< GridView > > | |
CDune::VtkImageDataWriter< GridView, DataCollector > | File-Writer for ImageData VTK .vti files |
CDune::VtkRectilinearGridWriter< GridView, DataCollector > | File-Writer for RectilinearGrid VTK .vtr files |
CDune::VtkStructuredGridWriter< GridView, DataCollector > | File-Writer for StructuredGrid VTK .vts files |
▼CDune::VtkWriterInterface< GridView, Vtk::ContinuousDataCollector< GridView > > | |
▼CDune::VtkUnstructuredGridWriter< GridView, DataCollector > | File-Writer for VTK .vtu files |
CDune::VtkWriter< GridView > | Default choice of VTK Writer for several grid types |
CDune::PvdWriter< VtkWriter > | File-Writer for ParaView .pvd files |
CDune::VtkTimeseriesWriter< VtkWriter > | File-Writer for Vtk timeseries .vtu files |
CDune::VtkWriterInterface< GV, DC > | Interface for file writers for the Vtk XML file formats |
CDune::Vtk::Function< GridView > | Wrapper class for functions allowing local evaluations |
▼CDune::Vtk::GridCreatorInterface< GridType, DerivedType > | Base class for grid creators in a CRTP style |
▼CDune::Vtk::DerivedGridCreator< ContinuousGridCreator< Grid >, ParallelGridCreator< Grid > > | |
CDune::Vtk::ParallelGridCreator< Grid > | |
▼CDune::Vtk::GridCreatorInterface< Grid, ContinuousGridCreator< Grid > > | |
CDune::Vtk::ContinuousGridCreator< Grid > | |
▼CDune::Vtk::GridCreatorInterface< Grid, DiscontinuousGridCreator< Grid > > | |
CDune::Vtk::DiscontinuousGridCreator< Grid > | |
▼CDune::Vtk::GridCreatorInterface< Grid, SerialGridCreator< Grid > > | |
CDune::Vtk::SerialGridCreator< Grid > | |
▼CDune::Vtk::GridCreatorInterface< GridCreator::Grid, Derived > | |
CDune::Vtk::DerivedGridCreator< GridCreator, Derived > | |
▼CDune::Vtk::GridCreatorInterface< GridType, LagrangeGridCreator< GridType > > | |
CDune::Vtk::LagrangeGridCreator< GridType > | |
CDune::IsVtkWriter< Writer > | |
CDune::Vtk::LagrangeGridFunction< GridType, FieldType, Context > | Grid-function representing values from a VTK file with local Lagrange interpolation of the values stored on the Lagrange nodes |
CDune::Vtk::LagrangeGridCreator< GridType >::LocalFunction | |
CDune::Vtk::LocalFunction< GridView > | A Vtk::LocalFunction is a function-like object that can be bound to a grid element an that provides an evaluate method with a component argument |
▼CDune::Vtk::LocalFunctionInterface< GridView > | An abstract base class for LocalFunctions that can be bound to an element and evaluated in local coordinates w.r.t. to a component of its value |
CDune::Vtk::LocalFunctionWrapper< GridView, LocalFunction > | Type erasure for dune-functions LocalFunction interface |
CDune::Vtk::VTKLocalFunctionWrapper< GridView > | Type erasure for Legacy VTKFunction |
CDune::Vtk::LagrangeGridCreator< GridType >::LocalParametrization | |
CDune::Vtk::PointContext | Context indicating that a GridFunction generates a local-function from point data |
▼Cstd::true_type | |
CDune::Vtk::NoConstraint< class > | |
▼Cstd::vector< T > | STL class |
CDune::Vtk::Path | |