Home
last modified time | relevance | path

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

/dports/science/openmx/openmx3.8/source/
H A DSet_Allocate_Atom2CPU.c57 int **Num_Atoms_in_Child; in Allocation_Atoms_3D() local
97 Num_Atoms_in_Child[depth] = (int*)malloc(sizeof(int)*n); in Allocation_Atoms_3D()
98 for (i=0; i<n; i++) Num_Atoms_in_Child[depth][i] = 0; in Allocation_Atoms_3D()
151 Num_Atoms_in_Child[depth][child] = atomnum; in Allocation_Atoms_3D()
187 Na = Num_Atoms_in_Child[depth][child]; in Allocation_Atoms_3D()
280 Num_Atoms_in_Child[depth+1][2*child ] = k0 + 1; in Allocation_Atoms_3D()
296 m = Num_Atoms_in_Child[depth+1][2*child]+k; in Allocation_Atoms_3D()
340 Na = Num_Atoms_in_Child[max_depth][child]; in Allocation_Atoms_3D()
355 Na = Num_Atoms_in_Child[max_depth][child]; in Allocation_Atoms_3D()
520 free(Num_Atoms_in_Child[depth]); in Allocation_Atoms_3D()
[all …]