Searched refs:preO (Results 1 – 1 of 1) sorted by relevance
1925 PetscInt preO = preOrient[k]; in DMPlexTreeRefineCell() local1934 … PetscInt q, m = (preO >= 0) ? ((preO + l) % size) : ((size - (preO + 1) - l) % size); in DMPlexTreeRefineCell()