2#ifndef DUNE_PDELAB_FINITEELEMENTMAP_RT1CUBE3DFEM_HH
3#define DUNE_PDELAB_FINITEELEMENTMAP_RT1CUBE3DFEM_HH
6#include <dune/localfunctions/raviartthomas/raviartthomas1cube3d.hh>
14 template<
typename GV,
typename D,
typename R>
18 Dune::RT1Cube3DLocalFiniteElement<D,R>,
19 RT1Cube3DLocalFiniteElementMap<GV,D,R>,
22 typedef Dune::RT1Cube3DLocalFiniteElement<D,R> FE;
32 Dune::RT1Cube3DLocalFiniteElement<D,R>,
44 return (codim == 0 || codim == 1);
47 static constexpr std::size_t
size(GeometryType gt)
For backward compatibility – Do not use this!
Definition: adaptivity.hh:28
collect types exported by a finite element map
Definition: finiteelementmap.hh:38
Definition: finiteelementmap.hh:223
Definition: rt1cube3dfem.hh:21
static constexpr bool hasDOFs(int codim)
Definition: rt1cube3dfem.hh:42
LocalFiniteElementMapTraits< FE > Traits
export type of the signature
Definition: rt1cube3dfem.hh:26
static constexpr bool fixedSize()
Definition: rt1cube3dfem.hh:37
static constexpr std::size_t size(GeometryType gt)
Definition: rt1cube3dfem.hh:47
RT1Cube3DLocalFiniteElementMap(const GV &gv)
Use when Imp has a standard constructor.
Definition: rt1cube3dfem.hh:29
static constexpr std::size_t maxLocalSize()
Definition: rt1cube3dfem.hh:60