ug4
|
Instances represent a part of a grid. More...
#include <sub_grid.h>
Public Member Functions | |
virtual const GridObjectCollection & | goc () const =0 |
virtual bool | is_contained (Edge *) const =0 |
virtual bool | is_contained (Face *) const =0 |
virtual bool | is_contained (Vertex *) const =0 |
virtual bool | is_contained (Volume *) const =0 |
virtual | ~ISubGrid () |
Instances represent a part of a grid.
One can iterate over the objects in a sub-grid and one may check whether elements are contained in a sub-grid.
|
inlinevirtual |
|
pure virtual |
Implemented in ug::SubGrid< TCallbackCls >.
Referenced by ug::ProjectionHandler::refinement_begins(), and ug::SubdivisionProjector::refinement_begins().
|
pure virtual |
Implemented in ug::SubGrid< TCallbackCls >.
|
pure virtual |
Implemented in ug::SubGrid< TCallbackCls >.
|
pure virtual |
Implemented in ug::SubGrid< TCallbackCls >.
Referenced by ug::IsInSubGrid::callback(), ug::IsNotInSubGrid::callback(), and ug::ProjectionHandler::refinement_begins().
|
pure virtual |
Implemented in ug::SubGrid< TCallbackCls >.