petsc-3.7.1 2016-05-15
Report Typos and Errors

DMPlexGlobalToNaturalEnd

Rearranges a global Vector in the natural order.

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexGlobalToNaturalEnd(DM dm, Vec gv, Vec nv)
Collective on dm Many br

Input Parameters

dm - The distributed DMPlex Many br
gv - The global Vec Many br

Output Parameters

nv -The natural Vec Many br

Note: The user must call DMPlexSetUseNaturalSF(dm, PETSC_TRUE) before DMPlexDistribute(). Many br

Many br

.seealso: DMPlexDistribute(), DMPlexDistributeField(), DMPlexNaturalToGlobalBegin(), DMPlexGlobalToNaturalBegin() Many br

Level:intermediate
Location:
src/dm/impls/plex/plexnatural.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages