Home
last modified time | relevance | path

Searched refs:Cell_Gxyz2 (Results 1 – 1 of 1) sorted by relevance

/dports/science/openmx/openmx3.8/source/
H A DCluster_DFT_ON2.c98 double **Cell_Gxyz2,
209 double **Cell_Gxyz2; in Nested_Dissection() local
364 Cell_Gxyz2 = (double**)malloc(sizeof(double*)*4); in Nested_Dissection()
366 Cell_Gxyz2[k] = (double*)malloc(sizeof(double)*(atomnum+1)); in Nested_Dissection()
445 Cell_Gxyz2[k][i-Atom_SindB[n+1][m]+1] = Cell_Gxyz[GA][k]; in Nested_Dissection()
455 Bisection_System( Latomnum,Cell_Gxyz2,OG2G,G2OG, in Nested_Dissection()
770 free(Cell_Gxyz2[k]); in Nested_Dissection()
772 free(Cell_Gxyz2); in Nested_Dissection()
808 double **Cell_Gxyz2, in Bisection_System() argument
881 qsort_double3((long)Latomnum,Cell_Gxyz2[k],OG2G[k],G2OG[k]); in Bisection_System()