Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/ksp/ksp/tutorials/
H A Dex59.c70 PetscInt *xadj_temp,*adjncy_temp; in BuildCSRGraph() local
120 ierr = PetscMalloc1(dd.xm_l*dd.ym_l*dd.zm_l+1,&xadj_temp);CHKERRQ(ierr); in BuildCSRGraph()
151 xadj_temp[iindex] = count_adj; in BuildCSRGraph()
173 xadj_temp[dd.xm_l*dd.ym_l*dd.zm_l] = count_adj; in BuildCSRGraph()
175 *xadj = xadj_temp; in BuildCSRGraph()