Searched refs:PetscSortIntWithPermutation (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/sys/tests/ |
| H A D | ex7.c | 15 PetscCall(PetscSortIntWithPermutation(5, x, index)); in main() 20 PetscCall(PetscSortIntWithPermutation(8, x2, index2)); in main()
|
| H A D | ex8.c | 141 PetscCall(PetscSortIntWithPermutation(nfrom, iranks, iperm)); in main()
|
| /petsc/src/mat/tests/ |
| H A D | ex183.c | 126 PetscCall(PetscSortIntWithPermutation(nsubdomains, gsubdomainnums, gsubdomainperm)); in main() 150 PetscCall(PetscSortIntWithPermutation(nsubdomains, gsubdomainnums, gsubdomainperm)); in main() 181 PetscCall(PetscSortIntWithPermutation(nsubdomains, gsubdomainnums, gsubdomainperm)); in main()
|
| /petsc/src/vec/is/ao/impls/mapping/ |
| H A D | aomapping.c | 295 PetscCall(PetscSortIntWithPermutation(aomap->N, allpetsc, petscPerm)); in AOCreateMapping() 296 PetscCall(PetscSortIntWithPermutation(aomap->N, allapp, appPerm)); in AOCreateMapping()
|
| /petsc/src/sys/utils/ |
| H A D | sortip.c | 67 PetscErrorCode PetscSortIntWithPermutation(PetscInt n, const PetscInt i[], PetscInt idx[]) in PetscSortIntWithPermutation() function
|
| /petsc/src/mat/graphops/order/ |
| H A D | sorder.c | 66 PetscCall(PetscSortIntWithPermutation(n, lens, permr)); in MatGetOrdering_RowLength()
|
| /petsc/src/vec/is/is/utils/ |
| H A D | isdiff.c | 824 PetscCall(PetscSortIntWithPermutation(fsize, findices, hindices)); in ISSortPermutation()
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 49 PetscCall(PetscSortIntWithPermutation(osm->n, *numbering, *permutation)); in PCGASMComputeGlobalSubdomainNumbering_Private() 1430 PetscCall(PetscSortIntWithPermutation(nidx, numbering, indices)); in PCGASMCreateLocalSubdomains()
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 1477 PetscCall(PetscSortIntWithPermutation(nidx, numbering, indices)); in PCASMCreateSubdomains()
|
| /petsc/include/ |
| H A D | petscsys.h | 2398 PETSC_EXTERN PetscErrorCode PetscSortIntWithPermutation(PetscInt, const PetscInt[], PetscInt[]);
|
| /petsc/src/mat/impls/aij/mpi/kokkos/ |
| H A D | mpiaijkok.kokkos.cxx | 472 …PetscCall(PetscSortIntWithPermutation(recvRowCnt, irootloc, recvRowPerm)); // irootloc[] (owned by… in MatMPIAIJKokkosReduceBegin()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtweakform.c | 977 PetscCall(PetscSortIntWithPermutation(Nk, values, idx1)); in PetscWeakFormViewTable_Ascii()
|
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2111 PetscCall(PetscSortIntWithPermutation(numLeavesNew, localPointsNew, idx)); in DMPlexTransformCreateSF()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 976 PetscCall(PetscSortIntWithPermutation(depth + 1, offsets, perm)); in RenumberGlobalPointNumbersPerStratum_Private()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 5480 PetscCall(PetscSortIntWithPermutation(rsize, idxs, idxs_perm_r)); in MatCreateSubMatrixUnsorted() 5501 PetscCall(PetscSortIntWithPermutation(csize, idxs, idxs_perm_c)); in MatCreateSubMatrixUnsorted()
|