PetscSFMerge#
append/merge indices of sfb into sfa, with preference for sfb
Synopsis#
#include "petscsf.h"
PetscErrorCode PetscSFMerge(PetscSF sfa, PetscSF sfb, PetscSF *merged)
Collective
Input Parameters#
sfa - default
PetscSFsfb - additional edges to add/replace edges in
sfa
Output Parameter#
merged - new
PetscSFwith combined edges
See Also#
PetscSF - an alternative to low-level MPI calls for data communication, PetscSF, PetscSFCompose()
Level#
intermediate
Location#
Index of all PetscSF routines
Table of Contents for all manual pages
Index of all manual pages