Searched refs:doSort (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 881 static PetscErrorCode PCASMSetSortIndices_ASM(PC pc, PetscBool doSort) in PCASMSetSortIndices_ASM() argument 886 osm->sort_indices = doSort; in PCASMSetSortIndices_ASM() 1206 PetscErrorCode PCASMSetSortIndices(PC pc, PetscBool doSort) in PCASMSetSortIndices() argument 1210 PetscValidLogicalCollectiveBool(pc, doSort, 2); in PCASMSetSortIndices() 1211 PetscTryMethod(pc, "PCASMSetSortIndices_C", (PC, PetscBool), (pc, doSort)); in PCASMSetSortIndices()
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 1014 static PetscErrorCode PCGASMSetSortIndices_GASM(PC pc, PetscBool doSort) in PCGASMSetSortIndices_GASM() argument 1019 osm->sort_indices = doSort; in PCGASMSetSortIndices_GASM() 1192 PetscErrorCode PCGASMSetSortIndices(PC pc, PetscBool doSort) in PCGASMSetSortIndices() argument 1196 PetscValidLogicalCollectiveBool(pc, doSort, 2); in PCGASMSetSortIndices() 1197 PetscTryMethod(pc, "PCGASMSetSortIndices_C", (PC, PetscBool), (pc, doSort)); in PCGASMSetSortIndices()
|