Home
last modified time | relevance | path

Searched refs:cEndSub (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
27 cEndSub = cEnd / 2; in CreateHalfCellsLabel()
30 cEndSub = cEnd; in CreateHalfCellsLabel()
32 for (PetscInt c = cStartSub; c < cEndSub; ++c) PetscCall(DMLabelSetValue(*label, c, 1)); in CreateHalfCellsLabel()