Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplex.c1066 …PetscInt Nf, Nc, pvStart, pvEnd, pcStart = PETSC_INT_MAX, pcEnd = PETSC_INT_MIN, pStart,… in DMPlexView_Ascii() local
1076 if (coordSectionCell) PetscCall(PetscSectionGetChart(coordSectionCell, &pcStart, &pcEnd)); in DMPlexView_Ascii()
1077 pStart = PetscMin(pvStart, pcStart); in DMPlexView_Ascii()
1100 if (cdmCell && p >= pcStart && p < pcEnd) { in DMPlexView_Ascii()