Home
last modified time | relevance | path

Searched refs:PetscSortedIntUpperBound (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dvecimpl.h395 static inline PetscErrorCode PetscSortedIntUpperBound(const PetscInt *array, PetscCount first, Pets… in PetscSortedIntUpperBound() function
/petsc/src/vec/vec/impls/mpi/
H A Dpdvec.c944 …PetscCall(PetscSortedIntUpperBound(i1, nneg, n1, rend - 1 - PETSC_INT_MAX, &rem)); /* rem is upper… in VecSetPreallocationCOO_MPI()
983 PetscCall(PetscSortedIntUpperBound(i1, k, n1, lastRow, &p)); in VecSetPreallocationCOO_MPI()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c6202 …PetscCall(PetscSortedIntUpperBound(j, k, s, -1, &mid)); /* Separate [k,s) into [k,mid) for diag an… in MatSplitEntries_Internal()
6400 …PetscCall(PetscSortedIntUpperBound(i1, k, n1, rend - 1 - PETSC_INT_MAX, &rem)); /* rem is upper bo… in MatSetPreallocationCOO_MPIAIJ()
6425 PetscCall(PetscSortedIntUpperBound(i1, k, n1, lastRow, &p)); in MatSetPreallocationCOO_MPIAIJ()