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

DMPlexCreateGlobalToNaturalSF

Creates the SF for mapping Global Vec to the Natural Vec

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexCreateGlobalToNaturalSF(DM dm, PetscSection section, PetscSF sfMigration, PetscSF *sfNatural)

Input Parameters

dm - The DM Many br
section - The PetscSection before the mesh was distributed Many br
sfMigration - The PetscSF used to distribute the mesh Many br

Output Parameters

sfNatural -PetscSF for mapping the Vec in PETSc ordering to the canonical ordering Many br

Many br

See Also

DMPlexDistribute(), DMPlexDistributeField()

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