WARPXM v1.10.0
|
#include <iostream>
#include <map>
#include <vector>
#include <typeinfo>
#include <cmath>
#include "lib/wmunstructuredpatch.h"
#include "warpxm/warpxm_config.h"
Go to the source code of this file.
Classes | |
class | WmUnstructuredGeometry |
Class used for generating mesh geometry concerns. More... | |
Enumerations | |
enum | { WMPRIMITIVE_LINE = 9 , WMPRIMITIVE_01_LINE = 0 , WMPRIMITIVE_TRIANGLE = 1 , WMPRIMITIVE_QUADRILATERAL = 2 , WMPRIMITIVE_TETRAHEDRON = 3 , WMPRIMITIVE_HEXAHEDRON = 4 , WMPRIMITIVE_POINT = 5 , WMPRIMITIVE_KINETIC_SQUARE = 6 , WMPRIMITIVE_3DPRISM = 7 , WMPRIMITIVE_4DPRISM = 8 , WMPRIMITIVE_NONE = -1 } |
Macro definitions for primitive types. More... | |