petsc-3.9.4 2018-09-11
Report Typos and Errors

SNESSetDM

Sets the DM that may be used by some nonlinear solvers or their underlying preconditioners

Synopsis

#include "petscsnes.h"  
PetscErrorCode  SNESSetDM(SNES snes,DM dm)
Logically Collective on SNES

Input Parameters

snes - the nonlinear solver context
dm - the dm, cannot be NULL

See Also

SNESGetDM(), KSPSetDM(), KSPGetDM()

Level

intermediate

Location

src/snes/interface/snes.c

Examples

src/snes/examples/tutorials/ex5.c.html
src/snes/examples/tutorials/ex9.c.html
src/snes/examples/tutorials/ex12.c.html
src/snes/examples/tutorials/ex14.c.html
src/snes/examples/tutorials/ex15.c.html
src/snes/examples/tutorials/ex18.c.html
src/snes/examples/tutorials/ex19.c.html
src/snes/examples/tutorials/ex20.c.html
src/snes/examples/tutorials/ex22.c.html
src/snes/examples/tutorials/ex25.c.html
src/snes/examples/tutorials/ex28.c.html

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