Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexsubmesh.c3569 …PetscInt bs, numComp, coordSize, firstP, lastP, firstSubP = totSubPoints, lastSubP = -1, numFi… in DMPlexCreateSubmeshGeneric_Interpolated() local
3629 PetscCall(PetscSectionGetChart(coordSection, &firstP, &lastP)); in DMPlexCreateSubmeshGeneric_Interpolated()
3635 if (point >= firstP && point < lastP) { in DMPlexCreateSubmeshGeneric_Interpolated()
3654 if (point >= firstP && point < lastP) { in DMPlexCreateSubmeshGeneric_Interpolated()
3678 if (point >= firstP && point < lastP) { in DMPlexCreateSubmeshGeneric_Interpolated()