Home
last modified time | relevance | path

Searched refs:adjncy_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
121 ierr = PetscMalloc1(count_adj,&adjncy_temp);CHKERRQ(ierr); in BuildCSRGraph()
165 adjncy_temp[count_adj] = iindex; in BuildCSRGraph()
176 *adjncy = adjncy_temp; in BuildCSRGraph()