PCCompositeSetType

Sets the type of composite preconditioner.

Synopsis

int PCCompositeSetType(PC pc,PCCompositeType type)
Collective on PC

Input Parameter

pc -the preconditioner context
type -PC_COMPOSITE_ADDITIVE (default) or PC_COMPOSITE_MULTIPLICATIVE

Options Database Key

-pc_composite_type <type> -Sets composite preconditioner type

Keywords

PC, set, type, composite preconditioner, additive, multiplicative

Level:Developer
Location:src/sles/pc/impls/composite/composite.c
PC Index
Table of Contents