oomph::ElementGeometry Namespace Reference

Enumerations

enum  ElementGeometry { Q , T }
 

Detailed Description

Enumeration a finite element's geometry "type". Either "Q" (square, cubeoid like) or "T" (triangle, tetrahedron).

Enumeration Type Documentation

◆ ElementGeometry

Enumerator
1240  {
1241  Q,
1242  T
1243  };
@ Q
Definition: elements.h:1241