|
dune-grid
2.3.1
|
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.
|
inline |
Destructor for GrapeGridDisplay.
References deleteHmesh().
|
inline |
add display to list of displays
References addDataToHmesh(), 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().
| void* Dune::CombinedGrapeDisplay< DisplayType >::hmesh_ |
pointer to hmesh
1.8.7