Lines Matching refs:PCTFS_gs_handle
37 PCTFS_gs_ADT PCTFS_gs_handle; member
138 PetscCall(PCTFS_gs_free(xxt_handle->mvi->PCTFS_gs_handle)); in XXT_free()
178 PCTFS_gs_ADT PCTFS_gs_handle; in xxt_generate() local
198 PCTFS_gs_handle = xxt_handle->mvi->PCTFS_gs_handle; in xxt_generate()
318 if (a_n != a_m) PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, v, "+\0", dim)); in xxt_generate()
473 PCTFS_gs_ADT PCTFS_gs_handle = xxt_handle->mvi->PCTFS_gs_handle; in det_separators() local
499 PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, lhs, "+\0", level)); in det_separators()
521 PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, lhs, "+\0", edge)); in det_separators()
525 PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, rhs, "+\0", edge)); in det_separators()
536 if (id < mask) PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, lhs, "+\0", edge - 1)); in det_separators()
537 else PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, rhs, "+\0", edge - 1)); in det_separators()
623 PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, lhs, "+\0", edge)); in det_separators()
627 PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, rhs, "+\0", edge)); in det_separators()
729 mvi->PCTFS_gs_handle = PCTFS_gs_init(local2global, m, PCTFS_num_nodes); in set_mvi()