Dune Core Modules (2.6.0)

Dune::BDM2Simplex2DLocalInterpolation< LB > Class Template Reference

First order Brezzi-Douglas-Marini shape functions on triangles. More...

#include <dune/localfunctions/brezzidouglasmarini/brezzidouglasmarini2simplex2d/brezzidouglasmarini2simplex2dlocalinterpolation.hh>

Public Member Functions

 BDM2Simplex2DLocalInterpolation ()
 Standard constructor.
 
 BDM2Simplex2DLocalInterpolation (unsigned int s)
 Make set number s, where 0 <= s < 8. More...
 
template<typename F , typename C >
void interpolate (const F &f, std::vector< C > &out) const
 Interpolate a given function with shape functions. More...
 

Detailed Description

template<class LB>
class Dune::BDM2Simplex2DLocalInterpolation< LB >

First order Brezzi-Douglas-Marini shape functions on triangles.

Template Parameters
LBcorresponding LocalBasis giving traits

Constructor & Destructor Documentation

◆ BDM2Simplex2DLocalInterpolation()

template<class LB >
Dune::BDM2Simplex2DLocalInterpolation< LB >::BDM2Simplex2DLocalInterpolation ( unsigned int  s)
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::BDM2Simplex2DLocalInterpolation< LB >::interpolate ( const F &  f,
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
ffunction 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 (Mar 28, 23:30, 2024)