Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex98.c11 PetscInt sdim, s, pStart, pEnd, p, numVS, numPoints; in main() local
51 PetscCall(DMGetLabelSize(dm, "Vertex Sets", &numVS)); in main()
52 PetscCall(PetscPrintf(PETSC_COMM_WORLD, "# Vertex set: %" PetscInt_FMT "\n", numVS)); in main()
55 for (s = 0; s < numVS; ++s) { in main()
73 for (s = 0; s < numVS; ++s) { in main()
H A Dex98f90.F9015 PetscInt :: sdim, s, pStart, pEnd, p, numVS, numPoints
59 PetscCallA(DMGetLabelSize(dm, 'Vertex Sets', numVS, ierr))
60 write (iobuffer, '("# Vertex set: ",i3,"\n")') numVS
64 do s = 1, numVS
85 do s = 1, numVS