Home
last modified time | relevance | path

Searched refs:pw_elm_list (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c86 PetscInt *pw_elm_list; member
411 …if ((PCTFS_ivec_binary_search(**reduce, gs->pw_elm_list, gs->len_pw_list) >= 0) || PCTFS_ivec_bina… in gsi_via_bit_mask()
445 elms = gs->pw_elm_list; in gsi_via_bit_mask()
684 gs->pw_elm_list = pairwise_elm_list = (PetscInt *)malloc((len_pair_list + 1) * sizeof(PetscInt)); in set_pairwise()
944 if (gs->pw_elm_list) free((void *)gs->pw_elm_list); in PCTFS_gs_free()
1145 iptr = pw = gs->pw_elm_list; in PCTFS_gs_gop_vec_pairwise_plus()
1333 iptr = pw = gs->pw_elm_list; in PCTFS_gs_gop_pairwise_plus_hc()