2 #ifndef DUNE_PDELAB_FINITEELEMENTMAP_RT1SIMPLEX2DFEM_HH 3 #define DUNE_PDELAB_FINITEELEMENTMAP_RT1SIMPLEX2DFEM_HH 6 #include <dune/localfunctions/raviartthomas/raviartthomas12d.hh> 14 template<
typename GV,
typename D,
typename R>
18 Dune::RT12DLocalFiniteElement<D,R>,
19 RT1Simplex2DLocalFiniteElementMap<GV,D,R>,
22 typedef Dune::RT12DLocalFiniteElement<D,R> FE;
32 Dune::RT12DLocalFiniteElement<D,R>,
44 return codim == 0 || codim == 1;
47 std::size_t
size(GeometryType gt)
const 69 #endif // DUNE_PDELAB_FINITEELEMENTMAP_RT1SIMPLEX2DFEM_HH
Definition: adaptivity.hh:27
collect types exported by a finite element map
Definition: finiteelementmap.hh:38
std::size_t maxLocalSize() const
Definition: rt1simplex2dfem.hh:60
std::size_t size(GeometryType gt) const
Definition: rt1simplex2dfem.hh:47
Definition: rt1simplex2dfem.hh:15
LocalFiniteElementMapTraits< FE > Traits
export type of the signature
Definition: rt1simplex2dfem.hh:26
RT1Simplex2DLocalFiniteElementMap(const GV &gv)
Use when Imp has a standard constructor.
Definition: rt1simplex2dfem.hh:29
Definition: finiteelementmap.hh:223
bool fixedSize() const
Definition: rt1simplex2dfem.hh:37
bool hasDOFs(int codim) const
Definition: rt1simplex2dfem.hh:42