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

Function movePoints

src/sampling/probes/probes.C:468–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

466
467
468void Foam::probes::movePoints(const polyMesh& mesh)
469{
470 DebugInfo<< "probes: movePoints" << endl;
471
472 if (fixedLocations_ && &mesh == &mesh_)
473 {
474 findElements(mesh_);
475 }
476}
477
478
479// ************************************************************************* //

Callers 4

mainFunction · 0.50
moveFunction · 0.50
moveFunction · 0.50
MeshedSurface.CFile · 0.50

Calls 1

findElementsFunction · 0.70

Tested by

no test coverage detected