Searched refs:perm_new (Results 1 – 1 of 1) sorted by relevance
4713 PetscCount *perm_new; in MatSetPreallocationCOO_SeqAIJ() local4715 PetscCall(PetscMalloc1(coo_n - nneg, &perm_new)); in MatSetPreallocationCOO_SeqAIJ()4716 PetscCall(PetscArraycpy(perm_new, perm + nneg, coo_n - nneg)); in MatSetPreallocationCOO_SeqAIJ()4718 perm = perm_new; in MatSetPreallocationCOO_SeqAIJ()