dune-localfunctions  2.5.0
Public Member Functions | List of all members
Dune::RT0Cube2DLocalInterpolation< LB > Class Template Reference

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

#include <dune/localfunctions/raviartthomas/raviartthomas0cube2d/raviartthomas0cube2dall.hh>

Inheritance diagram for Dune::RT0Cube2DLocalInterpolation< LB >:
Inheritance graph

Public Member Functions

 RT0Cube2DLocalInterpolation ()
 Standard constructor. More...
 
 RT0Cube2DLocalInterpolation (unsigned int s)
 Make set numer s, where 0<=s<8. More...
 
template<typename F , typename C >
void interpolate (const F &f, std::vector< C > &out) const
 

Detailed Description

template<class LB>
class Dune::RT0Cube2DLocalInterpolation< LB >

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

Template Parameters
LBcorresponding LocalBasis giving traits

Constructor & Destructor Documentation

◆ RT0Cube2DLocalInterpolation() [1/2]

template<class LB>
Dune::RT0Cube2DLocalInterpolation< LB >::RT0Cube2DLocalInterpolation ( )
inline

Standard constructor.

◆ RT0Cube2DLocalInterpolation() [2/2]

template<class LB>
Dune::RT0Cube2DLocalInterpolation< LB >::RT0Cube2DLocalInterpolation ( unsigned int  s)
inline

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

Member Function Documentation

◆ interpolate()

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

The documentation for this class was generated from the following file: