This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Point_hashtable0 |
class | Point_hashtable1 |
class | BoCell |
class | Bo2Point |
class | Data |
Defines | |
#define | iterate_hash0 for(i_iter=0;i_iter<hashtable0_leng;++i_iter) for(point0=hashtable0_start[i_iter];point0!=NULL;point0=point0->next) |
#define | Iterate_hash0 for(i_iter=0;i_iter<hashtable0_leng;++i_iter) for(point0=hashtable0_start[i_iter];point0!=NULL;point0=point0->Next()) |
#define | iterate_hash1 for(i_iter=0;i_iter<hashtable1_leng;++i_iter) for(point1=hashtable1_start[i_iter];point1!=NULL;point1=point1->next) |
#define | iterate_hash2 for(i_iter=0;i_iter<hashtable2_leng;++i_iter) for(bocell=hashtable2_start[i_iter];bocell!=NULL;bocell=bocell->next) |
#define | Iterate_hash2 for(i_iter=0;i_iter<hashtable2_leng;++i_iter) for(bocell=hashtable2_start[i_iter];bocell!=NULL;bocell=bocell->Next()) |
#define | iterate_hash3 for(i_iter=0;i_iter<hashtable3_leng;++i_iter) for(bo2point=hashtable3_start[i_iter];bo2point!=NULL;bo2point=bo2point->next) |
#define | iterate_hash4 for(i_iter=0;i_iter<hashtable4_leng;++i_iter) for(varpoint=hashtable4_start[i_iter];varpoint!=NULL;varpoint=varpoint->next) |
Functions | |
int | hashtable0_function (int x, int y, int z, int length) |
int | hashtable1_function (int x, int y, int z, int length) |
int | hashtable2_function (int x, int y, int z, int length) |
int | hashtable3_function (int x, int y, int z, dir_3D d, int length) |
int | hashtable4_function (int x, int y, int z, int ebene, int length) |
double * | newdouble (int number) |
|
Definition at line 73 of file hash.h. Referenced by DResDiff< A >::Iterate_Calc_stencil(), and DResDiff_Bo< A >::Iterate_Calc_stencil(). |
|
|
|
|
|
|
|
Definition at line 262 of file hash.h. Referenced by Grid_base::Print_hashtable4(). |
|
Definition at line 63 of file hash.h. Referenced by Grid_base::Add_cell(), Grid_base::hashtable0_point(), and Grid_base::Resize_hash0(). |
|
Definition at line 131 of file hash.h. Referenced by Grid_base::Add_point(), Grid_base::Add_point_interior(), Grid_base::hashtable1_point(), and Grid_base::Resize_hash1(). |
|
Definition at line 167 of file hash.h. Referenced by Grid_base::Add_bocell(), Grid_base::Give_variable_cellpoi(), Grid_base::hashtable2_point(), and Grid_base::local_coord_cellpoi(). |
|
Definition at line 220 of file hash.h. Referenced by Grid_base::Add_bo2point(), Grid_base::Give_h(), Grid_base::Give_label_bo(), Grid_base::Give_variable(), and Grid_base::hashtable3_point(). |
|
Definition at line 253 of file hash.h. References Parameter_MG_Variable. Referenced by Grid_base::Add_double(), Grid_base::Give_variable(), Grid_base::Give_variable_slow(), and Grid_base::hashtable4_point(). |
|
Definition at line 270 of file hash.h. Referenced by Grid_base::Initialize_variable(). |