Main Page   Modules   Compound List   File List   File Members  

constants.h

00001 #ifndef _CONSTANTS_H_
00002 #define _CONSTANTS_H_
00003 
00004 /*
00005 #define EDGE_LENGTH_NOT_NEEDED
00006 
00007 #define AREA_VOLUME_NORMAL_NOT_NEEDED
00008 
00009 #define CELL_FACE_CENTROID_NOT_NEEDED
00010 */
00011 
00012 #define HASHOVERFLOW 1000
00013 #define MAX_NBR_VERTICES_HINT 10
00014 #define MAX_CELLS_HAVING_A_VERTEX_HINT 10
00015 #define MAX_EDGES_PER_CELL_HINT 512
00016 #define MAX_FACES_PER_CELL_HINT 512
00017 #define MAX_VERTICES_PER_CELL_HINT 512
00018 #define MAX_CONSTITUENT_CELLS_HINT 128
00019 #define MAX_EDGES_IN_FACE_HINT 32
00020 
00021 #endif

Generated on Sun Nov 27 23:41:47 2005 by doxygen1.2.18