36 void Foam::pointMesh::mapFields(
const mapPolyMesh& mpm)
39 const pointMeshMapper m(*
this, mpm);
41 MapGeometricFields<scalar, pointPatchField, pointMeshMapper, pointMesh>(m);
42 MapGeometricFields<vector, pointPatchField, pointMeshMapper, pointMesh>(m);
50 MapGeometricFields<symmTensor, pointPatchField, pointMeshMapper, pointMesh>
52 MapGeometricFields<tensor, pointPatchField, pointMeshMapper, pointMesh>(m);
58 Foam::pointMesh::pointMesh
61 bool alwaysConstructGlobalPatch
71 alwaysConstructGlobalPatch
75 boundary_.setSize(boundary_.size() + 1);
89 boundary_.calcGeometry();
95 boundary_.movePoints(newPoints);
101 boundary_.updateMesh();