Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Ddmpleximpl.h415 return DMPolytopeTypeComposeOrientationInv(DM_POLYTOPE_SEGMENT, 0, a); in DihedralInvert()
417 return DMPolytopeTypeComposeOrientationInv(DM_POLYTOPE_QUADRILATERAL, 0, a); in DihedralInvert()
419 return DMPolytopeTypeComposeOrientationInv(DM_POLYTOPE_HEXAHEDRON, 0, a); in DihedralInvert()
435 return DMPolytopeTypeComposeOrientationInv(DM_POLYTOPE_SEGMENT, b, a); in DihedralCompose()
437 return DMPolytopeTypeComposeOrientationInv(DM_POLYTOPE_QUADRILATERAL, b, a); in DihedralCompose()
439 return DMPolytopeTypeComposeOrientationInv(DM_POLYTOPE_HEXAHEDRON, b, a); in DihedralCompose()
455 return DMPolytopeTypeComposeOrientationInv(DM_POLYTOPE_SEGMENT, b, a); in DihedralSwap()
457 return DMPolytopeTypeComposeOrientationInv(DM_POLYTOPE_QUADRILATERAL, b, a); in DihedralSwap()
459 return DMPolytopeTypeComposeOrientationInv(DM_POLYTOPE_HEXAHEDRON, b, a); in DihedralSwap()
/petsc/src/dm/impls/plex/tutorials/
H A Dex11.c222 oi = DMPolytopeTypeComposeOrientationInv(ct, 0, o); in VerifyInverse()
274 oi = DMPolytopeTypeComposeOrientationInv(ct, 0, o); in CheckSubcells()
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c686 …FMT "\n", DMPolytopeTypes[ct], face[0], ornt[0], cornt[0], DMPolytopeTypeComposeOrientationInv(ct,… in PetscFEIntegrateHybridResidual_Basic()
687 …FMT "\n", DMPolytopeTypes[ct], face[1], ornt[1], cornt[1], DMPolytopeTypeComposeOrientationInv(ct,… in PetscFEIntegrateHybridResidual_Basic()
694 …PetscCall(PetscDSPermuteQuadPoint(ds, DMPolytopeTypeComposeOrientationInv(ct, cornt[0], ornt[0]), … in PetscFEIntegrateHybridResidual_Basic()
695 …PetscCall(PetscDSPermuteQuadPoint(ds, DMPolytopeTypeComposeOrientationInv(ct, cornt[1], ornt[1]), … in PetscFEIntegrateHybridResidual_Basic()
1165 …PetscCall(PetscDSPermuteQuadPoint(ds, DMPolytopeTypeComposeOrientationInv(ct, cornt[0], ornt[0]), … in PetscFEIntegrateHybridJacobian_Basic()
1166 …PetscCall(PetscDSPermuteQuadPoint(ds, DMPolytopeTypeComposeOrientationInv(ct, ornt[1], cornt[1]), … in PetscFEIntegrateHybridJacobian_Basic()
/petsc/include/
H A Dpetscdm.h1104 static inline PetscInt DMPolytopeTypeComposeOrientationInv(DMPolytopeType ct, PetscInt o1, PetscInt… in DMPolytopeTypeComposeOrientationInv() function
/petsc/src/dm/impls/plex/
H A Dplexorient.c61 po = DMPolytopeTypeComposeOrientationInv(ct, ornt[c], o); in DMPlexOrientPoint()
H A Dplexproject.c317 qpt[1] = perms ? perms[0][DMPolytopeTypeComposeOrientationInv(qct, ornt[1], 0)][q] : q; in DMProjectPoint_Field_Private()
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1983 … oBtrue = (sOrientB >= 0) ? oB[j] : DMPolytopeTypeComposeOrientationInv(ct, -1, oB[j]); in DMReferenceTreeGetChildSymmetry_pforest()