PCASMSetType

Sets the type of restriction and interpolation used for local problems in the additive Schwarz method.

Synopsis

int PCASMSetType(PC pc,PCASMType type)
Collective on PC

Input Parameters

pc - the preconditioner context
type - variant of ASM, one of
      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 interpolation

Options Database Key

  -pc_asm_type [basic,restrict,interpolate,none] - Sets ASM type

Keywords

PC, ASM, set, type

See Also

PCASMSetTotalSubdomains(), PCASMSetTotalSubdomains(), PCASMGetSubSLES(),
PCASMCreateSubdomains2D()

Location: src/pc/impls/asm/asm.c
PC Index
Table of Contents