Home
last modified time | relevance | path

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

/dports/science/openmx/openmx3.8/source/
H A DCluster_DFT_ON2.c215 int **Atom_EindB; in Nested_Dissection() local
340 Atom_EindB = (int**)malloc(sizeof(int*)*(nl+1)); in Nested_Dissection()
343 Atom_EindB[n] = (int*)malloc(sizeof(int)*mp); in Nested_Dissection()
344 for (m=0; m<mp; m++) Atom_EindB[n][m] = 0; in Nested_Dissection()
400 Atom_EindB[nl][0] = atomnum; in Nested_Dissection()
467 Atom_EindC[n][m] = Atom_EindB[n+1][m]; in Nested_Dissection()
477 Atom_EindB[n][2*m] = Atom_SindB[n][2*m] + num0 - 1; in Nested_Dissection()
479 Atom_SindB[n][2*m+1] = Atom_EindB[n][2*m] + 1; in Nested_Dissection()
580 i = Atom_EindB[n][m]; in Nested_Dissection()
785 free(Atom_EindB[n]); in Nested_Dissection()
[all …]