Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c937 PetscInt rCellIdx[8], nr = 0, nrmax = (dim == 3) ? 8 : 2; in adaptToleranceFEM() local
950 rCellIdx[nr++] = c; in adaptToleranceFEM()
954 if (c == rCellIdx[k]) break; in adaptToleranceFEM()
956 rCellIdx[nr++] = c; in adaptToleranceFEM()
962 for (k = 0; k < nr; k++) PetscCall(DMLabelSetValue(adaptLabel, rCellIdx[k], DM_ADAPT_REFINE)); in adaptToleranceFEM()
963 …igin cells %" PetscInt_FMT ",%" PetscInt_FMT " r=%g\n", grid, nr, rCellIdx[0], rCellIdx[1], (doubl… in adaptToleranceFEM()