Home
last modified time | relevance | path

Searched refs:PCASMSetSortIndices (Results 1 – 5 of 5) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscpc.pxi195 PetscErrorCode PCASMSetSortIndices(PetscPC, PetscBool)
H A DPC.pyx1013 petsc.PCASMSetSortIndices
1017 CHKERR(PCASMSetSortIndices(self.pc, cdosort))
/petsc/include/
H A Dpetscpc.h241 PETSC_EXTERN PetscErrorCode PCASMSetSortIndices(PC, PetscBool);
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c1206 PetscErrorCode PCASMSetSortIndices(PC pc, PetscBool doSort) in PCASMSetSortIndices() function
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1301 if (sorted) PetscCall(PCASMSetSortIndices(pc, PETSC_FALSE)); /* everything is already sorted */ in PCHPDDMCommunicationAvoidingPCASM_Private()