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
|
||||
grpSurfaceUtilities
|
||||
|
||||
Description
|
||||
Smooths a surface using lambda/mu smoothing.
|
||||
Smooth a surface using lambda/mu smoothing.
|
||||
|
||||
To get laplacian smoothing, set lambda to the relaxation factor and mu to
|
||||
zero.
|
||||
@ -131,6 +131,13 @@ void getFixedPoints
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
argList::addNote
|
||||
(
|
||||
"Smooth a surface using lambda/mu smoothing.\n"
|
||||
"For laplacian smoothing, set lambda to the relaxation factor"
|
||||
" and mu to zero."
|
||||
);
|
||||
|
||||
argList::noParallel();
|
||||
argList::validOptions.clear();
|
||||
argList::addArgument("surfaceFile");
|
||||
|
||||
Reference in New Issue
Block a user