DMNetworkGetSharedVertices#
Returns the info for the shared vertices
Synopsis#
#include "petscdmnetwork.h"
PetscErrorCode DMNetworkGetSharedVertices(DM dm, PetscInt *nsv, const PetscInt **svtx)
Not Collective
Input Parameter#
dm - the
DMNETWORK
object
Output Parameters#
nsv - number of local shared vertices
svtx - local shared vertices
Notes#
Cannot call this routine before DMNetworkLayoutSetup()
See Also#
DM
, DMNETWORK
, DMNetworkGetSubnetwork()
, DMNetworkLayoutSetUp()
, DMNetworkAddSharedVertices()
Level#
intermediate
Location#
src/dm/impls/network/network.c
Index of all DMNetwork routines
Table of Contents for all manual pages
Index of all manual pages