#include "petscsnes.h" PetscErrorCode SNESQNSetScaleType(SNES snes, SNESQNScaleType stype)Logically Collective on SNES
snes | - the iterative context | |
stype | - scale type |
SNES_QN_SCALE_NONE | - don't scale the problem | |
SNES_QN_SCALE_SHANNO | - use shanno scaling | |
SNES_QN_SCALE_LINESEARCH | - scale based upon line search lambda | |
SNES_QN_SCALE_JACOBIAN | - scale by inverting a previously computed Jacobian. |
Level:intermediate
Location:src/snes/impls/qn/qn.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages