petsc-3.7.1 2016-05-15
DMPlexCreateOverlap
Compute owner information for shared points. This basically gets two-sided for an SF.
Synopsis
#include "petscdmplex.h"
#include "petscdmlabel.h"
PetscErrorCode DMPlexCreateOverlap(DM dm, PetscInt levels, PetscSection rootSection, IS rootrank, PetscSection leafSection, IS leafrank, DMLabel *ovLabel)
Collective on DM Many br
Input Parameters
| dm | - The DM Many br |
| levels | - Number of overlap levels Many br |
| rootSection | - The number of leaves for a given root point Many br |
| rootrank | - The rank of each edge into the root point Many br |
| leafSection | - The number of processes sharing a given leaf point Many br |
| leafrank | - The rank of each process sharing a leaf point Many br |
Output Parameters