|
dune-grid 2.10
|
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 | |
| 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 | |
A prototype for VTKFunctions on the skeleton.
| typedef SkeletonFunctionTraits<GV, RF> Dune::VTK::SkeletonFunctionInterface< GV, RF >::Traits |
| unsigned Dune::VTK::SkeletonFunctionInterface< GV, RF >::dimRange | ( | ) | const |
get dimension of the Range
| 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
| c | The cell (intersection) to evaluate in. |
| xl | The local coordinate within the cell. |
| result | Where to store the result. The vector is resized as necessary, and is overwritten. |