Searched refs:bottom_s (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | ivec.c | 231 PetscInt *top_s = size_stack, *bottom_s = size_stack; in PCTFS_ivec_sort() local 275 …PetscCheck(top_s - bottom_s < SORT_STACK, PETSC_COMM_SELF, PETSC_ERR_PLIB, "PCTFS_ivec_sort() :: S… in PCTFS_ivec_sort() 300 if (top_s == bottom_s) PetscFunctionReturn(PETSC_SUCCESS); in PCTFS_ivec_sort() 314 PetscInt *top_s = size_stack, *bottom_s = size_stack; in PCTFS_ivec_sort_companion() local 380 …PetscCheck(top_s - bottom_s < SORT_STACK, PETSC_COMM_SELF, PETSC_ERR_PLIB, "PCTFS_ivec_sort_compan… in PCTFS_ivec_sort_companion() 410 if (top_s == bottom_s) PetscFunctionReturn(PETSC_SUCCESS); in PCTFS_ivec_sort_companion() 425 PetscInt *top_s = size_stack, *bottom_s = size_stack; in PCTFS_ivec_sort_companion_hack() local 491 …PetscCheck(top_s - bottom_s < SORT_STACK, PETSC_COMM_SELF, PETSC_ERR_PLIB, "PCTFS_ivec_sort_compan… in PCTFS_ivec_sort_companion_hack() 520 if (top_s == bottom_s) PetscFunctionReturn(PETSC_SUCCESS); in PCTFS_ivec_sort_companion_hack()
|