Searched refs:DMPolytopeTypeComposeOrientationInv (Results 1 – 7 of 7) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 415 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 D | ex11.c | 222 oi = DMPolytopeTypeComposeOrientationInv(ct, 0, o); in VerifyInverse() 274 oi = DMPolytopeTypeComposeOrientationInv(ct, 0, o); in CheckSubcells()
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 686 …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 D | petscdm.h | 1104 static inline PetscInt DMPolytopeTypeComposeOrientationInv(DMPolytopeType ct, PetscInt o1, PetscInt… in DMPolytopeTypeComposeOrientationInv() function
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexorient.c | 61 po = DMPolytopeTypeComposeOrientationInv(ct, ornt[c], o); in DMPlexOrientPoint()
|
| H A D | plexproject.c | 317 qpt[1] = perms ? perms[0][DMPolytopeTypeComposeOrientationInv(qct, ornt[1], 0)][q] : q; in DMProjectPoint_Field_Private()
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1983 … oBtrue = (sOrientB >= 0) ? oB[j] : DMPolytopeTypeComposeOrientationInv(ct, -1, oB[j]); in DMReferenceTreeGetChildSymmetry_pforest()
|