PETSc version 3.16.4
Fix/Edit manual page

DMPlexCoordinatesLoad

Loads coordinates into a DMPlex

Synopsis

#include "petscdmplex.h"   
PetscErrorCode DMPlexCoordinatesLoad(DM dm, PetscViewer viewer)
Collective on DM

Input Parameters

dm - The DM into which the coordinates are loaded
viewer - The PetscViewer for the saved coordinates

See Also

DMLoad(), DMPlexTopologyLoad(), DMPlexLabelsLoad(), DMView(), PetscViewerHDF5Open(), PetscViewerPushFormat()

Level

advanced

Location

src/dm/impls/plex/plex.c

Examples

src/dm/impls/plex/tutorials/ex12.c.html

Index of all DMPLEX routines
Table of Contents for all manual pages
Index of all manual pages