Searched refs:pvEnd (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 1066 …PetscInt Nf, Nc, pvStart, pvEnd, pcStart = PETSC_INT_MAX, pcEnd = PETSC_INT_MIN, pStart,… in DMPlexView_Ascii() local 1075 PetscCall(PetscSectionGetChart(coordSection, &pvStart, &pvEnd)); in DMPlexView_Ascii() 1078 pEnd = PetscMax(pvEnd, pcEnd); in DMPlexView_Ascii() 1091 if (p >= pvStart && p < pvEnd) { in DMPlexView_Ascii()
|