petsc-3.9.4 2018-09-11
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 DT routines
Table of Contents for all manual pages
Index of all manual pages