| 282 | |
| 283 | |
| 284 | bool Foam::meshTools::edgeOnCell |
| 285 | ( |
| 286 | const primitiveMesh& mesh, |
| 287 | const label celli, |
| 288 | const label edgeI |
| 289 | ) |
| 290 | { |
| 291 | return findIndex(mesh.edgeCells(edgeI), celli) != -1; |
| 292 | } |
| 293 | |
| 294 | |
| 295 | bool Foam::meshTools::edgeOnFace |
no test coverage detected