petsc-3.3-p7 2013-05-11

SNESGetType

Gets the SNES method type and name (as a string).

Synopsis

#include "petscsnes.h"  
#include "petscdmshell.h" 
#include "petscsys.h" 
PetscErrorCode  SNESGetType(SNES snes,const SNESType *type)
Not Collective

Input Parameter

snes - nonlinear solver context

Output Parameter

type - SNES method (a character string)

Keywords

SNES, nonlinear, get, type, name

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