mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
some modification for write rectMesh results in vtk format
This commit is contained in:
@ -51,6 +51,9 @@ private:
|
||||
/// box object defining the region for point selection
|
||||
box boxRegion_;
|
||||
|
||||
/// Number of cells in each direction
|
||||
uint32 nx, ny, nz;
|
||||
|
||||
/// store the cells that are inside the box region
|
||||
uint32x3 cells_;
|
||||
|
||||
|
Reference in New Issue
Block a user