petsc-3.11.4 2019-09-28
PetscSectionCopy
Creates a shallow (if possible) copy of the PetscSection
Synopsis
#include "petscvec.h"
PetscErrorCode PetscSectionCopy(PetscSection section, PetscSection newSection)
Collective on MPI_Comm
Input Parameter
section -the PetscSection
Output Parameter
newSection -the copy
See Also
PetscSection, PetscSectionCreate(), PetscSectionDestroy()
Level
developer
Location
src/vec/is/utils/vsectionis.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages