Searched refs:perm1_new (Results 1 – 1 of 1) sorted by relevance
602 PetscCount *perm1_new; in VecSetPreallocationCOO_Seq() local603 PetscCall(PetscMalloc1(coo_n - nneg, &perm1_new)); in VecSetPreallocationCOO_Seq()604 PetscCall(PetscArraycpy(perm1_new, perm1 + nneg, coo_n - nneg)); in VecSetPreallocationCOO_Seq()606 perm1 = perm1_new; in VecSetPreallocationCOO_Seq()