Searched refs:PetscSortedIntUpperBound (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 395 static inline PetscErrorCode PetscSortedIntUpperBound(const PetscInt *array, PetscCount first, Pets… in PetscSortedIntUpperBound() function
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 944 …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 D | mpiaij.c | 6202 …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()
|