Searched refs:subVertex (Results 1 – 1 of 1) sorted by relevance
3214 PetscInt subVertex; in DMPlexCreateSubmesh_Uninterpolated() local3218 PetscCall(PetscFindInt(point, numSubVertices, subVertices, &subVertex)); in DMPlexCreateSubmesh_Uninterpolated()3219 if (subVertex >= 0) { in DMPlexCreateSubmesh_Uninterpolated()3221 subface[faceSize] = firstSubVertex + subVertex; in DMPlexCreateSubmesh_Uninterpolated()4001 PetscInt numCells, subVertex, p, v; in DMPlexCreateCohesiveSubmesh_Uninterpolated() local4007 PetscCall(PetscFindInt(cone[v], numSubVertices, subVertices, &subVertex)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()4008 subface[v] = firstSubVertex + subVertex; in DMPlexCreateCohesiveSubmesh_Uninterpolated()