33 #ifndef __H__UG__MULTI_GRID_UTIL__
34 #define __H__UG__MULTI_GRID_UTIL__
42 template <
class TElem>
46 bool clearContainer =
true);
52 template <
class TElem,
class TSurfaceView>
64 template <
class TElem>
bool IsSubSurfaceElement(MultiGrid &mg, TElem *e, bool checkSides=false)
returns true, if the element lies one level below the surface
Definition: multi_grid_util_impl.hpp:111
MultiGridSubsetHandler MGSubsetHandler
Definition: subset_handler_multi_grid.h:377
void CreateSurfaceView(TSurfaceView &surfaceViewOut, MultiGrid &mg, MGSubsetHandler &mgsh)
Definition: multi_grid_util_impl.hpp:74
void CollectSurfaceViewElements(ISubsetHandler &surfaceViewOut, MultiGrid &mg, MGSubsetHandler &mgsh, bool clearContainer=true)
Definition: multi_grid_util_impl.hpp:42