Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfluent.c349 const PetscInt *cone, *ornt, *fcone, *fornt, *farr, faces[4] = {0, 1, 3, 2}; in ReorderTetrahedron() local
356 PetscCall(DMPlexGetOrientedCone(dm, newCone[0], &fcone, &fornt)); in ReorderTetrahedron()
360 …t = DMPolytopeTypeComposeOrientation(DM_POLYTOPE_SEGMENT, farr[e * 2 + 1], fornt[farr[e * 2 + 0]]); in ReorderTetrahedron()
401 PetscCall(DMPlexRestoreOrientedCone(dm, newCone[0], &fcone, &fornt)); in ReorderTetrahedron()
410 const PetscInt *cone, *ornt, *fcone, *fornt, *farr; in ReorderHexahedron() local
419 PetscCall(DMPlexGetOrientedCone(dm, newCone[0], &fcone, &fornt)); in ReorderHexahedron()
423 …t = DMPolytopeTypeComposeOrientation(DM_POLYTOPE_SEGMENT, farr[e * 2 + 1], fornt[farr[e * 2 + 0]]); in ReorderHexahedron()
455 PetscCall(DMPlexRestoreOrientedCone(dm, newCone[0], &fcone, &fornt)); in ReorderHexahedron()
467 PetscCall(DMPlexGetOrientedCone(dm, newCone[2], &fcone, &fornt)); in ReorderHexahedron()
473 …t = DMPolytopeTypeComposeOrientation(DM_POLYTOPE_SEGMENT, farr[e * 2 + 1], fornt[farr[e * 2 + 0]]); in ReorderHexahedron()
[all …]
H A Dplexsubmesh.c3512 PetscInt coneSize, subconeSize, coneSizeNew, c, subc, fornt = 0; in DMPlexCreateSubmeshGeneric_Interpolated() local
3534 fornt = ornt[c]; in DMPlexCreateSubmeshGeneric_Interpolated()
3557 if (fornt < 0) PetscCall(DMPlexOrientPoint(subdm, subpoint, fornt)); in DMPlexCreateSubmeshGeneric_Interpolated()
H A Dplex.c4104 const PetscInt *fcone, *fornt; in DMPlexTransitiveClosure_Tensor_Internal() local
4109 …scCall(DMPlexGetTransitiveClosure_Hot_Private(dm, fpoint, PETSC_TRUE, &fconeSize, &fcone, &fornt)); in DMPlexTransitiveClosure_Tensor_Internal()
4119 pts[c++] = DMPolytopeTypeComposeOrientation(ft, co, fornt[farr[fc * 2 + 0]]); in DMPlexTransitiveClosure_Tensor_Internal()
4122 …ll(DMPlexRestoreTransitiveClosure_Hot_Private(dm, fpoint, PETSC_TRUE, &fconeSize, &fcone, &fornt)); in DMPlexTransitiveClosure_Tensor_Internal()