Searched refs:fcone2 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfluent.c | 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 [all …]
|
| H A D | plexinterpolate.c | 752 const PetscInt *fcone2; in DMPlexInterpolateFaces_Internal() local 756 PetscCall(DMPlexGetCone(idm, f, &fcone2)); in DMPlexInterpolateFaces_Internal() 759 PetscCall(DMPolytopeGetVertexOrientation(faceType, fcone2, face, &ornt)); in DMPlexInterpolateFaces_Internal()
|