3 // Check if new points (so moving mesh)
10 polyMesh::defaultRegion,
13 if (pointsHeader.headerOk())
15 // points exists for time step, let's read them
16 Info<< " Points file detected - updating points" << endl;
19 pointIOField newPoints
25 polyMesh::defaultRegion,
32 mesh.polyMesh::movePoints(newPoints);