petsc-3.3-p7 2013-05-11

DMSNESCopyContext

copies a DM context to a new DM

Synopsis

#include "petscsnes.h" 
#include "petscdm.h" 
PetscErrorCode DMSNESCopyContext(DM dmsrc,DM dmdest)
Logically Collective

Input Arguments

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

Note

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

See Also

DMSNESGetContext(), SNESSetDM()

Level:developer
Location:
src/snes/utils/dmsnes.c
Index of all SNES routines
Table of Contents for all manual pages
Index of all manual pages