DMMGGetx

Returns the solution vector from a DMMG solve on the finest grid

Synopsis

Vec DMMGGetx(DMMG *dmmg)
Not Collective, but resulting vector is parallel

Input Parameters

dmmg -DMMG solve context

Fortran Usage

DMMGGetx(DMMG dmmg,Vec x,int ierr) -

See Also

DMMGCreate(), DMMGSetSNES(), DMMGSetSLES(), DMMGSetSNESLocal()

Level:intermediate
Location:
src/dm/da/../../../include/petscda.h
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/sles/examples/tutorials/ex22.c.html
src/sles/examples/tutorials/ex25.c.html
src/snes/examples/tutorials/ex19.c.html
src/snes/examples/tutorials/ex24.c.html
src/snes/examples/tutorials/ex29.c.html