Skeleton function for intersection writer.
#include <dumux/io/vtk/intersectionwriter.hh>
|
using | Traits = Dune::VTK::SkeletonFunctionTraits< GridView, typename GridView::ctype > |
|
|
| 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 |
|
◆ Traits
template<class GridView , class Mapper , class F >
◆ SkeletonFunction()
template<class GridView , class Mapper , class F >
◆ dimRange()
template<class GridView , class Mapper , class F >
◆ 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: