2 #ifndef DUNE_PDELAB_FINITEELEMENTMAP_RT0CUBE3DFEM_HH 3 #define DUNE_PDELAB_FINITEELEMENTMAP_RT0CUBE3DFEM_HH 6 #include<dune/localfunctions/raviartthomas/raviartthomas0cube3d.hh> 14 template<
typename GV,
typename D,
typename R>
18 Dune::RT0Cube3DLocalFiniteElement<D,R>,
19 RT0Cube3DLocalFiniteElementMap<GV,D,R>,
22 typedef Dune::RT0Cube3DLocalFiniteElement<D,R> FE;
32 Dune::RT0Cube3DLocalFiniteElement<D,R>,
47 static constexpr std::size_t
size(GeometryType gt)
49 return gt == GeometryTypes::quadrilateral ? 1 : 0;
61 #endif // DUNE_PDELAB_FINITEELEMENTMAP_RT0CUBE3DFEM_HH RT0Cube3DLocalFiniteElementMap(const GV &gv)
Use when Imp has a standard constructor.
Definition: rt0cube3dfem.hh:29
Definition: finiteelementmap.hh:231
collect types exported by a finite element map
Definition: finiteelementmap.hh:38
static constexpr bool fixedSize()
Definition: rt0cube3dfem.hh:37
Definition: rt0cube3dfem.hh:15
static constexpr std::size_t size(GeometryType gt)
Definition: rt0cube3dfem.hh:47
static constexpr bool hasDOFs(int codim)
Definition: rt0cube3dfem.hh:42
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
static constexpr std::size_t maxLocalSize()
Definition: rt0cube3dfem.hh:52
LocalFiniteElementMapTraits< FE > Traits
export type of the signature
Definition: rt0cube3dfem.hh:26