SNESGetDM#

Gets the DM that may be used by some solvers/preconditioners

Synopsis#

#include "petscsnes.h"  
PetscErrorCode SNESGetDM(SNES snes, DM *dm)

Not Collective but dm obtained is parallel on snes

Input Parameter#

  • snes - the SNES context

Output Parameter#

  • dm - the DM

See Also#

SNES: Nonlinear Solvers, DM, SNES, SNESSetDM(), KSPSetDM(), KSPGetDM()

Level#

intermediate

Location#

src/snes/interface/snes.c

Examples#

src/snes/tutorials/ex5.c
src/snes/tutorials/ex69.c
src/snes/tutorials/ex35.c
src/snes/tutorials/ex18.c
src/snes/tutorials/ex9.c
src/snes/tutorials/ex15.c
src/snes/tutorials/ex14.c
src/snes/tutorials/ex58.c
src/snes/tutorials/ex19.c
src/snes/tutorials/ex4.c


Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages