Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex3.c395 PetscInt edgesx = 2, vertsx; in SetupSection() local
423 PetscCall(PetscOptionsGetInt(NULL, NULL, "-da_grid_x", &edgesx, NULL)); in SetupSection()
425 vertsx = edgesx + 1; in SetupSection()
430 for (v = vStart + edgesx; v < vEnd; v += vertsx) { in SetupSection()
432 anchors[offset++] = v - edgesx; in SetupSection()
434 for (f = fStart + edgesx * vertsy + edgesx * edgesy; f < fEnd; f++) { in SetupSection()
436 anchors[offset++] = f - edgesx * edgesy; in SetupSection()