Searched refs:PetscIntSortSemiOrderedWithArray (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/vec/tests/ |
| H A D | ex32.c | 118 PetscCall(PetscIntSortSemiOrderedWithArray(n, X1, X1P)); in main()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexpreallocate.c | 298 PetscCall(PetscIntSortSemiOrderedWithArray(num_pairs, roots_with_dups, myRankPairLeaves)); in DMPlexCreateAdjacencySection_Static()
|
| /petsc/src/sys/utils/ |
| H A D | sortso.c | 1200 PetscErrorCode PetscIntSortSemiOrderedWithArray(PetscInt n, PetscInt arr1[], PetscInt arr2[]) in PetscIntSortSemiOrderedWithArray() function
|
| /petsc/include/ |
| H A D | petscsys.h | 2429 PETSC_EXTERN PetscErrorCode PetscIntSortSemiOrderedWithArray(PetscInt, PetscInt[], PetscInt[]);
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 506 …PetscCall(PetscIntSortSemiOrderedWithArray(nz, jbuf, pbuf)); // It could be improved with k-way me… in MatMPIAIJKokkosReduceBegin()
|