Home
last modified time | relevance | path

Searched defs:perm (Results 1 – 25 of 119) sorted by relevance

12345

/petsc/src/mat/graphops/order/
H A Dgennd.c6 PetscErrorCode SPARSEPACKrevrse(const PetscInt *n, PetscInt *perm) in SPARSEPACKrevrse()
54 …neqns, const PetscInt *xadj, const PetscInt *adjncy, PetscInt *mask, PetscInt *perm, PetscInt *xls… in SPARSEPACKgennd()
H A Dsprcm.c9 PetscInt i, *mask, *xls, nrow, *perm; in MatGetOrdering_RCM() local
H A Dgenrcm.c36 …const PetscInt *neqns, const PetscInt *xadj, const PetscInt *adjncy, PetscInt *perm, PetscInt *mas… in SPARSEPACKgenrcm()
H A Dspnd.c9 PetscInt i, *mask, *xls, *ls, nrow, *perm; in MatGetOrdering_ND() local
H A Dsp1wd.c9 PetscInt i, *mask, *xls, nblks, *xblk, *ls, nrow, *perm; in MatGetOrdering_1WD() local
H A Dspqmd.c9 PetscInt i, *deg, *marker, *rchset, *nbrhd, *qsize, *qlink, nofsub, *iperm, nrow, *perm; in MatGetOrdering_QMD() local
H A Dgen1wd.c30 …t PetscInt *adjncy, PetscInt *mask, PetscInt *nblks, PetscInt *xblk, PetscInt *perm, PetscInt *xls… in SPARSEPACKgen1wd()
H A Drcm.c37 …*root, const PetscInt *xadj, const PetscInt *adjncy, PetscInt *mask, PetscInt *perm, PetscInt *ccs… in SPARSEPACKrcm()
H A Dwbm.c37 PetscInt *perm, nrow, ncol, nnz, liw, *iw, ldw; in MatGetOrdering_WBM() local
/petsc/src/dm/impls/plex/
H A Dplexreorder.c7 PetscInt *perm, *iperm; in DMPlexCreateOrderingClosure_Static() local
69 PetscErrorCode DMPlexGetOrdering(DM dm, MatOrderingType otype, DMLabel label, IS *perm) in DMPlexGetOrdering()
151 PetscErrorCode DMPlexGetOrdering1D(DM dm, IS *perm) in DMPlexGetOrdering1D()
198 static PetscErrorCode DMPlexRemapCoordinates_Private(IS perm, PetscSection cs, Vec coordinates, Pet… in DMPlexRemapCoordinates_Private()
244 PetscErrorCode DMPlexPermute(DM dm, IS perm, DM *pdm) in DMPlexPermute()
435 PetscInt *perm; in DMCreateSectionPermutation_Plex_Reverse() local
453 PetscInt *perm; in DMCreateSectionPermutation_Plex_Cohesive_Old() local
545 …tCohesiveBlock_Private(DM dm, PetscBT bt, PetscBT blst, PetscInt p, PetscInt *idx, PetscInt perm[]) in InsertCohesiveBlock_Private()
570 PetscInt *perm; in DMCreateSectionPermutation_Plex_Cohesive() local
613 PetscErrorCode DMCreateSectionPermutation_Plex(DM dm, IS *perm, PetscBT *blockStarts) in DMCreateSectionPermutation_Plex()
/petsc/src/mat/impls/sbaij/seq/
H A Dsro.c31 PetscErrorCode MatReorderingSeqSBAIJ(Mat A, IS perm) in MatReorderingSeqSBAIJ()
/petsc/src/mat/tests/
H A Dex182.c10 IS perm; in main() local
H A Dex6.c10 IS perm, iperm; in main() local
H A Dex13.c10 IS perm, iperm; in main() local
H A Dex117.c14 IS perm, colp; in main() local
H A Dex7.c13 IS perm, iperm; in main() local
H A Dex15.c11 IS perm, iperm; in main() local
H A Dex168.c13 IS perm, iperm; in main() local
H A Dex130.c13 IS perm, iperm; in main() local
/petsc/src/dm/impls/plex/tests/
H A Dex10.c60 IS perm; in TestReordering() local
114 IS perm; in TestReorderingByGroup() local
/petsc/src/mat/graphops/order/metisnd/
H A Dmetisnd.c10 PetscInt i, j, iptr, ival, nrow, *xadj, *adjncy, *perm, *iperm; in MatGetOrdering_METISND() local
/petsc/src/ksp/ksp/impls/gmres/agmres/
H A Dagmresdeflation.c17 …ErrorCode KSPAGMRESQuickSort(PetscScalar *val_r, PetscScalar *val_i, PetscInt size, PetscInt *perm) in KSPAGMRESQuickSort()
105 PetscInt *perm = agmres->perm; in KSPAGMRESSchurForm() local
/petsc/src/ksp/ksp/impls/gmres/
H A Dgmreig.c46 PetscInt n = gmres->it + 1, N = gmres->max_k + 1, i, *perm; in KSPComputeEigenvalues_GMRES() local
118 PetscInt i, j, *perm; in KSPComputeRitz_GMRES() local
/petsc/src/mat/graphops/order/amd/
H A Damd.c21 PetscInt nrow, *perm; in MatGetOrdering_AMD() local
/petsc/src/mat/graphops/coarsen/impls/mis/
H A Dmis.c23 static PetscErrorCode MatCoarsenApply_MIS_private(IS perm, Mat Gmat, PetscBool strict_aggs, PetscCo… in MatCoarsenApply_MIS_private()
262 IS perm; in MatCoarsenApply_MIS() local

12345