dune-grid 2.9.0
Public Types | Public Member Functions | List of all members
Dune::VTK::SkeletonFunctionInterface< GV, RF > Class Template Reference

A prototype for VTKFunctions on the skeleton. More...

#include <dune/grid/io/file/vtk/skeletonfunction.hh>

Public Types

typedef SkeletonFunctionTraits< GV, RF > Traits
 

Public Member Functions

unsigned dimRange () const
 get dimension of the Range More...
 
void evaluate (const typename Traits::Cell &c, const typename Traits::Domain &xl, typename Traits::Range &result) const
 evaluate at local point xl in Cell c, store in result More...
 

Detailed Description

template<typename GV, typename RF>
class Dune::VTK::SkeletonFunctionInterface< GV, RF >

A prototype for VTKFunctions on the skeleton.

Member Typedef Documentation

◆ Traits

template<typename GV , typename RF >
typedef SkeletonFunctionTraits<GV, RF> Dune::VTK::SkeletonFunctionInterface< GV, RF >::Traits

Member Function Documentation

◆ dimRange()

template<typename GV , typename RF >
unsigned Dune::VTK::SkeletonFunctionInterface< GV, RF >::dimRange ( ) const

get dimension of the Range

◆ evaluate()

template<typename GV , typename RF >
void Dune::VTK::SkeletonFunctionInterface< GV, RF >::evaluate ( const typename Traits::Cell c,
const typename Traits::Domain xl,
typename Traits::Range result 
) const

evaluate at local point xl in Cell c, store in result

Parameters
cThe cell (intersection) to evaluate in.
xlThe local coordinate within the cell.
resultWhere to store the result. The vector is resized as necessary, and is overwritten.

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