DMPlexDistributeFieldIS#
Distribute field data to match a given PetscSF
, usually the PetscSF
from mesh distribution
Synopsis#
#include "petscdmplex.h"
#include "petscdmlabel.h"
PetscErrorCode DMPlexDistributeFieldIS(DM dm, PetscSF pointSF, PetscSection originalSection, IS originalIS, PetscSection newSection, IS *newIS)
Collective
Input Parameters#
dm - The
DMPLEX
objectpointSF - The
PetscSF
describing the communication patternoriginalSection - The
PetscSection
for existing data layoutoriginalIS - The existing data
Output Parameters#
newSection - The
PetscSF
describing the new data layoutnewIS - The new data
See Also#
DMPLEX
, DMPlexDistribute()
, DMPlexDistributeField()
, DMPlexDistributeData()
Level#
developer
Location#
src/dm/impls/plex/plexdistribute.c
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages