Searched refs:fifo (Results 1 – 1 of 1) sorted by relevance
4133 PetscInt *closure, *fifo; in DMPlexGetTransitiveClosure_Internal() local4154 PetscCall(DMGetWorkArray(dm, 3 * maxSize, MPIU_INT, &fifo)); in DMPlexGetTransitiveClosure_Internal()4160 fifo[fifoSize++] = p; in DMPlexGetTransitiveClosure_Internal()4161 fifo[fifoSize++] = ornt; in DMPlexGetTransitiveClosure_Internal()4162 fifo[fifoSize++] = ct; in DMPlexGetTransitiveClosure_Internal()4165 const PetscInt q = fifo[fifoStart++]; in DMPlexGetTransitiveClosure_Internal()4166 const PetscInt o = fifo[fifoStart++]; in DMPlexGetTransitiveClosure_Internal()4167 const DMPolytopeType qt = (DMPolytopeType)fifo[fifoStart++]; in DMPlexGetTransitiveClosure_Internal()4192 fifo[fifoSize++] = cp; in DMPlexGetTransitiveClosure_Internal()4193 fifo[fifoSize++] = co; in DMPlexGetTransitiveClosure_Internal()[all …]