#include "petscdmnetwork.h" PetscErrorCode DMNetworkAddSharedVertices(DM dm,PetscInt anetnum,PetscInt bnetnum,PetscInt nsvtx,PetscInt asvtx[],PetscInt bsvtx[])Collective on dm
dm | - the dm object | |
anetnum | - first subnetwork global numbering returned by DMNetworkAddSubnetwork() | |
bnetnum | - second subnetwork global numbering returned by DMNetworkAddSubnetwork() | |
nsvtx | - number of vertices that are shared by the two subnetworks | |
asvtx | - vertex index in the first subnetwork | |
bsvtx | - vertex index in the second subnetwork |