dune-pdelab  2.4-dev
Classes | Namespaces | Functions
vtkexport.hh File Reference
#include <cstddef>
#include <string>
#include <vector>
#include <dune/common/shared_ptr.hh>
#include <dune/grid/io/file/vtk/vtkwriter.hh>
#include <dune/pdelab/common/range.hh>

Go to the source code of this file.

Classes

class  Dune::PDELab::VTKGridFunctionAdapter< T >
 wrap a GridFunction so it can be used with the VTKWriter from dune-grid. More...
 
class  Dune::PDELab::VTKFiniteElementMapAdapter< G, FEM >
 

Namespaces

 Dune
 
 Dune::PDELab
 

Functions

template<class GF >
std::shared_ptr< VTKGridFunctionAdapter< GF > > Dune::PDELab::makeVTKGridFunctionAdapter (const std::shared_ptr< GF > &gf, const std::string &name, const std::vector< std::size_t > &remap=rangeVector(std::size_t(GF::Traits::dimRange)))
 construct a VTKGridFunctionAdapter More...
 
template<class GF >
std::shared_ptr< VTKGridFunctionAdapter< GF > > Dune::PDELab::makeVTKGridFunctionAdapter (const GF &gf, const std::string &name, const std::vector< std::size_t > &remap=rangeVector(std::size_t(GF::Traits::dimRange)))
 construct a VTKGridFunctionAdapter More...
 
template<class GF >
std::shared_ptr< VTKGridFunctionAdapter< GF > > Dune::PDELab::makeVTKGridFunctionAdapter (const std::shared_ptr< const GF > &gf, const std::string &name, const std::vector< std::size_t > &remap=rangeVector(std::size_t(GF::Traits::dimRange)))
 construct a VTKGridFunctionAdapter More...