#include "petscdmplex.h" #include "petscdmlabel.h" PetscErrorCode DMPlexCreateTwoSidedProcessSF(DM dm, PetscSF sfPoint, PetscSection rootRankSection, IS rootRanks, PetscSection leafRankSection, IS leafRanks, IS *processRanks, PetscSF *sfProcess)Collective on DM
dm | - The DM | |
sfPoint | - The PetscSF which encodes point connectivity |
processRanks | - A list of process neighbors, or NULL | |
sfProcess | - An SF encoding the two-sided process connectivity, or NULL |