Searched refs:DMPolytopeConvertNewOrientation_Internal (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/forest/p4est/ |
| H A D | pforest.h | 1629 orient = DMPolytopeConvertNewOrientation_Internal(ct, ornt[i]); in DMPlexCreateConnectivity_pforest() 1651 …myOrnt[s] = DihedralCompose(N, orient, DMPolytopeConvertNewOrientation_Internal(ct, P4estFaceToPet… in DMPlexCreateConnectivity_pforest() 1706 cellOrnt = DMPolytopeConvertNewOrientation_Internal(ct, cellOrnt); in DMPlexCreateConnectivity_pforest() 1712 …totalOrient = DihedralCompose(2, cellOrnt, DMPolytopeConvertNewOrientation_Internal(DM_POLYTOPE_SE… in DMPlexCreateConnectivity_pforest() 1984 oBtrue = DMPolytopeConvertNewOrientation_Internal(ct, oBtrue); in DMReferenceTreeGetChildSymmetry_pforest() 1985 …ABswap = DihedralSwap(coneSize, DMPolytopeConvertNewOrientation_Internal(ct, oA[i]), oBtrue… in DMReferenceTreeGetChildSymmetry_pforest() 2616 ornt = DMPolytopeConvertNewOrientation_Internal(ct, ornt); in DMPforestGetTransferSF_Point() 2633 … parentOrnt = DMPolytopeConvertNewOrientation_Internal(rct, rootClosure[2 * rcl + 1]); in DMPforestGetTransferSF_Point() 2638 …ChildSymmetry(refTree, parent, parentOrnt, ornt, point, DMPolytopeConvertNewOrientation_Internal(r… in DMPforestGetTransferSF_Point()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 125 oBtrue = DMPolytopeConvertNewOrientation_Internal(ct, oBtrue); in DMPlexReferenceTreeGetChildSymmetry_Default() 126 …ABswap = DihedralSwap(coneSize, DMPolytopeConvertNewOrientation_Internal(ct, oA[i]), oBtrue… in DMPlexReferenceTreeGetChildSymmetry_Default() 1842 parentOrientA = DMPolytopeConvertNewOrientation_Internal(pct, parentOrientA); in DMPlexTreeRefineCell() 1843 parentOrientB = DMPolytopeConvertNewOrientation_Internal(qct, parentOrientB); in DMPlexTreeRefineCell() 1943 … oTrue = DMPolytopeConvertNewOrientation_Internal(ct, orientation[m]); in DMPlexTreeRefineCell()
|
| H A D | plex.c | 3877 PetscInt DMPolytopeConvertNewOrientation_Internal(DMPolytopeType ct, PetscInt o) in DMPolytopeConvertNewOrientation_Internal() function
|
| /petsc/include/petsc/private/ |
| H A D | dmpleximpl.h | 466 PETSC_INTERN PetscInt DMPolytopeConvertNewOrientation_Internal(DMPolytopeType, PetscInt);
|