petsc-3.3-p7 2013-05-11
PetscSFCreateEmbeddedSF
removes edges from all but the selected roots, does not remap indices
Synopsis
PetscErrorCode PetscSFCreateEmbeddedSF(PetscSF sf,PetscInt nroots,const PetscInt *selected,PetscSF *newsf)
Collective
Input Arguments
| sf | - original star forest
|
| nroots | - number of roots to select on this process
|
| selected | - selected roots on this process
|
Output Arguments
newsf -new star forest
Note
To use the new PetscSF, it may be necessary to know the indices of the leaves that are still participating. This can
be done by calling PetscSFGetGraph().
See Also
PetscSFSetGraph(), PetscSFGetGraph()
Level:advanced
Location:src/sys/sf/sf.c
Index of all PetscSF routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/sys/sf/examples/tutorials/ex1.c.html