ENH: consistency updates for patchToFace topoSetSource (#1060)

- Support specification with "patches" and "patch" keywords
  (similar to zone selection). Keyword "name" for compatibility.
This commit is contained in:
Mark Olesen
2018-10-30 12:01:36 +00:00
parent de1832abdd
commit 9a87a043d6
21 changed files with 56 additions and 44 deletions

View File

@ -27,7 +27,7 @@ actions
source patchToFace;
sourceInfo
{
name couple1;
patch couple1;
}
}
{
@ -49,7 +49,7 @@ actions
source patchToFace;
sourceInfo
{
name couple2;
patch couple2;
}
}
{

View File

@ -24,7 +24,7 @@ actions
source patchToFace;
sourceInfo
{
name outerCylinder;
patch outerCylinder;
}
}

View File

@ -27,7 +27,7 @@ actions
source patchToFace;
sourceInfo
{
name "AMI.*";
patch "AMI.*";
}
}
);

View File

@ -24,7 +24,7 @@ actions
source patchToFace;
sourceInfo
{
name "side1";
patch side1;
}
}
{
@ -57,7 +57,7 @@ actions
source patchToFace;
sourceInfo
{
name "walls";
patch walls;
}
}
{