| | |
| | | ts_double solAngle; |
| | | struct ts_poly *grafted_poly; |
| | | struct ts_cluster *cluster; |
| | | ts_uint fixed; |
| | | }; |
| | | typedef struct ts_vertex ts_vertex; |
| | | |
| | |
| | | ts_double znorm; |
| | | ts_double area; // firstly needed for sh.c |
| | | ts_double volume; // firstly needed for sh.c |
| | | ts_double energy; |
| | | }; |
| | | typedef struct ts_triangle ts_triangle; |
| | | |
| | | struct ts_triangle_list{ |
| | | ts_uint n; |
| | | ts_double a0; |
| | | ts_triangle **tria; |
| | | }; |
| | | typedef struct ts_triangle_list ts_triangle_list; |
| | |
| | | long int pswitch; |
| | | long int constvolswitch; |
| | | long int constareaswitch; |
| | | long int stretchswitch; |
| | | ts_double xkA0; |
| | | ts_double constvolprecision; |
| | | char *multiprocessing; |
| | | long int brezveze0; |