#include "petscdmplex.h" PetscErrorCode DMPlexTopologyLoad(DM dm, PetscViewer viewer, PetscSF *globalToLocalPointSF)Collective on DM
dm | - The DM into which the topology is loaded | |
viewer | - The PetscViewer for the saved topology |
globalToLocalPointSF | - The PetscSF that pushes points in [0, N) to the associated points in the loaded plex, where N is the global number of points; NULL if unneeded |