Dune Core Modules (unstable)
•All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
Dune::RaviartThomasSimplexLocalFiniteElement< dimDomain, D, R, SF, CF > Class Template Reference
Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension. More...
#include <dune/localfunctions/raviartthomas/raviartthomassimplex.hh>
Public Member Functions | |
RaviartThomasSimplexLocalFiniteElement (const GeometryType >, unsigned int order) | |
const Traits::LocalBasisType & | localBasis () const |
const Traits::LocalCoefficientsType & | localCoefficients () const |
const Traits::LocalInterpolationType & | localInterpolation () const |
unsigned int | size () const |
Number of shape functions in this finite element. | |
GeometryType | type () const |
Detailed Description
template<unsigned int dimDomain, class D, class R, class SF = R, class CF = SF>
class Dune::RaviartThomasSimplexLocalFiniteElement< dimDomain, D, R, SF, CF >
class Dune::RaviartThomasSimplexLocalFiniteElement< dimDomain, D, R, SF, CF >
Raviart-Thomas local finite elements of arbitrary order for simplices of arbitrary dimension.
These generic local finite elements are only available for simplex geometry types. The extension to cube and prism elements could be added.
- Template Parameters
-
dimDomain dimension of reference elements D domain for basis functions R range for basis functions SF storage field for basis matrix CF compute field for basis matrix
Constructor & Destructor Documentation
◆ RaviartThomasSimplexLocalFiniteElement()
template<unsigned int dimDomain, class D , class R , class SF = R, class CF = SF>
|
inline |
- Todo:
- Please doc me
Member Function Documentation
◆ localBasis()
|
inlineinherited |
- Todo:
- Please doc me !
◆ localCoefficients()
|
inlineinherited |
- Todo:
- Please doc me !
◆ localInterpolation()
|
inlineinherited |
- Todo:
- Please doc me !
◆ type()
|
inlineinherited |
- Todo:
- Please doc me !
The documentation for this class was generated from the following file:
- dune/localfunctions/raviartthomas/raviartthomassimplex.hh
