mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: add usage notes to more utilities and solvers
This commit is contained in:
@ -28,7 +28,7 @@ Group
|
||||
grpMeshAdvancedUtilities
|
||||
|
||||
Description
|
||||
Manipulates mesh elements.
|
||||
Manipulate mesh elements.
|
||||
|
||||
Actions are:
|
||||
(boundary)points:
|
||||
@ -336,6 +336,11 @@ label findCell(const primitiveMesh& mesh, const point& nearPoint)
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
argList::addNote
|
||||
(
|
||||
"Manipulate mesh elements.\n"
|
||||
"For example, moving points, splitting/collapsing edges etc."
|
||||
);
|
||||
#include "addOverwriteOption.H"
|
||||
#include "addDictOption.H"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user