petsc-3.3-p7 2013-05-11

PetscSFRestoreWindow

Restores a window obtained with PetscSFGetWindow()

Synopsis

PetscErrorCode PetscSFRestoreWindow(PetscSF sf,MPI_Datatype unit,const void *array,PetscBool epoch,PetscMPIInt fenceassert,MPI_Win *win)
Collective

Input Arguments

sf - star forest
unit - data type
array - array associated with window
epoch - close an epoch, must match argument to PetscSFGetWindow()
win - window

See Also

PetscSFFindWindow()

Level:developer
Location:
src/sys/sf/sf.c
Index of all PetscSF routines
Table of Contents for all manual pages
Index of all manual pages