GSNESCreate

Creates a grid SNES associated with a particular discretization context.

Synopsis

#include "petscsnes.h" 
#include "gsolver.h" 
int GSNESCreate(Grid grid, void *ctx, GSNES *snes)
Collective on Grid

Input Parameter

grid - The discretization context
ctx - The optional user context

Output Parameter

snes -The nonlinear solver context

Keywords

GSNES, create

See Also

GSNESDestroy()

Level:beginner
Location:
src/gsolver/interface/gsnes.c
Index of all GSolver routines
Table of Contents for all manual pages
Index of all manual pages