Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2695 PetscInt maxDir = PetscMax((direction + 1) % 3, (direction + 2) % 3); in DMPforestGetTransferSF_Point() local
2699 dirTest[1] = (PetscBool)(coarseBound[mod / 2][maxDir] == fineBound[mod / 2][maxDir]); in DMPforestGetTransferSF_Point()
2708 coarseFace = 2 * maxDir + (mod / 2); in DMPforestGetTransferSF_Point()
2746 PetscInt maxDir = PetscMax(otherDir1, otherDir2); in DMPforestGetTransferSF_Point() local
2748 coarseEdge = m * 4 + 2 * ((vertex >> maxDir) & 1) + ((vertex >> minDir) & 1); in DMPforestGetTransferSF_Point()