This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Partitioning |
class | quality |
class | rough_domain |
class | Point_hashtable_proc |
class | Point_hashtable_proc_corner |
class | Parallel_Info |
Defines | |
#define | iterate_hash_proc for(p_iter=0;p_iter<hashtable_proc_leng;++p_iter) for(point_proc=hashtable_proc_start[p_iter];point_proc!=NULL;point_proc=point_proc->next) |
#define | iterate_hash_proc_corner for(p_iter_corner=0;p_iter_corner<hashtable_proc_corner_leng;++p_iter_corner) for(point_proc_corner=hashtable_proc_corner_start[p_iter_corner];point_proc_corner!=NULL;point_proc_corner=point_proc_corner->next) |
Functions | |
int | hashtable_proc_function (int x, int y, int z, int length) |
int | hashtable_proc_corner_function (int x, int y, int z, int length) |
|
|
Definition at line 217 of file parallel.h. |
|
Definition at line 210 of file parallel.h. Referenced by Parallel_Info::Add_proc_corner(), and Parallel_Info::hashtable_proc_corner_point(). |
|
Definition at line 173 of file parallel.h. Referenced by Parallel_Info::Add_proc_cell(), and Parallel_Info::hashtable_proc_point(). |