Searched refs:xadj_temp (Results 1 – 1 of 1) sorted by relevance
68 PetscInt *xadj_temp, *adjncy_temp; in BuildCSRGraph() local117 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()