mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: cellShape::reset() - simplifies modification of existing shapes
This commit is contained in:
@ -273,7 +273,7 @@ autoPtr<polyMesh> generateHexMesh
|
||||
hexPoints[5] = vtxLabel(nCells, i+1, j, k+1);
|
||||
hexPoints[6] = vtxLabel(nCells, i+1, j+1, k+1);
|
||||
hexPoints[7] = vtxLabel(nCells, i, j+1, k+1);
|
||||
cellShapes[celli++] = cellShape(hex, hexPoints);
|
||||
cellShapes[celli++].reset(hex, hexPoints);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user