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

Function updateMesh

src/functionObjects/field/streamLine/streamLine.C:641–647  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

639
640
641void Foam::functionObjects::streamLine::updateMesh(const mapPolyMesh& mpm)
642{
643 if (&mpm.mesh() == &mesh_)
644 {
645 read(dict_);
646 }
647}
648
649
650void Foam::functionObjects::streamLine::movePoints(const polyMesh& mesh)

Callers

nothing calls this directly

Calls 1

readFunction · 0.70

Tested by

no test coverage detected