Lines Matching refs:ornt
1478 const PetscInt *cone, *support, *ornt; in DMPlexConstructCohesiveCells_Internal() local
1485 PetscCall(DMPlexGetConeOrientation(dm, oldp, &ornt)); in DMPlexConstructCohesiveCells_Internal()
1525 PetscCall(DMPlexSetConeOrientation(sdm, splitp, ornt)); in DMPlexConstructCohesiveCells_Internal()
1599 coneONew[2 + q] = DMPolytopeTypeComposeOrientation(ft, qo, ornt[qa]); in DMPlexConstructCohesiveCells_Internal()
1974 const PetscInt *cone, *ornt; in GetSurfaceSide_Static() local
1982 PetscCall(DMPlexGetConeOrientation(dm, cell, &ornt)); in GetSurfaceSide_Static()
1985 PetscInt o = ornt[c]; in GetSurfaceSide_Static()
3511 const PetscInt *cone, *ornt; in DMPlexCreateSubmeshGeneric_Interpolated() local
3515 const PetscInt *support, *cone, *ornt; in DMPlexCreateSubmeshGeneric_Interpolated() local
3531 PetscCall(DMPlexGetConeOrientation(dm, ccell, &ornt)); in DMPlexCreateSubmeshGeneric_Interpolated()
3534 fornt = ornt[c]; in DMPlexCreateSubmeshGeneric_Interpolated()
3545 PetscCall(DMPlexGetConeOrientation(dm, point, &ornt)); in DMPlexCreateSubmeshGeneric_Interpolated()
3550 orntNew[coneSizeNew] = ornt[c]; in DMPlexCreateSubmeshGeneric_Interpolated()