petsc-3.11.4 2019-09-28
SNESGetType
Gets the SNES method type and name (as a string).
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESGetType(SNES snes,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
Examples
src/snes/examples/tutorials/ex3.c.html
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages