version 3.9-dev
Dumux::Detail::SkeletonFunction< GridView, Mapper, F > Class Template Reference

Skeleton function for intersection writer.

#include <dumux/io/vtk/intersectionwriter.hh>

Public Types

using Traits = Dune::VTK::SkeletonFunctionTraits< GridView, typename GridView::ctype >
 

Public Member Functions

 SkeletonFunction (const GridView &gv, const Mapper &mapper, const F &field)
 
unsigned dimRange () const
 return number of components More...
 
void evaluate (const typename Traits::Cell &intersection, const typename Traits::Domain &xl, typename Traits::Range &result) const
 

Member Typedef Documentation

◆ Traits

template<class GridView , class Mapper , class F >
using Dumux::Detail::SkeletonFunction< GridView, Mapper, F >::Traits = Dune::VTK::SkeletonFunctionTraits<GridView, typename GridView::ctype>

Constructor & Destructor Documentation

◆ SkeletonFunction()

template<class GridView , class Mapper , class F >
Dumux::Detail::SkeletonFunction< GridView, Mapper, F >::SkeletonFunction ( const GridView &  gv,
const Mapper &  mapper,
const F &  field 
)
inline

Member Function Documentation

◆ dimRange()

template<class GridView , class Mapper , class F >
unsigned Dumux::Detail::SkeletonFunction< GridView, Mapper, F >::dimRange ( ) const
inline

◆ evaluate()

template<class GridView , class Mapper , class F >
void Dumux::Detail::SkeletonFunction< GridView, Mapper, F >::evaluate ( const typename Traits::Cell &  intersection,
const typename Traits::Domain &  xl,
typename Traits::Range &  result 
) const
inline

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