mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
stitchMesh: Improved docs
Provided by Bruno Santos Resolves report http://www.openfoam.org/mantisbt/view.php?id=1767
This commit is contained in:
@ -198,8 +198,10 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
argList::addNote
|
argList::addNote
|
||||||
(
|
(
|
||||||
"merge the faces on the specified patches (if geometrically possible)\n"
|
"Merge the faces on the specified patches (if geometrically possible)\n"
|
||||||
"so the faces become internal"
|
"so the faces become internal.\n"
|
||||||
|
"Integral matching is used when the options -partial and -perfect are "
|
||||||
|
"omitted.\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
argList::noParallel();
|
argList::noParallel();
|
||||||
@ -212,12 +214,12 @@ int main(int argc, char *argv[])
|
|||||||
argList::addBoolOption
|
argList::addBoolOption
|
||||||
(
|
(
|
||||||
"partial",
|
"partial",
|
||||||
"couple partially overlapping patches"
|
"couple partially overlapping patches (optional)"
|
||||||
);
|
);
|
||||||
argList::addBoolOption
|
argList::addBoolOption
|
||||||
(
|
(
|
||||||
"perfect",
|
"perfect",
|
||||||
"couple perfectly aligned patches"
|
"couple perfectly aligned patches (optional)"
|
||||||
);
|
);
|
||||||
argList::addOption
|
argList::addOption
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user