#include "petscdmplex.h" PetscErrorCode DMPlexCreateGlobalToNaturalSF(DM dm, PetscSection section, PetscSF sfMigration, PetscSF *sfNatural)
dm | - The DM | |
section | - The PetscSection describing the Vec before the mesh was distributed | |
sfMigration | - The PetscSF used to distribute the mesh |
sfNatural | - PetscSF for mapping the Vec in PETSc ordering to the canonical ordering |
Note: This is not typically called by the user.