Searched refs:max_left_over (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/tfs/ |
| H A D | gs.c | 97 PetscInt max_left_over; member 393 if (gs->max_left_over) PetscCall(set_tree(gs)); in gsi_via_bit_mask() 646 gs->max_left_over = ntree; in get_ngh_buf() 921 if (gs->max_left_over) { in PCTFS_gs_free() 1004 else if (gs->max_left_over) PetscCall(PCTFS_gs_gop_vec_tree_plus(gs, vals, step)); in PCTFS_gs_gop_vec_plus() 1012 else if (gs->max_left_over) PetscCall(PCTFS_gs_gop_vec_tree_plus(gs, vals, step)); in PCTFS_gs_gop_vec_plus() 1186 if (gs->max_left_over) PetscCall(PCTFS_gs_gop_vec_tree_plus(gs, in_vals, step)); in PCTFS_gs_gop_vec_pairwise_plus() 1302 else if (gs->max_left_over) PetscCall(PCTFS_gs_gop_tree_plus_hc(gs, vals, dim)); in PCTFS_gs_gop_plus_hc() 1308 else if (gs->max_left_over) PetscCall(PCTFS_gs_gop_tree_plus_hc(gs, vals, dim)); in PCTFS_gs_gop_plus_hc() 1379 if (gs->max_left_over) PetscCall(PCTFS_gs_gop_tree_plus_hc(gs, in_vals, dim)); in PCTFS_gs_gop_pairwise_plus_hc()
|