Lines Matching refs:pointIS
1015 IS pointIS, isectIS; in DMProjectLocal_Generic_Plex() local
1021 PetscCall(DMLabelGetStratumIS(label, ids[i], &pointIS)); in DMProjectLocal_Generic_Plex()
1022 if (!pointIS) continue; /* No points with that id on this process */ in DMProjectLocal_Generic_Plex()
1023 PetscCall(ISIntersect(pointIS, heightIS, &isectIS)); in DMProjectLocal_Generic_Plex()
1024 PetscCall(ISDestroy(&pointIS)); in DMProjectLocal_Generic_Plex()
1067 IS pointIS; in DMProjectLocal_Generic_Plex() local
1069 PetscCall(ISCreateStride(PETSC_COMM_SELF, pEnd - pStart, pStart, 1, &pointIS)); in DMProjectLocal_Generic_Plex()
1070 PetscCall(DMFieldGetDegree(coordField, pointIS, NULL, &maxDegree)); in DMProjectLocal_Generic_Plex()
1071 if (maxDegree <= 1) PetscCall(DMFieldCreateDefaultQuadrature(coordField, pointIS, &quad)); in DMProjectLocal_Generic_Plex()
1080 …PetscCall(DMFieldCreateFEGeom(coordField, pointIS, quad, (htInc && h == minHeight) ? PETSC_FEGEOM_… in DMProjectLocal_Generic_Plex()
1092 PetscCall(ISDestroy(&pointIS)); in DMProjectLocal_Generic_Plex()