Searched refs:DihedralCompose (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 391 static inline PetscInt DihedralCompose(PetscInt N, PetscInt a, PetscInt b) in DihedralCompose() function 399 return DihedralCompose(N, DihedralInvert(N, a), b); in DihedralSwap() 429 static inline PetscInt DihedralCompose(PetscInt N, PetscInt a, PetscInt b) in DihedralCompose() function
|
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1651 …myOrnt[s] = DihedralCompose(N, orient, DMPolytopeConvertNewOrientation_Internal(ct, P4estFaceToPet… in DMPlexCreateConnectivity_pforest() 1663 orntAtoB = DihedralCompose(N, DihedralInvert(N, myOrnt[1 - s]), myOrnt[s]); in DMPlexCreateConnectivity_pforest() 1712 …totalOrient = DihedralCompose(2, cellOrnt, DMPolytopeConvertNewOrientation_Internal(DM_POLYTOPE_SE… in DMPlexCreateConnectivity_pforest() 1986 *childOrientB = DihedralCompose(coneSize, childOrientA, ABswap); in DMReferenceTreeGetChildSymmetry_pforest() 2042 if (childOrientB) *childOrientB = DihedralCompose(coneSize, childOrientA, ABswap); in DMReferenceTreeGetChildSymmetry_pforest()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 127 *childOrientB = DihedralCompose(coneSize, childOrientA, ABswap); in DMPlexReferenceTreeGetChildSymmetry_Default() 175 if (childOrientB) *childOrientB = DihedralCompose(coneSize, childOrientA, ABswap); in DMPlexReferenceTreeGetChildSymmetry_Default() 1945 newO = DihedralCompose(lSize, oTrue, preOrient[q]); in DMPlexTreeRefineCell()
|