#include "petscpc.h" PetscErrorCode PCASMSetType(PC pc,PCASMType type)Logically Collective on PC Many br
pc | - the preconditioner context Many br | |
type | - variant of ASM, one of Many br |
PC_ASM_BASIC - full interpolation and restriction PC_ASM_RESTRICT - full restriction, local processor interpolation PC_ASM_INTERPOLATE - full interpolation, local processor restriction PC_ASM_NONE - local processor restriction and interpolationMany br
Many br
Level:intermediate
Location:src/ksp/pc/impls/asm/asm.c
Index of all PC routines
Table of Contents for all manual pages
Index of all manual pages