Home
last modified time | relevance | path

Searched defs:permute (Results 1 – 14 of 14) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex10.c47 …ame[PETSC_MAX_PATH_LEN], RHSType rhstype, MatOrderingType ordering, PetscBool permute, IS *colperm… in CreateSystem()
141 PetscBool flg, preload = PETSC_FALSE, trans = PETSC_FALSE, permute = PETSC_FALSE; in main() local
H A Dex18.c27 PetscBool random_exact_sol, view_exact_sol, permute; in main() local
/petsc/src/mat/tests/
H A Dex72.c34 …PetscBool flag, symmetric = PETSC_FALSE, skew = PETSC_FALSE, aijonly = PETSC_FALSE, permute = PE… in main() local
H A Dbench_spmv.c268 PetscBool bflg, flg1, flg2, flg3, use_gpu = PETSC_FALSE, permute = PETSC_FALSE; in main() local
H A Dex23.c28 …PetscBool permute = PETSC_FALSE, negmap = PETSC_FALSE, repmap = PETSC_FALSE, allow_re… in main() local
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij.h19 …PetscBool permute; /* if true, a non-trivial permutation is used for factorizati… member
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDMLabel.pyx548 def permute(self, IS permutation) -> DMLabel: member in DMLabel
H A DVec.pyx2351 def permute(self, IS order, invert: bool = False) -> None: member in Vec
H A DDMPlex.pyx2224 def permute(self, IS perm) -> DMPlex: member in DMPlex
H A DMat.pyx2330 def permute(self, IS row, IS col) -> Mat: member in Mat
/petsc/src/ksp/pc/impls/gamg/
H A Dgeo.c534 PetscInt *permute; in PCGAMGCoarsen_GEO() local
H A Dagg.c1183 PetscInt *permute, *degree; in PCGAMGCoarsen_AGG() local
/petsc/src/mat/graphops/coarsen/impls/hem/
H A Dhem.c316 PetscInt *permute; in PetscCDGetNonemptyIS() local
/petsc/include/petsc/private/
H A Dmatimpl.h106 PetscErrorCode (*permute)(Mat, IS, IS, Mat *); member