Home
last modified time | relevance | path

Searched refs:PetscSortIntWithPermutation (Results 1 – 15 of 15) sorted by relevance

/petsc/src/sys/tests/
H A Dex7.c15 PetscCall(PetscSortIntWithPermutation(5, x, index)); in main()
20 PetscCall(PetscSortIntWithPermutation(8, x2, index2)); in main()
H A Dex8.c141 PetscCall(PetscSortIntWithPermutation(nfrom, iranks, iperm)); in main()
/petsc/src/mat/tests/
H A Dex183.c126 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 Daomapping.c295 PetscCall(PetscSortIntWithPermutation(aomap->N, allpetsc, petscPerm)); in AOCreateMapping()
296 PetscCall(PetscSortIntWithPermutation(aomap->N, allapp, appPerm)); in AOCreateMapping()
/petsc/src/sys/utils/
H A Dsortip.c67 PetscErrorCode PetscSortIntWithPermutation(PetscInt n, const PetscInt i[], PetscInt idx[]) in PetscSortIntWithPermutation() function
/petsc/src/mat/graphops/order/
H A Dsorder.c66 PetscCall(PetscSortIntWithPermutation(n, lens, permr)); in MatGetOrdering_RowLength()
/petsc/src/vec/is/is/utils/
H A Disdiff.c824 PetscCall(PetscSortIntWithPermutation(fsize, findices, hindices)); in ISSortPermutation()
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c49 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 Dasm.c1477 PetscCall(PetscSortIntWithPermutation(nidx, numbering, indices)); in PCASMCreateSubdomains()
/petsc/include/
H A Dpetscsys.h2398 PETSC_EXTERN PetscErrorCode PetscSortIntWithPermutation(PetscInt, const PetscInt[], PetscInt[]);
/petsc/src/mat/impls/aij/mpi/kokkos/
H A Dmpiaijkok.kokkos.cxx472 …PetscCall(PetscSortIntWithPermutation(recvRowCnt, irootloc, recvRowPerm)); // irootloc[] (owned by… in MatMPIAIJKokkosReduceBegin()
/petsc/src/dm/dt/interface/
H A Ddtweakform.c977 PetscCall(PetscSortIntWithPermutation(Nk, values, idx1)); in PetscWeakFormViewTable_Ascii()
/petsc/src/dm/impls/plex/transform/interface/
H A Dplextransform.c2111 PetscCall(PetscSortIntWithPermutation(numLeavesNew, localPointsNew, idx)); in DMPlexTransformCreateSF()
/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c976 PetscCall(PetscSortIntWithPermutation(depth + 1, offsets, perm)); in RenumberGlobalPointNumbersPerStratum_Private()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c5480 PetscCall(PetscSortIntWithPermutation(rsize, idxs, idxs_perm_r)); in MatCreateSubMatrixUnsorted()
5501 PetscCall(PetscSortIntWithPermutation(csize, idxs, idxs_perm_c)); in MatCreateSubMatrixUnsorted()