DMPlexCoordinatesLoad#
Loads coordinates into a DMPlex
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexCoordinatesLoad(DM dm, PetscViewer viewer, PetscSF globalToLocalPointSF)
Collective on DM
Input Parameters#
dm - The DM into which the coordinates are loaded
viewer - The PetscViewer for the saved coordinates
globalToLocalPointSF - The SF returned by DMPlexTopologyLoad() when loading dm from viewer
See Also#
DMLoad(), DMPlexTopologyLoad(), DMPlexLabelsLoad(), DMView(), PetscViewerHDF5Open(), PetscViewerPushFormat()
Level#
advanced
Location#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages