Dune Core Modules (2.9.0)

Dune::BDFMCubeLocalFiniteElement< D, R, dim, order > Class Template Reference

Brezzi-Douglas-Fortin-Marini finite elements for cubes. More...

#include <dune/localfunctions/brezzidouglasfortinmarini/bdfmcube.hh>

Public Member Functions

 BDFMCubeLocalFiniteElement ()
 Standard constructor.
 
 BDFMCubeLocalFiniteElement (std::bitset< 2 *dim > s)
 Make set number s, where 0 <= s < 2^(2*dim) More...
 
unsigned int size () const
 Number of shape functions in this finite element.
 

Detailed Description

template<class D, class R, unsigned int dim, unsigned int order>
class Dune::BDFMCubeLocalFiniteElement< D, R, dim, order >

Brezzi-Douglas-Fortin-Marini finite elements for cubes.

Brezzi-Douglas-Fortin-Marini (BDFM) finite elements are reduced Brezzi-Douglas-Marini (BDM) finite elements, where the order of the normal traces is lowered by one.

On a quadrilateral K the BDFM element is given by

\(BDFM_k = (P_k(K)\setminus\{y^k\})\times(P_k(K)\setminus\{x^k\})\quad(k\geq1)\)

The BDFM1 element is identical to the RT0 element.

For further reading see Brezzi, Fortin "Mixed and Hybrid Finite Element Methods" (1991), Chapter III Section 3

Template Parameters
DType to represent the field in the domain.
RType to represent the field in the range.
dimdimension of the reference elements, must be >= 2.
orderorder of the element, must be >= 1.

Constructor & Destructor Documentation

◆ BDFMCubeLocalFiniteElement()

template<class D , class R , unsigned int dim, unsigned int order>
Dune::BDFMCubeLocalFiniteElement< D, R, dim, order >::BDFMCubeLocalFiniteElement ( std::bitset< 2 *dim >  s)
inline

Make set number s, where 0 <= s < 2^(2*dim)

Parameters
sEdge orientation indicator

The documentation for this class was generated from the following file:
  • dune/localfunctions/brezzidouglasfortinmarini/bdfmcube.hh
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 25, 22:37, 2024)