Searched refs:icol_rescue (Results 1 – 1 of 1) sorted by relevance
52 PetscInt *icol_rescue; in spbas_cholesky_garbage_collect() local127 PetscCall(PetscMalloc1(n_rescue, &icol_rescue)); in spbas_cholesky_garbage_collect()143 PetscCall(PetscArraycpy(&icol_rescue[n_rescue], result->icols[i], result->row_nnz[i])); in spbas_cholesky_garbage_collect()206 PetscCall(PetscArraycpy(result->icols[i], &icol_rescue[n_rescue], result->row_nnz[i])); in spbas_cholesky_garbage_collect()222 PetscCall(PetscFree(icol_rescue)); in spbas_cholesky_garbage_collect()