Searched refs:fornt2 (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfluent.c | 366 const PetscInt *fcone2, *fornt2, *farr2; in ReorderTetrahedron() local 371 PetscCall(DMPlexGetOrientedCone(dm, cone[c], &fcone2, &fornt2)); in ReorderTetrahedron() 375 …DMPolytopeTypeComposeOrientation(DM_POLYTOPE_SEGMENT, farr2[c2 * 2 + 1], fornt2[farr2[c2 * 2 + 0]]… in ReorderTetrahedron() 429 const PetscInt *fcone2, *fornt2, *farr2; in ReorderHexahedron() local 433 PetscCall(DMPlexGetOrientedCone(dm, cone[c], &fcone2, &fornt2)); in ReorderHexahedron() 437 …DMPolytopeTypeComposeOrientation(DM_POLYTOPE_SEGMENT, farr2[c2 * 2 + 1], fornt2[farr2[c2 * 2 + 0]]… in ReorderHexahedron() 465 const PetscInt *fcone2, *fornt2, *farr2; in ReorderHexahedron() local 469 PetscCall(DMPlexGetOrientedCone(dm, cone[c], &fcone2, &fornt2)); in ReorderHexahedron() 476 …DMPolytopeTypeComposeOrientation(DM_POLYTOPE_SEGMENT, farr2[c2 * 2 + 1], fornt2[farr2[c2 * 2 + 0]]… in ReorderHexahedron() 530 const PetscInt *fcone2, *fornt2, *farr2; in ReorderWedge() local [all …]
|