Home
last modified time | relevance | path

Searched refs:NVert (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/network/tests/
H A Dex2.c48 PetscInt vStart, vEnd, v, vglobal, compkey = 0, off, NVert; in StarGraphSetCoordinates() local
66 PetscCall(DMNetworkGetNumVertices(cdm, NULL, &NVert)); in StarGraphSetCoordinates()
67 theta = 2 * PETSC_PI / (NVert - 1); in StarGraphSetCoordinates()