petsc-3.10.5 2019-03-28
Report Typos and Errors
PCGASMSetSortIndices
Determines whether subdomain indices are sorted.
Synopsis
#include "petscpc.h"
PetscErrorCode
PCGASMSetSortIndices
(
PC
pc,
PetscBool
doSort)
Logically Collective on
PC
Input Parameters
pc
- the preconditioner context
doSort
- sort the subdomain indices
Keywords
PC
, GASM, set, type
See Also
PCGASMSetSubdomains
(),
PCGASMGetSubKSP
(),
PCGASMCreateSubdomains2D
()
Level
intermediate
Location
src/ksp/pc/impls/gasm/gasm.c
Implementations
PCGASMSetSortIndices_GASM in src/ksp/pc/impls/gasm/gasm.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages