DMGetDMKSPWrite#

get write access to private DMKSP context from a DM

Synopsis#

#include "petscksp.h" 
PetscErrorCode DMGetDMKSPWrite(DM dm, DMKSP *kspdm)

Logically Collective

Input Parameter#

  • dm - DM used with a KSP

Output Parameter#

  • kspdm - private DMKSP context

See Also#

KSP: Linear System Solvers, DMKSP, DM, KSP, DMGetDMKSP()

Level#

developer

Location#

src/ksp/ksp/interface/dmksp.c


Edit on GitLab

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