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

Method changing

src/OpenFOAM/meshes/polyMesh/polyMesh.H:525–528  ·  view source on GitHub ↗

- Is mesh changing (topology changing and/or moving)

Source from the content-addressed store, hash-verified

523
524 //- Is mesh changing (topology changing and/or moving)
525 bool changing() const
526 {
527 return moving()||topoChanging();
528 }
529
530 //- Move points, returns volumes swept by faces in motion
531 virtual tmp<scalarField> movePoints(const pointField&);

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by 1

mainFunction · 0.64