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

Function updateMesh

src/sampling/sampledSet/sampledSets/sampledSets.C:352–358  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350
351
352void Foam::sampledSets::updateMesh(const mapPolyMesh& mpm)
353{
354 if (&mpm.mesh() == &mesh_)
355 {
356 correct();
357 }
358}
359
360
361void Foam::sampledSets::movePoints(const polyMesh& mesh)

Callers

nothing calls this directly

Calls 1

correctFunction · 0.70

Tested by

no test coverage detected