10 #ifndef VOROPP_CONFIG_HH
11 #define VOROPP_CONFIG_HH
17 const int init_vertices=256;
19 const int init_vertex_order=64;
22 const int init_3_vertices=256;
25 const int init_n_vertices=8;
27 const int init_marginal=64;
29 const int init_delete_size=256;
31 const int init_delete2_size=256;
33 const int init_wall_size=32;
35 const int init_ordering_size=4096;
37 const int init_chunk_size=256;
42 const int max_vertices=16777216;
44 const int max_vertex_order=2048;
46 const int max_n_vertices=16777216;
48 const int max_marginal=16777216;
50 const int max_delete_size=16777216;
52 const int max_delete2_size=16777216;
54 const int max_particle_memory=16777216;
56 const int max_wall_size=2048;
58 const int max_ordering_size=67108864;
60 const int max_chunk_size=65536;
63 const int pre_container_chunk_size=1024;
65 #ifndef VOROPP_VERBOSE
73 #define VOROPP_VERBOSE 0
78 const double tolerance=1e-11;
84 const double tolerance2=2e-11;
88 const double tolerance_sq=tolerance*tolerance;
91 const double large_number=1e30;
94 const double default_radius=0.5;
97 const int max_unit_voro_shells=10;
101 const double optimal_particles=5.6;
105 #define VOROPP_REPORT_OUT_OF_BOUNDS 0
109 #define VOROPP_FILE_ERROR 1
113 #define VOROPP_MEMORY_ERROR 2
119 #define VOROPP_INTERNAL_ERROR 3
123 #define VOROPP_CMD_LINE_ERROR 4