Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
27634a04
Commit
27634a04
authored
Mar 01, 2010
by
mattijs
Browse files
STYLE: Add help to command-line arguments
parent
22ac629d
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/mesh/conversion/polyDualMesh/polyDualMeshApp.C
View file @
27634a04
...
...
@@ -358,9 +358,22 @@ int main(int argc, char *argv[])
timeSelector
::
addOptions
(
true
,
false
);
argList
::
validArgs
.
append
(
"feature angle[0-180]"
);
argList
::
addBoolOption
(
"splitAllFaces"
);
argList
::
addBoolOption
(
"concaveMultiCells"
);
argList
::
addBoolOption
(
"doNotPreserveFaceZones"
);
argList
::
addBoolOption
(
"splitAllFaces"
,
"have multiple faces inbetween cells"
);
argList
::
addBoolOption
(
"concaveMultiCells"
,
"split cells on concave boundary edges into multiple cells"
);
argList
::
addBoolOption
(
"doNotPreserveFaceZones"
,
"disable the default behaviour of preserving faceZones by having"
" multiple faces inbetween cells"
);
# include "setRootCase.H"
# include "createTime.H"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment