openfoam/applications/utilities/mesh
Mark Olesen b966b7cd4b ENH: static test methods for matching simple cell shapes
- (tet, pyr, hex) can be identified from their number of faces
  and vertices. For these common shapes can use static `test()`
  method instead of the virtual isA() method.

  This is much cheaper for calling on an individual basis since
  it avoids the overhead of constructing an object.

ENH: tetCell edge/reverseEdge (already had tetEdge)
2020-12-08 11:58:27 +01:00
..
advanced STYLE: check autoPtr as plain bool instead of valid() 2020-07-16 11:39:24 +02:00
conversion Merge remote-tracking branch 'origin/master' into develop 2020-11-25 21:30:49 +01:00
doc GIT: remove leading/trailing blank lines, trailing whitespace 2020-06-17 10:46:26 +02:00
generation STYLE: use labelRange for identity 2020-11-25 19:53:02 +01:00
manipulation ENH: static test methods for matching simple cell shapes 2020-12-08 11:58:27 +01:00