mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
END: pointMesh: comment
This commit is contained in:
@ -120,7 +120,7 @@ public:
|
|||||||
|
|
||||||
// Mesh motion
|
// Mesh motion
|
||||||
|
|
||||||
//- Move points, returns volumes swept by faces in motion
|
//- Move points
|
||||||
bool movePoints();
|
bool movePoints();
|
||||||
|
|
||||||
//- Update the mesh corresponding to given map
|
//- Update the mesh corresponding to given map
|
||||||
|
|||||||
@ -724,7 +724,7 @@ Foam::labelHashSet Foam::polyBoundaryMesh::patchSet
|
|||||||
|
|
||||||
forAll(patchNames, i)
|
forAll(patchNames, i)
|
||||||
{
|
{
|
||||||
const wordRe& patchName = patchNames[i];
|
const wordRe& patchName = patchNames[i];
|
||||||
|
|
||||||
// Treat the given patch names as wild-cards and search the set
|
// Treat the given patch names as wild-cards and search the set
|
||||||
// of all patch names for matches
|
// of all patch names for matches
|
||||||
|
|||||||
Reference in New Issue
Block a user