Lines Matching refs:fcone2

318       const PetscInt *fcone2;  in ReorderPolygon()  local
320 PetscCall(DMPlexGetCone(dm, cone[c2], &fcone2)); in ReorderPolygon()
321 firstVertex = ornt[c2] ? fcone2[1] : fcone2[0]; in ReorderPolygon()
332 const PetscInt *fcone, *fcone2; in ReorderPolygon() local
336 PetscCall(DMPlexGetCone(dm, newCone[0], &fcone2)); in ReorderPolygon()
338 vertex2 = newOrnt[0] ? fcone2[1] : fcone2[0]; in ReorderPolygon()
366 const PetscInt *fcone2, *fornt2, *farr2; in ReorderTetrahedron() local
371 PetscCall(DMPlexGetOrientedCone(dm, cone[c], &fcone2, &fornt2)); in ReorderTetrahedron()
375 …const PetscInt edge2 = fcone2[farr2[c2 * 2 + 0]], eornt2 = DMPolytopeTypeComposeOrientation(DM_POL… in ReorderTetrahedron()
429 const PetscInt *fcone2, *fornt2, *farr2; in ReorderHexahedron() local
433 PetscCall(DMPlexGetOrientedCone(dm, cone[c], &fcone2, &fornt2)); in ReorderHexahedron()
437 …const PetscInt edge2 = fcone2[farr2[c2 * 2 + 0]], eornt2 = DMPolytopeTypeComposeOrientation(DM_POL… in ReorderHexahedron()
465 const PetscInt *fcone2, *fornt2, *farr2; in ReorderHexahedron() local
469 PetscCall(DMPlexGetOrientedCone(dm, cone[c], &fcone2, &fornt2)); in ReorderHexahedron()
476 …const PetscInt edge2 = fcone2[farr2[c2 * 2 + 0]], eornt2 = DMPolytopeTypeComposeOrientation(DM_POL… in ReorderHexahedron()
530 const PetscInt *fcone2, *fornt2, *farr2; in ReorderWedge() local
538 PetscCall(DMPlexGetOrientedCone(dm, cone[c], &fcone2, &fornt2)); in ReorderWedge()
542 …const PetscInt edge2 = fcone2[farr2[c2 * 2 + 0]], eornt2 = DMPolytopeTypeComposeOrientation(DM_POL… in ReorderWedge()
570 const PetscInt *fcone2, *fornt2, *farr2; in ReorderWedge() local
574 PetscCall(DMPlexGetOrientedCone(dm, cone[c], &fcone2, &fornt2)); in ReorderWedge()
581 …const PetscInt edge2 = fcone2[farr2[c2 * 2 + 0]], eornt2 = DMPolytopeTypeComposeOrientation(DM_POL… in ReorderWedge()