Skip to content
Snippets Groups Projects
Commit 8d2165e7 authored by mattijs's avatar mattijs
Browse files

ENH: topoSet: add new topoSet options

parent 5fa37fb4
Branches
Tags
No related merge requests found
......@@ -257,6 +257,8 @@ faceSet_doc
option all; // All faces of cells
//option both; // Only faces with owner+neighbour in cellSet
//option outside; // Only faces with either owner or neighbour
// in cellSet
}
......@@ -555,6 +557,15 @@ faceZoneSet_doc
flip false; // optional: flip the faceZone (so now the cellSet
// is the master side)
}
//- Select based on outside of cellSet
{
source cellToFaceZone;
set c0; // name of cellSet of slave side
flip false; // optional: flip the faceZone (so now the cellSet
// is the master side)
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment