Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex16.c18 PetscInt cStart, cEnd, cStartSub, cEndSub; in CreateHalfCellsLabel() local
26 cStartSub = cStart; in CreateHalfCellsLabel()
29 cStartSub = cEnd / 2; in CreateHalfCellsLabel()
32 for (PetscInt c = cStartSub; c < cEndSub; ++c) PetscCall(DMLabelSetValue(*label, c, 1)); in CreateHalfCellsLabel()