petsc-3.8.4 2018-03-24
Report Typos and Errors

Star Forest Communication: Examples

PetscSF provides a simple interface to "star forest" communication patterns.

Beginner - Basic usage
PetscSFDuplicate PetscSFNode PetscSFType
PetscSFDuplicateOption PetscSFSetUp PetscSFView
Intermediate - Setting options for algorithms and data structures
PetscSF PetscSFGatherBegin PetscSFScatterBegin
PetscSFBcastBegin PetscSFGatherEnd PetscSFScatterEnd
PetscSFBcastEnd PetscSFGetGraph PetscSFSetFromOptions
PetscSFCreate PetscSFReduceBegin PetscSFSetGraph
PetscSFDestroy PetscSFReduceEnd PetscSFSetType
Advanced - Setting more advanced options and customization
PetscSFComputeDegreeBegin PetscSFFetchAndOpEnd PetscSFWindowGetSyncType
PetscSFCreateEmbeddedLeafSF PetscSFRegister PetscSFWindowSetSyncType
PetscSFCreateEmbeddedSF PetscSFRegisterAll PetscSFWindowSyncType
PetscSFCreateInverseSF PetscSFReset
PetscSFFetchAndOpBegin PetscSFSetRankOrder
Developer - Interfaces intended primarily for library developers, not for typical applications programmers
PetscSFCompose PetscSFGetLeafRange PetscSFRestoreWindow
PetscSFComputeDegreeEnd PetscSFGetMultiSF PetscSFSetUpRanks
PetscSFFinalizePackage PetscSFGetRanks PetscSFWindowGetDataTypes
PetscSFFindWindow PetscSFGetWindow
PetscSFGetGroups PetscSFInitializePackage
No deprecated routines

Table of Contents