MeshZones: Added mesh change functions

in preparation for zones updating themselves on mesh topology change
This commit is contained in:
Henry Weller
2024-03-04 21:58:52 +00:00
parent c161539597
commit 0840ae5d37
20 changed files with 112 additions and 85 deletions

View File

@ -416,8 +416,6 @@ int main(int argc, char *argv[])
if (mesh.faceZones().findIndex(name) == -1)
{
mesh.faceZones().clearAddressing();
const label sz = mesh.faceZones().size();
labelList addr(0);