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

Function scaleMesh

src/dynamicMesh/motionSmoother/motionSmootherAlgo.C:719–734  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717
718
719bool Foam::motionSmootherAlgo::scaleMesh
720(
721 labelList& checkFaces,
722 const bool smoothMesh,
723 const label nAllowableErrors
724)
725{
726 List<labelPair> emptyBaffles;
727 return scaleMesh
728 (
729 checkFaces,
730 emptyBaffles,
731 smoothMesh,
732 nAllowableErrors
733 );
734}
735
736
737bool Foam::motionSmootherAlgo::scaleMesh

Callers

nothing calls this directly

Calls 15

readLabelFunction · 0.85
maxMagEqOpClass · 0.85
returnReduceFunction · 0.85
scaleFieldFunction · 0.85
minSmoothFunction · 0.85
checkFldFunction · 0.85
lookupMethod · 0.80
primitiveFieldMethod · 0.80
syncMethod · 0.80
movePointsFunction · 0.70
checkMeshFunction · 0.70

Tested by

no test coverage detected