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#

Output Parameters#

  • nsv - number of local shared vertices, pass NULL if not needed

  • svtx - 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