moveMesh.H
Go to the documentation of this file.
1 {
2  typeIOobject<pointIOField> io
3  (
4  "points",
5  runTime.name(),
6  polyMesh::meshSubDir,
7  mesh
8  );
9 
10  if (io.headerOk())
11  {
12  // Read new points
13  io.readOpt() = IOobject::MUST_READ;
15  }
16 }
virtual void setPoints(const pointField &)
Reset the points.
Definition: fvMesh.C:1228
Foam::fvMesh mesh(Foam::IOobject(regionName, runTime.name(), runTime, Foam::IOobject::MUST_READ), false)
vectorIOField pointIOField
pointIOField is a vectorIOField.
Definition: pointIOField.H:42