Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c84 PetscInt **node_list; member
692 gs->node_list = msg_nodes = (PetscInt **)malloc(sizeof(PetscInt *) * (nprs + 1)); in set_pairwise()
945 if (gs->node_list) { in PCTFS_gs_free()
947 if (gs->node_list[i]) free((void *)gs->node_list[i]); in PCTFS_gs_free()
949 free((void *)gs->node_list); in PCTFS_gs_free()
1144 msg_nodes = nodes = gs->node_list; in PCTFS_gs_gop_vec_pairwise_plus()
1332 msg_nodes = nodes = gs->node_list; in PCTFS_gs_gop_pairwise_plus_hc()