petsc-3.7.1 2016-05-15
Report Typos and Errors

DMCopyDMKSP

copies a DM context to a new DM

Synopsis

#include "petscksp.h" 
PetscErrorCode DMCopyDMKSP(DM dmsrc,DM dmdest)
Logically Collective Many br

Input Arguments

dmsrc - DM to obtain context from Many br
dmdest - DM to add context to Many br

Many br

Note

The context is copied by reference. This function does not ensure that a context exists. Many br

See Also

DMGetDMKSP(), KSPSetDM()

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