some modification for write rectMesh results in vtk format

This commit is contained in:
wanqing0421
2025-06-26 13:21:28 +08:00
parent a18936c8ec
commit be086ffb67
2 changed files with 41 additions and 25 deletions

View File

@ -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_;