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