MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / movePoints

Function movePoints

src/sampling/sampledSet/sampledSets/sampledSets.C:361–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360
361void Foam::sampledSets::movePoints(const polyMesh& mesh)
362{
363 if (&mesh == &mesh_)
364 {
365 correct();
366 }
367}
368
369
370void Foam::sampledSets::readUpdate(const polyMesh::readUpdateState state)

Callers

nothing calls this directly

Calls 1

correctFunction · 0.70

Tested by

no test coverage detected