Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Ddmp4est.c6 static const PetscInt PetscVertToP4estVert[4] = {0, 1, 3, 2}; variable
H A Ddmp8est.c18 static const PetscInt PetscVertToP4estVert[8] = {0, 2, 3, 1, 4, 5, 7, 6}; variable
H A Dpforest.h1748 PetscInt p4estVert = PetscVertToP4estVert[c]; in DMPlexCreateConnectivity_pforest()
1778 PetscInt p4estVert = PetscVertToP4estVert[v]; in DMPlexCreateConnectivity_pforest()
2715 PetscInt vertex = PetscVertToP4estVert[P4EST_CHILDREN - (P4EST_INSUL - j)]; in DMPforestGetTransferSF_Point()
3344 l = PetscVertToP4estVert[l - (1 + P4EST_FACES + P8EST_EDGES)]; in DMPforestLabelsInitialize()
3346 l = PetscVertToP4estVert[l - (1 + P4EST_FACES)]; in DMPforestLabelsInitialize()
3871 PetscInt corner = PetscVertToP4estVert[c]; in PforestCheckLocalizeCell()
3918 PetscInt corner = PetscVertToP4estVert[c]; in PforestLocalizeCell()