Dune Core Modules (2.4.1)
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 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 More... | |
Detailed Description
template<typename GV, typename RF>
class Dune::VTK::SkeletonFunctionInterface< GV, RF >
class Dune::VTK::SkeletonFunctionInterface< GV, RF >
A prototype for VTKFunctions on the skeleton.
Member Function Documentation
◆ 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
-
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 nessecary, and is overwritten.
The documentation for this class was generated from the following file:
- dune/grid/io/file/vtk/skeletonfunction.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)