dune-pdelab
2.5-dev
|
Raviart-Thomas elements of order k. More...
#include <dune/pdelab/finiteelementmap/raviartthomasfem.hh>
Public Member Functions | |
RaviartThomasLocalFiniteElementMap (const GV &gv) | |
Constructs a finite element map on the GridView gv. More... | |
Static Public Attributes | |
static constexpr int | dimension = GV::dimension |
The dimension of the finite elements returned by this map. More... | |
Raviart-Thomas elements of order k.
This LocalFiniteElementMap provides Raviart-Thomas elements of order k for the given GridView GV. It currently supports
We try to infer the type of the reference element (cube / simplex) from the GridView, but that only works for grids with a single element type that is fixed at compile time. For potentially mixed grids like UGGrid, you need to provide the GeometryType::BasicType of the cell reference element as an additional template parameter.
GV | The GridView on which to construct the finite element map. |
D | The domain field type of the elements. |
R | The range field type of the elements. |
k | The order of the finite elements. |
basic_type | The GeometryType::BasicType of the grid cells. You only need to provide this template parameter for mixed grids (if you don't provide the parameter for a mixed grid, you get a compiler error). |
|
inline |
Constructs a finite element map on the GridView gv.
|
staticconstexpr |
The dimension of the finite elements returned by this map.