Lines Matching refs:local2global
38 PetscInt *local2global; member
62 static mv_info *set_mvi(PetscInt *local2global, PetscInt n, PetscInt m, PetscErrorCode (*matv…
79 … PetscInt *local2global, /* global column mapping */ in XYT_factor() argument
96 …xyt_handle->mvi = set_mvi(local2global, n, m, (PetscErrorCode (*)(mv_info *, PetscScalar *, PetscS… in XYT_factor()
143 free(xyt_handle->mvi->local2global); in XYT_free()
235 PetscInt *a_local2global = xyt_handle->mvi->local2global; in xyt_generate()
584 PetscInt *local2global = xyt_handle->mvi->local2global; in det_separators() local
668 *--iptr = local2global[i]; in det_separators()
679 *--iptr = local2global[i]; in det_separators()
703 *--iptr = local2global[i]; in det_separators()
724 static mv_info *set_mvi(PetscInt *local2global, PetscInt n, PetscInt m, PetscErrorCode (*matvec)(mv… in set_mvi() argument
733 mvi->local2global = (PetscInt *)malloc((m + 1) * sizeof(PetscInt)); in set_mvi()
735 PCTFS_ivec_copy(mvi->local2global, local2global, m); in set_mvi()
736 mvi->local2global[m] = INT_MAX; in set_mvi()
741 mvi->PCTFS_gs_handle = PCTFS_gs_init(local2global, m, PCTFS_num_nodes); in set_mvi()