Overture  Version 25
UnstructuredGeometry.h
Go to the documentation of this file.
1 #ifndef __OV_UNSTRUCTURED_GEOMETRY_H__
2 #define __OV_UNSTRUCTURED_GEOMETRY_H__
3 
4 #include "OvertureTypes.h"
5 
7 
8 namespace UnstructuredGeometry {
11  realArray *cellNorm, realArray *edgeNorm, realArray *vertVol, realArray *cellVol,
12  realArray *subCellNorms, realArray *subCellVols );
13 }
14 
15 
16 #endif