Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dgs.c661 PetscInt *msg_list, *msg_size, **msg_nodes, nprs; in set_pairwise() local
692 gs->node_list = msg_nodes = (PetscInt **)malloc(sizeof(PetscInt *) * (nprs + 1)); in set_pairwise()
730 msg_nodes[i] = iptr = (PetscInt *)malloc(sizeof(PetscInt) * (ct + 1)); in set_pairwise()
739 msg_nodes[nprs] = NULL; in set_pairwise()
1134 PetscInt *iptr, *msg_list, *msg_size, **msg_nodes; in PCTFS_gs_gop_vec_pairwise_plus() local
1144 msg_nodes = nodes = gs->node_list; in PCTFS_gs_gop_vec_pairwise_plus()
1161 } while (*++msg_nodes); in PCTFS_gs_gop_vec_pairwise_plus()
1162 msg_nodes = nodes; in PCTFS_gs_gop_vec_pairwise_plus()
1172 while ((iptr = *msg_nodes++)) { in PCTFS_gs_gop_vec_pairwise_plus()
1189 msg_nodes = nodes; in PCTFS_gs_gop_vec_pairwise_plus()
[all …]