Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
352
void Foam::sampledSets::updateMesh(const mapPolyMesh& mpm)
353
{
354
if (&mpm.mesh() == &mesh_)
355
{
356
correct();
357
}
358
}
359
360
361
void Foam::sampledSets::movePoints(const polyMesh& mesh)
Callers
nothing calls this directly
Calls
1
correct
Function · 0.70
Tested by
no test coverage detected