Home
last modified time | relevance | path

Searched refs:PetscFaceToP4estFace (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/forest/p4est/
H A Ddmp4est.c3 static const PetscInt PetscFaceToP4estFace[4] = {2, 1, 3, 0}; variable
H A Ddmp8est.c12 static const PetscInt PetscFaceToP4estFace[6] = {4, 5, 2, 3, 1, 0}; variable
H A Dpforest.h1639 ttf[P4EST_FACES * (p - cStart) + PetscFaceToP4estFace[i]] = f - fStart; in DMPlexCreateConnectivity_pforest()
1642 conn->tree_to_tree[P4EST_FACES * (p - cStart) + PetscFaceToP4estFace[i]] = p - cStart; in DMPlexCreateConnectivity_pforest()
1643 …conn->tree_to_face[P4EST_FACES * (p - cStart) + PetscFaceToP4estFace[i]] = (int8_t)PetscFaceToP4es… in DMPlexCreateConnectivity_pforest()
1647 … conn->tree_to_tree[P4EST_FACES * (p - cStart) + PetscFaceToP4estFace[i]] = supp[1 - s] - cStart; in DMPlexCreateConnectivity_pforest()
1648 …myFace[s] = PetscFaceToP4estFace[i]; in DMPlexCreateConnectivity_pforest()
2678 PetscInt face = PetscFaceToP4estFace[j - 1]; in DMPforestGetTransferSF_Point()
3263 l = PetscFaceToP4estFace[l - 1]; in DMPforestLabelsInitialize()