petsc-3.3-p7 2013-05-11

PetscSFComputeDegreeEnd

complete computation of degree for each root vertex, started with PetscSFComputeDegreeBegin()

Synopsis

PetscErrorCode PetscSFComputeDegreeEnd(PetscSF sf,const PetscInt **degree)
Collective

Input Arguments

sf -star forest

Output Arguments

degree -degree of each root vertex

See Also


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

Examples

src/sys/sf/examples/tutorials/ex1.c.html