Home
last modified time | relevance | path

Searched refs:DihedralInvert (Results 1 – 2 of 2) sorted by relevance

/petsc/include/petsc/private/
H A Ddmpleximpl.h386 static inline PetscInt DihedralInvert(PetscInt N, PetscInt a) in DihedralInvert() function
399 return DihedralCompose(N, DihedralInvert(N, a), b); in DihedralSwap()
409 static inline PetscInt DihedralInvert(PetscInt N, PetscInt a) in DihedralInvert() function
/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h1663 orntAtoB = DihedralCompose(N, DihedralInvert(N, myOrnt[1 - s]), myOrnt[s]); in DMPlexCreateConnectivity_pforest()