Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplextree.c655 PetscInt aMin = PETSC_INT_MAX, aMax = PETSC_INT_MIN; in DMPlexCreateAnchors_Tree() local
676 aMax = PetscMax(aMax, p + 1); in DMPlexCreateAnchors_Tree()
679 if (aMin > aMax) { in DMPlexCreateAnchors_Tree()
681 aMax = -1; in DMPlexCreateAnchors_Tree()
684 PetscCall(PetscSectionSetChart(aSec, aMin, aMax)); in DMPlexCreateAnchors_Tree()
685 for (p = aMin; p < aMax; p++) { in DMPlexCreateAnchors_Tree()
710 for (p = aMin; p < aMax; p++) { in DMPlexCreateAnchors_Tree()