1 #ifndef DUNE_FEM_MISC_COMPATIBILITY_HH 2 #define DUNE_FEM_MISC_COMPATIBILITY_HH 8 #include <dune/grid/common/entity.hh> 9 #include <dune/grid/common/entitypointer.hh> 20 template<
class Gr
id,
class Implementation >
22 typename Dune::EntityPointer< Grid, Implementation >::Entity
23 make_entity (
const Dune::EntityPointer< Grid, Implementation > &entityPointer )
25 return *entityPointer;
28 template<
int codim,
int dim,
class Gr
id,
template<
int,
int,
class >
class Implementation >
30 typename Dune::Entity< codim, dim, Grid, Implementation >
31 make_entity ( Dune::Entity< codim, dim, Grid, Implementation > entity )
40 #endif // #ifndef DUNE_FEM_MISC_COMPATIBILITY_HH
Dune::EntityPointer< Grid, Implementation >::Entity make_entity(const Dune::EntityPointer< Grid, Implementation > &entityPointer)
Definition: compatibility.hh:23
Definition: coordinate.hh:4
void move(ArrayInterface< T > &array, const unsigned int oldOffset, const unsigned int newOffset, const unsigned int length)
Definition: array_inline.hh:38