ENH: topoSet: added pointToCell/Face with edge option

This commit is contained in:
mattijs
2012-03-20 14:12:51 +00:00
parent 7df1e91179
commit c440f4fbb9
5 changed files with 62 additions and 17 deletions

View File

@ -86,6 +86,7 @@ FoamFile
// set p0;
// option any; // cell with any point in pointSet
// //option all; // cell with all points in pointSet
// //option edge; // cell with an edge with both points in pointSet
// }
//
// // Select based on cellShape
@ -198,6 +199,7 @@ FoamFile
// set p0;
// option any; // Faces using any point in pointSet
// //option all // Faces with all points in pointSet
// //option edge // Faces with two consecutive points in pointSet
// }
//
// // Select by explicitly providing face labels