Searched refs:firstSubP (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3569 …PetscInt bs, numComp, coordSize, firstP, lastP, firstSubP = totSubPoints, lastSubP = -1, numFi… in DMPlexCreateSubmeshGeneric_Interpolated() local 3636 firstSubP = PetscMin(firstSubP, subpoint); in DMPlexCreateSubmeshGeneric_Interpolated() 3642 if (firstSubP == totSubPoints) { in DMPlexCreateSubmeshGeneric_Interpolated() 3644 firstSubP = 0; in DMPlexCreateSubmeshGeneric_Interpolated() 3647 PetscCall(PetscSectionSetChart(subCoordSection, firstSubP, lastSubP)); in DMPlexCreateSubmeshGeneric_Interpolated()
|