Skip to content
Snippets Groups Projects

Merge branch 'feature/add-has-entity-iterator-capability' into 'master'

Merged Martin Nolte requested to merge cherry-pick-e50f64ae into releases/2.6
7 files
+ 86
0
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -46,6 +46,17 @@ namespace Dune
static const bool v = true;
};
/**
* \brief AlbertaGrid can iterate over all codimensions
*
* \ingroup AlbertaGrid
**/
template< int dim, int dimworld, int codim >
struct hasEntityIterator< AlbertaGrid< dim, dimworld >, codim >
{
static const bool v = true;
};
/** \brief AlbertaGrid is not levelwise conforming
* (since it uses bisection)
* \ingroup AlbertaGrid
Loading