Lines Matching refs:DMPlexSetConeOrientation
1341 PetscCall(DMPlexSetConeOrientation(dm, cell, ornts + 3 * c)); in DMPlexCreateSquareMesh_Simplex_CrissCross()
1600 PetscCall(DMPlexSetConeOrientation(dm, cell, ornt)); in DMPlexCreateCubeMesh_Internal()
1636 PetscCall(DMPlexSetConeOrientation(dm, face, ornt)); in DMPlexCreateCubeMesh_Internal()
1669 PetscCall(DMPlexSetConeOrientation(dm, face, ornt)); in DMPlexCreateCubeMesh_Internal()
1713 PetscCall(DMPlexSetConeOrientation(dm, face, ornt)); in DMPlexCreateCubeMesh_Internal()
3351 PetscCall(DMPlexSetConeOrientation(dm, 0, ornt)); in DMPlexCreateSphereMesh_Internal()
3362 PetscCall(DMPlexSetConeOrientation(dm, 1, ornt)); in DMPlexCreateSphereMesh_Internal()
3373 PetscCall(DMPlexSetConeOrientation(dm, 2, ornt)); in DMPlexCreateSphereMesh_Internal()
3384 PetscCall(DMPlexSetConeOrientation(dm, 3, ornt)); in DMPlexCreateSphereMesh_Internal()
3395 PetscCall(DMPlexSetConeOrientation(dm, 4, ornt)); in DMPlexCreateSphereMesh_Internal()
3406 PetscCall(DMPlexSetConeOrientation(dm, 5, ornt)); in DMPlexCreateSphereMesh_Internal()
6648 PetscCall(DMPlexSetConeOrientation(dm, p, &coneOrientations[off])); in DMPlexCreateFromDAG()