Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex59.c68 PetscInt *xadj_temp, *adjncy_temp; in BuildCSRGraph() local
117 PetscCall(PetscMalloc1(dd.xm_l * dd.ym_l * dd.zm_l + 1, &xadj_temp)); in BuildCSRGraph()
148 xadj_temp[iindex] = count_adj; in BuildCSRGraph()
170 xadj_temp[dd.xm_l * dd.ym_l * dd.zm_l] = count_adj; in BuildCSRGraph()
172 *xadj = xadj_temp; in BuildCSRGraph()