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

Function readUpdate

src/sampling/sampledSet/sampledSets/sampledSets.C:370–376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368
369
370void Foam::sampledSets::readUpdate(const polyMesh::readUpdateState state)
371{
372 if (state != polyMesh::UNCHANGED)
373 {
374 correct();
375 }
376}
377
378
379// ************************************************************************* //

Callers 5

vtkMesh.CFile · 0.50
vtkMesh.CFile · 0.50
surfMeshIO.CFile · 0.50
polyMeshIO.CFile · 0.50
processorMeshes.CFile · 0.50

Calls 1

correctFunction · 0.70

Tested by

no test coverage detected