#include "petscsnes.h" PetscErrorCode SNESQNSetCompositionType(SNES snes, SNESQNCompositionType ctype)Logically Collective on SNES
snes | - the iterative context | |
stype | - composition type |
SNES_QN_COMPOSITION_SEQUENTIAL | - Solve the system with X = PC(X) and D = F(PC(X)) | |
SNES_QN_COMPOSITION_COMPOSED | - solve the system with X = X and D = PC(X) - X |
Level:intermediate
Location:src/snes/impls/qnqn.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages