dune-vtk  0.2
Classes | Namespaces | Functions
lagrangegridcreator.hh File Reference
#include <cassert>
#include <cstdint>
#include <limits>
#include <optional>
#include <vector>
#include <dune/common/exceptions.hh>
#include <dune/common/hybridutilities.hh>
#include <dune/geometry/utility/typefromvertexcount.hh>
#include <dune/geometry/multilineargeometry.hh>
#include <dune/localfunctions/lagrange.hh>
#include <dune/grid/common/gridfactory.hh>
#include <dune/vtk/types.hh>
#include <dune/vtk/gridcreatorinterface.hh>
#include <dune/vtk/gridfunctions/lagrangegridfunction.hh>
#include <dune/vtk/utility/lagrangepoints.hh>

Go to the source code of this file.

Classes

class  Dune::Vtk::LagrangeGridCreator< GridType >
 
struct  Dune::Vtk::LagrangeGridCreator< GridType >::ElementParametrization
 
struct  Dune::Vtk::LagrangeGridCreator< GridType >::EntitySet
 
struct  Dune::Vtk::AssociatedGridFunction< LagrangeGridCreator< GridType >, FieldType, Context >
 
class  Dune::Vtk::LagrangeGridCreator< GridType >::LocalParametrization
 
class  Dune::Vtk::LagrangeGridCreator< GridType >::LocalFunction
 

Namespaces

 Dune
 
 Dune::Vtk
 

Functions

template<class Grid >
 Dune::Vtk::LagrangeGridCreator (GridFactory< Grid > &) -> LagrangeGridCreator< Grid >