Enumerations | |
enum | FiniteElementFlags { null = 0x000, line = 0x012, triangle = 0x133, quad = 0x144 } |
enum FiniteElementFlags |
This is a simple set of abstract data flags that identifies specific finite element types that are compatible with vecds. These data types enumerate the types of graphical output supported. These are, null
(do nothing, join nothing), line
(join two vertices), triangle
(join three vertices), and quad
(join four vertices).
The order of enumerating nodes is exceptionally important.