#include "petscpc.h" PetscErrorCode PCASMSetLocalType(PC pc, PCCompositeType type)Logically Collective on pc
pc | - the preconditioner context | |
type | - type of composition, one of |
PC_COMPOSITE_ADDITIVE - local additive combination PC_COMPOSITE_MULTIPLICATIVE - local multiplicative combination
-pc_asm_local_type [additive,multiplicative] | - Sets local solver composition type |