dune-grid
2.4.1-rc2
|
Combines GrapeDataDisplays to one so that visualisation for parallel grid is more easy to handle. More...
#include <dune/grid/io/visual/combinedgrapedisplay.hh>
Public Member Functions | |
CombinedGrapeDisplay () | |
Constructor, make a GrapeGridDisplay for given grid. More... | |
~CombinedGrapeDisplay () | |
Destructor for GrapeGridDisplay. More... | |
void | addDisplay (DisplayType &disp) |
add display to list of displays More... | |
void | display () |
Public Attributes | |
void * | hmesh_ |
pointer to hmesh More... | |
Combines GrapeDataDisplays to one so that visualisation for parallel grid is more easy to handle.
|
inline |
Constructor, make a GrapeGridDisplay for given grid.
References Dune::CombinedGrapeDisplay< DisplayType >::~CombinedGrapeDisplay().
|
inline |
Destructor for GrapeGridDisplay.
References deleteHmesh(), Dune::CombinedGrapeDisplay< DisplayType >::display(), first_child(), first_macro(), Dune::CombinedGrapeDisplay< DisplayType >::hmesh_, next_child(), next_macro(), setThread(), and setupHmesh().
Referenced by Dune::CombinedGrapeDisplay< DisplayType >::CombinedGrapeDisplay().
|
inline |
add display to list of displays
References addDataToHmesh(), addHmeshToGlobalTimeScene(), Dune::g_All_Partition, Dune::g_LeafIterator, Dune::CombinedGrapeDisplay< DisplayType >::hmesh_, Dune::Alberta::max(), and setupHmesh().
|
inline |
Calls the display of the grid and draws the discrete function if discretefunction is NULL, then only the grid is displayed
References handleMesh(), and Dune::CombinedGrapeDisplay< DisplayType >::hmesh_.
Referenced by Dune::CombinedGrapeDisplay< DisplayType >::~CombinedGrapeDisplay().
void* Dune::CombinedGrapeDisplay< DisplayType >::hmesh_ |