Searched refs:maxNsend2 (Results 1 – 2 of 2) sorted by relevance
989 PetscInt maxNsend2 = (maxNsend <= size / 2) ? maxNsend * 2 : size; in VecSetPreallocationCOO_MPI() local991 PetscCall(PetscMalloc2(maxNsend2, &sendto2, maxNsend2, &nentries2)); in VecSetPreallocationCOO_MPI()997 maxNsend = maxNsend2; in VecSetPreallocationCOO_MPI()
6431 PetscInt maxNsend2 = (maxNsend <= size / 2) ? maxNsend * 2 : size; in MatSetPreallocationCOO_MPIAIJ() local6433 PetscCall(PetscMalloc2(maxNsend2, &sendto2, maxNsend2, &nentries2)); in MatSetPreallocationCOO_MPIAIJ()6439 maxNsend = maxNsend2; in MatSetPreallocationCOO_MPIAIJ()