Home
last modified time | relevance | path

Searched refs:farr2 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/dm/impls/plex/
H A Dplexfluent.c366 const PetscInt *fcone2, *fornt2, *farr2; in ReorderTetrahedron() local
372 farr2 = DMPolytopeTypeGetArrangement(DM_POLYTOPE_TRIANGLE, ornt[c]); in ReorderTetrahedron()
375 …Int edge2 = fcone2[farr2[c2 * 2 + 0]], eornt2 = DMPolytopeTypeComposeOrientation(DM_POLYTOPE_SEGME… in ReorderTetrahedron()
429 const PetscInt *fcone2, *fornt2, *farr2; in ReorderHexahedron() local
434 farr2 = DMPolytopeTypeGetArrangement(DM_POLYTOPE_QUADRILATERAL, ornt[c]); in ReorderHexahedron()
437 …Int edge2 = fcone2[farr2[c2 * 2 + 0]], eornt2 = DMPolytopeTypeComposeOrientation(DM_POLYTOPE_SEGME… in ReorderHexahedron()
465 const PetscInt *fcone2, *fornt2, *farr2; in ReorderHexahedron() local
470 farr2 = DMPolytopeTypeGetArrangement(DM_POLYTOPE_QUADRILATERAL, ornt[c]); in ReorderHexahedron()
476 …Int edge2 = fcone2[farr2[c2 * 2 + 0]], eornt2 = DMPolytopeTypeComposeOrientation(DM_POLYTOPE_SEGME… in ReorderHexahedron()
530 const PetscInt *fcone2, *fornt2, *farr2; in ReorderWedge() local
[all …]