Searched refs:top_s (Results 1 – 1 of 1) sorted by relevance
231 PetscInt *top_s = size_stack, *bottom_s = size_stack; in PCTFS_ivec_sort() local275 …PetscCheck(top_s - bottom_s < SORT_STACK, PETSC_COMM_SELF, PETSC_ERR_PLIB, "PCTFS_ivec_sort() :: S… in PCTFS_ivec_sort()278 if ((*top_s = size - ((PetscInt)(pi - ar)))) { in PCTFS_ivec_sort()280 size -= *top_s + 2; in PCTFS_ivec_sort()281 top_s++; in PCTFS_ivec_sort()282 } else if (size -= *top_s + 2) in PCTFS_ivec_sort()285 size = *(--top_s); in PCTFS_ivec_sort()300 if (top_s == bottom_s) PetscFunctionReturn(PETSC_SUCCESS); in PCTFS_ivec_sort()304 size = *(--top_s); in PCTFS_ivec_sort()314 PetscInt *top_s = size_stack, *bottom_s = size_stack; in PCTFS_ivec_sort_companion() local[all …]