DMNetworkGetSharedVertices#
Returns the info for the shared vertices
Synopsis#
#include "petscdmnetwork.h"
PetscErrorCode DMNetworkGetSharedVertices(DM dm, PeOp PetscInt *nsv, PeOp const PetscInt *svtx[])
Not Collective
Input Parameter#
dm - the
DMNETWORK
object
Output Parameters#
nsv - number of local shared vertices, pass
NULL
if not neededsvtx - local shared vertices, pass
NULL
if not needed
Note#
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