Home
last modified time | relevance | path

Searched refs:aMin (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
675 aMin = PetscMin(aMin, p); in DMPlexCreateAnchors_Tree()
679 if (aMin > aMax) { in DMPlexCreateAnchors_Tree()
680 aMin = -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()