Home
last modified time | relevance | path

Searched refs:PetscSortRealWithPermutation (Results 1 – 12 of 12) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/
H A Dgmreig.c71 PetscCall(PetscSortRealWithPermutation(n, realpart, perm)); in KSPComputeEigenvalues_GMRES()
104 PetscCall(PetscSortRealWithPermutation(n, r, perm)); in KSPComputeEigenvalues_GMRES()
205 PetscCall(PetscSortRealWithPermutation(bn, modul, perm)); in KSPComputeRitz_GMRES()
/petsc/src/mat/graphops/order/
H A Dspectral.c153 PetscCall(PetscSortRealWithPermutation(n, realpart, perm)); in MatGetOrdering_Spectral()
165 PetscCall(PetscSortRealWithPermutation(n, &eigvec[evInd * n], perm)); in MatGetOrdering_Spectral()
/petsc/src/mat/graphops/color/utils/
H A Dweights.c219 PetscCall(PetscSortRealWithPermutation(lm, lweights, rperm)); in MatColoringCreateSmallestLastWeights()
336 PetscCall(PetscSortRealWithPermutation(n, wts, *lperm)); in MatColoringCreateWeights()
360 PetscCall(PetscSortRealWithPermutation(n, mc->user_weights, mc->user_lperm)); in MatColoringSetWeights()
/petsc/src/ksp/ksp/interface/
H A Deige.c180 PetscCall(PetscSortRealWithPermutation(n, realpart, perm)); in KSPComputeEigenvaluesExplicitly()
215 PetscCall(PetscSortRealWithPermutation(n, r, perm)); in KSPComputeEigenvaluesExplicitly()
/petsc/src/sys/utils/
H A Dsortip.c138 PetscErrorCode PetscSortRealWithPermutation(PetscInt n, const PetscReal i[], PetscInt idx[]) in PetscSortRealWithPermutation() function
/petsc/src/sys/classes/draw/utils/
H A Dbars.c176 PetscCall(PetscSortRealWithPermutation(numValues, values, perm)); in PetscDrawBarDraw()
/petsc/src/dm/dt/interface/
H A Ddtprob.c691 PetscCall(PetscSortRealWithPermutation(n, val, perm)); in PetscProbComputeKSStatistic_Internal()
H A Ddt.c1684 PetscCall(PetscSortRealWithPermutation(npoints, x, order)); in PetscDTGaussJacobiQuadrature_GolubWelsch_Internal()
/petsc/src/ts/tutorials/
H A Dextchem.c398 PetscCall(PetscSortRealWithPermutation(n, mof, idx)); in PrintSpecies()
/petsc/src/ksp/ksp/impls/gmres/dgmres/
H A Ddgmres.c731 PetscCall(PetscSortRealWithPermutation(n, modul, perm)); in KSPDGMRESComputeSchurForm_DGMRES()
905 PetscCall(PetscSortRealWithPermutation(N, modul, perm)); in KSPDGMRESImproveEig_DGMRES()
/petsc/src/snes/tutorials/
H A Dex13.c317 PetscCall(PetscSortRealWithPermutation(N, gray, perm)); in ComputeSpectral()
/petsc/include/
H A Dpetscsys.h2413 PETSC_EXTERN PetscErrorCode PetscSortRealWithPermutation(PetscInt, const PetscReal[], PetscInt[]);