Home
last modified time | relevance | path

Searched refs:PetscIntSortSemiOrderedWithArray (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/vec/tests/
H A Dex32.c118 PetscCall(PetscIntSortSemiOrderedWithArray(n, X1, X1P)); in main()
/petsc/src/dm/impls/plex/
H A Dplexpreallocate.c298 PetscCall(PetscIntSortSemiOrderedWithArray(num_pairs, roots_with_dups, myRankPairLeaves)); in DMPlexCreateAdjacencySection_Static()
/petsc/src/sys/utils/
H A Dsortso.c1200 PetscErrorCode PetscIntSortSemiOrderedWithArray(PetscInt n, PetscInt arr1[], PetscInt arr2[]) in PetscIntSortSemiOrderedWithArray() function
/petsc/include/
H A Dpetscsys.h2429 PETSC_EXTERN PetscErrorCode PetscIntSortSemiOrderedWithArray(PetscInt, PetscInt[], PetscInt[]);
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx506 …PetscCall(PetscIntSortSemiOrderedWithArray(nz, jbuf, pbuf)); // It could be improved with k-way me… in MatMPIAIJKokkosReduceBegin()