#include "petscdmplex.h" PetscErrorCode DMPlexGlobalToNaturalEnd(DM dm, Vec gv, Vec nv)Collective on dm
dm | - The distributed DMPlex | |
gv | - The global Vec |
Note: The user must call DMPlexSetUseNaturalSF(dm, PETSC_TRUE) before DMPlexDistribute().
.seealso: DMPlexDistribute(), DMPlexDistributeField(), DMPlexNaturalToGlobalBegin(), DMPlexGlobalToNaturalBegin()