petsc-3.7.1 2016-05-15
Report Typos and Errors

SNESCompositeSetType

Sets the type of composite preconditioner.

Synopsis

#include "petscsnes.h" 
PetscErrorCode  SNESCompositeSetType(SNES snes,SNESCompositeType type)
Logically Collective on SNES Many br

Input Parameter

snes - the preconditioner context Many br
type - SNES_COMPOSITE_ADDITIVE (default), SNES_COMPOSITE_MULTIPLICATIVE Many br

Options Database Key

-snes_composite_type <type: one of multiplicative, additive, special> -Sets composite preconditioner type Many br

Many br

Keywords

SNES, set, type, composite preconditioner, additive, multiplicative

Level:Developer
Location:
src/snes/impls/composite/snescomposite.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages