KSPGetDM

Gets the DM that may be used by some preconditioners

Synopsis

#include "petscksp.h" 
PetscErrorCode  KSPGetDM(KSP ksp,DM *dm)
Not Collective

Input Parameter

ksp -the preconditioner context

Output Parameter

dm -the dm

See Also

KSPSetDM(), KSPSetDM(), KSPGetDM()

Level:intermediate
Location:
src/ksp/ksp/interface/iterativ.c
Index of all KSP routines
Table of Contents for all manual pages
Index of all manual pages