ug4
|
Adds parallel support to a global refiner. More...
#include <parallel_global_refiner_t.h>
Public Member Functions | |
TParallelGlobalRefiner (DistributedGridManager &distGridMgr, SPRefinementProjector projector=SPNULL) | |
virtual | ~TParallelGlobalRefiner () |
Protected Member Functions | |
virtual bool | refinement_is_allowed (Edge *elem) |
virtual bool | refinement_is_allowed (Face *elem) |
virtual bool | refinement_is_allowed (Vertex *elem) |
virtual bool | refinement_is_allowed (Volume *elem) |
virtual void | refinement_step_begins () |
virtual void | refinement_step_ends () |
Protected Attributes | |
DistributedGridManager & | m_distGridMgr |
Adds parallel support to a global refiner.
ug::TParallelGlobalRefiner< TRefiner >::TParallelGlobalRefiner | ( | DistributedGridManager & | distGridMgr, |
SPRefinementProjector | projector = SPNULL |
||
) |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in ug::ParallelGlobalSubdivisionRefiner< TAPosition >.
|
protected |