|
ug4
|
#include "subset_util.h"Go to the source code of this file.
Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| template<class TElem > | |
| void | ug::CollectSurfaceViewElements (ISubsetHandler &surfaceViewOut, MultiGrid &mg, MGSubsetHandler &mgsh, bool clearContainer=true) |
| template<class TSurfaceView > | |
| void | ug::CreateSurfaceView (TSurfaceView &surfaceViewOut, MultiGrid &mg, MultiGridSubsetHandler &mgsh) |
| template<class TElem > | |
| bool | ug::IsSubSurfaceElement (MultiGrid &mg, TElem *e, bool checkSides=false) |
| returns true, if the element lies one level below the surface | |