Home
last modified time | relevance | path

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

/petsc/src/dm/impls/forest/p4est/
H A Dpforest.h2718 PetscInt numMatch = 0; in DMPforestGetTransferSF_Point() local
2726 if (dirTest[m]) numMatch++; in DMPforestGetTransferSF_Point()
2728 if (numMatch == P4EST_DIM) { /* vertex on vertex */ in DMPforestGetTransferSF_Point()
2731 } else if (numMatch == 1) { /* vertex on face */ in DMPforestGetTransferSF_Point()
2740 } else if (numMatch == 2) { /* vertex on edge */ in DMPforestGetTransferSF_Point()