Dune Core Modules (2.5.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 >

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
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:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (May 10, 22:30, 2024)