Dune Core Modules (2.9.0)

Dune::RT12DLocalInterpolation< LB > Class Template Reference

First order Raviart-Thomas shape functions on the reference quadrilateral. More...

#include <dune/localfunctions/raviartthomas/raviartthomas12d/raviartthomas12dlocalinterpolation.hh>

Public Member Functions

 RT12DLocalInterpolation (std::bitset< 3 > s=0)
 Make set number s, where 0 <= s < 8. More...
 
template<typename F , typename C >
void interpolate (const F &ff, std::vector< C > &out) const
 Interpolate a given function with shape functions. More...
 

Detailed Description

template<class LB>
class Dune::RT12DLocalInterpolation< LB >

First order Raviart-Thomas shape functions on the reference quadrilateral.

Template Parameters
LBcorresponding LocalBasis giving traits

Constructor & Destructor Documentation

◆ RT12DLocalInterpolation()

template<class LB >
Dune::RT12DLocalInterpolation< LB >::RT12DLocalInterpolation ( std::bitset< 3 >  s = 0)
inline

Make set number s, where 0 <= s < 8.

Parameters
sEdge orientation indicator

Member Function Documentation

◆ interpolate()

template<class LB >
template<typename F , typename C >
void Dune::RT12DLocalInterpolation< LB >::interpolate ( const F &  ff,
std::vector< C > &  out 
) const
inline

Interpolate a given function with shape functions.

Template Parameters
FFunction type for function which should be interpolated
CCoefficient type
Parameters
fffunction which should be interpolated
outreturn value, vector of coefficients

References Dune::QuadratureRules< ctype, dim >::rule(), and Dune::GeometryTypes::simplex().


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 (Apr 19, 22:31, 2024)