DMNetworkGetVertexLocalToGlobalOrdering#
Get vertex global index
Synopsis#
#include "petscdmnetwork.h"
PetscErrorCode DMNetworkGetVertexLocalToGlobalOrdering(DM dm, PetscInt vloc, PetscInt *vg)
Not Collective
Input Parameters#
dm - the
DMNETWORK
objectvloc - local vertex ordering, start from 0
Output Parameter#
vg - global vertex ordering, start from 0
See Also#
Level#
advanced
Location#
src/dm/impls/network/network.c
Index of all DMNetwork routines
Table of Contents for all manual pages
Index of all manual pages