petsc-3.10.5 2019-03-28
Report Typos and Errors

SNESResetFromOptions

Sets various SNES and KSP parameters from user options ONLY if the SNES was previously set from options

Synopsis

#include "petscsnes.h"  
PetscErrorCode SNESResetFromOptions(SNES snes)
Collective on SNES

Input Parameter

snes -the SNES context

Keywords

SNES, nonlinear, set, options, database

See Also

SNESSetFromOptions(), SNESSetOptionsPrefix()

Level

beginner

Location

src/snes/interface/snes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages