SNESSetDM
Sets the DM that may be used by some preconditioners
Synopsis
#include "petscsnes.h"
PetscErrorCode SNESSetDM(SNES snes,DM dm)
Logically Collective on SNES
Input Parameters
| snes | - the preconditioner context
|
| dm | - the dm
|
See Also
SNESGetDM(), KSPSetDM(), KSPGetDM()
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
Examples
src/snes/examples/tutorials/ex5.c.html
src/snes/examples/tutorials/ex12.c.html
src/snes/examples/tutorials/ex26.c.html
src/snes/examples/tutorials/ex50.c.html
src/snes/examples/tutorials/ex54.c.html
src/snes/examples/tutorials/ex55.c.html
src/snes/examples/tutorials/ex58.c.html
src/snes/examples/tutorials/ex60.c.html
src/snes/examples/tutorials/ex61.c.html
src/snes/examples/tutorials/ex63.c.html
src/snes/examples/tutorials/ex64.c.html