Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
361
void Foam::sampledSets::movePoints(const polyMesh& mesh)
362
{
363
if (&mesh == &mesh_)
364
{
365
correct();
366
}
367
}
368
369
370
void Foam::sampledSets::readUpdate(const polyMesh::readUpdateState state)
Callers
nothing calls this directly
Calls
1
correct
Function · 0.70
Tested by
no test coverage detected