Lines Matching refs:PetscFindInt
944 PetscCall(PetscFindInt(faces[f], nleaves, leaves, &loc)); in DMPlexConstructGhostCells_Internal()
980 PetscCall(PetscFindInt(faces[f], nleaves, leaves, &loc)); in DMPlexConstructGhostCells_Internal()
1007 PetscCall(PetscFindInt(faces[f], nleaves, leaves, &loc)); in DMPlexConstructGhostCells_Internal()
1429 PetscCall(PetscFindInt(support[s], numSplitPoints[dep + 1], splitPoints[dep + 1], &e)); in DMPlexConstructCohesiveCells_Internal()
1500 PetscCall(PetscFindInt(cone[q], numSplitPoints[dep - 1], splitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1502 PetscCall(PetscFindInt(cone[q], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1515 … PetscCall(PetscFindInt(econe[r], numSplitPoints[dep - 2], splitPoints[dep - 2], &vs)); in DMPlexConstructCohesiveCells_Internal()
1516 … PetscCall(PetscFindInt(econe[r], numUnsplitPoints[dep - 2], unsplitPoints[dep - 2], &vu)); in DMPlexConstructCohesiveCells_Internal()
1592 PetscCall(PetscFindInt(cone[qa], numSplitPoints[dep - 1], splitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1594 … PetscCall(PetscFindInt(cone[qa], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1623 … PetscCall(PetscFindInt(support[e], numSplitPoints[dep + 1], splitPoints[dep + 1], &edge)); in DMPlexConstructCohesiveCells_Internal()
1641 … PetscCall(PetscFindInt(support[e], numSplitPoints[dep + 1], splitPoints[dep + 1], &edge)); in DMPlexConstructCohesiveCells_Internal()
1653 PetscCall(PetscFindInt(cone[q], numSplitPoints[dep - 1], splitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1655 PetscCall(PetscFindInt(cone[q], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1682 … PetscCall(PetscFindInt(support[e], numSplitPoints[dep + 1], splitPoints[dep + 1], &face)); in DMPlexConstructCohesiveCells_Internal()
1696 PetscCall(PetscFindInt(cone[v], numSplitPoints[dep - 1], splitPoints[dep - 1], &vertex)); in DMPlexConstructCohesiveCells_Internal()
1698 … PetscCall(PetscFindInt(cone[v], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &vertex)); in DMPlexConstructCohesiveCells_Internal()
1711 … PetscCall(PetscFindInt(support[e], numSplitPoints[dep + 1], splitPoints[dep + 1], &face)); in DMPlexConstructCohesiveCells_Internal()
1738 PetscCall(PetscFindInt(support[s], numSplitPoints[dep + 1], splitPoints[dep + 1], &e)); in DMPlexConstructCohesiveCells_Internal()
1754 … PetscCall(PetscFindInt(support[e], numSplitPoints[dep + 1], splitPoints[dep + 1], &edge)); in DMPlexConstructCohesiveCells_Internal()
1758 … PetscCall(PetscFindInt(support[e], numUnsplitPoints[dep + 1], unsplitPoints[dep + 1], &edge)); in DMPlexConstructCohesiveCells_Internal()
1773 … PetscCall(PetscFindInt(support[f], numSplitPoints[dep + 1], splitPoints[dep + 1], &face)); in DMPlexConstructCohesiveCells_Internal()
1789 PetscCall(PetscFindInt(cone[0], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1792 PetscCall(PetscFindInt(cone[1], numUnsplitPoints[dep - 1], unsplitPoints[dep - 1], &v)); in DMPlexConstructCohesiveCells_Internal()
1801 … PetscCall(PetscFindInt(support[f], numSplitPoints[dep + 1], splitPoints[dep + 1], &face)); in DMPlexConstructCohesiveCells_Internal()
1841 PetscCall(PetscFindInt(coldp, numSplitPoints[dep - 1], splitPoints[dep - 1], &cp)); in DMPlexConstructCohesiveCells_Internal()
1991 PetscCall(PetscFindInt(cell, numSubpoints, subpoints, &subpoint)); in GetSurfaceSide_Static()
1992 PetscCall(PetscFindInt(face, numSubpoints, subpoints, &subface)); in GetSurfaceSide_Static()
2187 PetscCall(PetscFindInt(points[p], Nlp, lp, &pind)); in DMPlexLabelCohesiveComplete()
2301 PetscCall(PetscFindInt(point, Nl, leaves, &l)); in DMPlexLabelCohesiveComplete()
3218 PetscCall(PetscFindInt(point, numSubVertices, subVertices, &subVertex)); in DMPlexCreateSubmesh_Uninterpolated()
3299 ierr = PetscFindInt(point, numSubPoints, subPoints, &subPoint); in DMPlexFilterPoint_Internal()
3310 ierr = PetscFindInt(point, numSubPoints, subPoints, &subPoint); in DMPlexFilterPointPerm_Internal()
3525 PetscCall(PetscFindInt(support[s], numSubPoints[d + 1], subpoints[d + 1], &subc)); in DMPlexCreateSubmeshGeneric_Interpolated()
3547 PetscCall(PetscFindInt(cone[c], numSubPoints[d - 1], subpoints[d - 1], &subc)); in DMPlexCreateSubmeshGeneric_Interpolated()
4007 PetscCall(PetscFindInt(cone[v], numSubVertices, subVertices, &subVertex)); in DMPlexCreateCohesiveSubmesh_Uninterpolated()
4574 PetscCall(PetscFindInt(pB, numSubpoints, subpoints, pA)); in DMGetEnclosurePoint()