Home
last modified time | relevance | path

Searched refs:sort_indices (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Dpcasmimpl.h20 PetscBool sort_indices; /* flag to sort subdomain indices */ member
/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c20 PetscBool sort_indices; /* flag to sort subdomain indices */ member
394 if (osm->sort_indices) { in PCSetUp_GASM()
1019 osm->sort_indices = doSort; in PCGASMSetSortIndices_GASM()
1295 osm->sort_indices = PETSC_TRUE; in PCCreate_GASM()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c237 if (osm->sort_indices) { in PCSetUp_ASM()
886 osm->sort_indices = doSort; in PCASMSetSortIndices_ASM()
1307 osm->sort_indices = PETSC_TRUE; in PCCreate_ASM()