petsc-3.7.7 2017-09-25
   
PetscDualSpaceDuplicate
Creates a duplicate PetscDualSpace object, however it is not setup. 
Synopsis
#include "petscfe.h" 
PetscErrorCode PetscDualSpaceDuplicate(PetscDualSpace sp, PetscDualSpace *spNew)
Collective on PetscDualSpace
Input Parameter
sp  -The original PetscDualSpace
Output Parameter
spNew  -The duplicate PetscDualSpace
See Also
 PetscDualSpaceCreate(), PetscDualSpaceSetType()
Level:beginner
Location:src/dm/dt/interface/dtfe.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages