Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/tfs/
H A Dxxt.c37 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()
[all …]
H A Dxyt.c39 PCTFS_gs_ADT PCTFS_gs_handle; member
144 PetscCall(PCTFS_gs_free(xyt_handle->mvi->PCTFS_gs_handle)); in XYT_free()
231 PCTFS_gs_ADT PCTFS_gs_handle; in xyt_generate() local
254 PCTFS_gs_handle = xyt_handle->mvi->PCTFS_gs_handle; in xyt_generate()
387 if (a_n != a_m) PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, v, "+\0", dim)); in xyt_generate()
583 PCTFS_gs_ADT PCTFS_gs_handle = xyt_handle->mvi->PCTFS_gs_handle; in det_separators() local
609 PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, lhs, "+\0", level)); in det_separators()
637 PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, lhs, "+\0", edge)); in det_separators()
641 PetscCall(PCTFS_gs_gop_hc(PCTFS_gs_handle, rhs, "+\0", edge)); in det_separators()
741 mvi->PCTFS_gs_handle = PCTFS_gs_init(local2global, m, PCTFS_num_nodes); in set_mvi()