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

Function movePoints

src/functionObjects/field/streamLine/streamLine.C:650–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648
649
650void Foam::functionObjects::streamLine::movePoints(const polyMesh& mesh)
651{
652 if (&mesh == &mesh_)
653 {
654 // Moving mesh affects the search tree
655 read(dict_);
656 }
657}
658
659
660// ************************************************************************* //

Callers 5

solveFunction · 0.50
solveFunction · 0.50
solveFunction · 0.50
solveFunction · 0.50
solveFunction · 0.50

Calls 1

readFunction · 0.70

Tested by

no test coverage detected