#include "petscdmplex.h" #include "petscdmlabel.h" PetscErrorCode DMPlexDistributeOwnership(DM dm, PetscSection rootSection, IS *rootrank, PetscSection leafSection, IS *leafrank)Collective on dm
rootSection | - The number of leaves for a given root point | |
rootrank | - The rank of each edge into the root point | |
leafSection | - The number of processes sharing a given leaf point | |
leafrank | - The rank of each process sharing a leaf point |