Searched refs:PetscSortRealWithPermutation (Results 1 – 12 of 12) sorted by relevance
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmreig.c | 71 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 D | spectral.c | 153 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 D | weights.c | 219 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 D | eige.c | 180 PetscCall(PetscSortRealWithPermutation(n, realpart, perm)); in KSPComputeEigenvaluesExplicitly() 215 PetscCall(PetscSortRealWithPermutation(n, r, perm)); in KSPComputeEigenvaluesExplicitly()
|
| /petsc/src/sys/utils/ |
| H A D | sortip.c | 138 PetscErrorCode PetscSortRealWithPermutation(PetscInt n, const PetscReal i[], PetscInt idx[]) in PetscSortRealWithPermutation() function
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | bars.c | 176 PetscCall(PetscSortRealWithPermutation(numValues, values, perm)); in PetscDrawBarDraw()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtprob.c | 691 PetscCall(PetscSortRealWithPermutation(n, val, perm)); in PetscProbComputeKSStatistic_Internal()
|
| H A D | dt.c | 1684 PetscCall(PetscSortRealWithPermutation(npoints, x, order)); in PetscDTGaussJacobiQuadrature_GolubWelsch_Internal()
|
| /petsc/src/ts/tutorials/ |
| H A D | extchem.c | 398 PetscCall(PetscSortRealWithPermutation(n, mof, idx)); in PrintSpecies()
|
| /petsc/src/ksp/ksp/impls/gmres/dgmres/ |
| H A D | dgmres.c | 731 PetscCall(PetscSortRealWithPermutation(n, modul, perm)); in KSPDGMRESComputeSchurForm_DGMRES() 905 PetscCall(PetscSortRealWithPermutation(N, modul, perm)); in KSPDGMRESImproveEig_DGMRES()
|
| /petsc/src/snes/tutorials/ |
| H A D | ex13.c | 317 PetscCall(PetscSortRealWithPermutation(N, gray, perm)); in ComputeSpectral()
|
| /petsc/include/ |
| H A D | petscsys.h | 2413 PETSC_EXTERN PetscErrorCode PetscSortRealWithPermutation(PetscInt, const PetscReal[], PetscInt[]);
|