Skip to content
Snippets Groups Projects
Commit b966b7cd authored by Mark OLESEN's avatar Mark OLESEN
Browse files

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)
parent b7c8a45d
Branches
Tags
No related merge requests found
Showing
with 337 additions and 198 deletions
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