dune-pdelab  2.5-dev
Public Member Functions | List of all members
Dune::PDELab::VTKFiniteElementMapAdapter< G, FEM > Class Template Reference

#include <dune/pdelab/common/vtkexport.hh>

Inheritance diagram for Dune::PDELab::VTKFiniteElementMapAdapter< G, FEM >:
Inheritance graph

Public Member Functions

 VTKFiniteElementMapAdapter (const FEM &fem_, std::string s_)
 
virtual int ncomps () const
 
virtual double evaluate (int comp, const Entity &e, const Dune::FieldVector< DF, n > &xi) const
 
virtual std::string name () const
 

Detailed Description

template<typename G, typename FEM>
class Dune::PDELab::VTKFiniteElementMapAdapter< G, FEM >

vizualize order of a hp-FiniteElementMap so it can be used with the VTKWriter from dune-grid.

Template Parameters
GVGridView to vizualize on
FEMFiniteElementMap to vizualize

Constructor & Destructor Documentation

§ VTKFiniteElementMapAdapter()

template<typename G , typename FEM >
Dune::PDELab::VTKFiniteElementMapAdapter< G, FEM >::VTKFiniteElementMapAdapter ( const FEM &  fem_,
std::string  s_ 
)
inline

Member Function Documentation

§ evaluate()

template<typename G , typename FEM >
virtual double Dune::PDELab::VTKFiniteElementMapAdapter< G, FEM >::evaluate ( int  comp,
const Entity &  e,
const Dune::FieldVector< DF, n > &  xi 
) const
inlinevirtual

§ name()

template<typename G , typename FEM >
virtual std::string Dune::PDELab::VTKFiniteElementMapAdapter< G, FEM >::name ( ) const
inlinevirtual

§ ncomps()

template<typename G , typename FEM >
virtual int Dune::PDELab::VTKFiniteElementMapAdapter< G, FEM >::ncomps ( ) const
inlinevirtual

The documentation for this class was generated from the following file: