Lines Matching refs:Control

82   double       Info[UMFPACK_INFO], Control[UMFPACK_CONTROL], *W;  member
134 …av, NULL, (PetscReal *)xa, NULL, (PetscReal *)ba, NULL, lu->Numeric, lu->Control, lu->Info, lu->Wi… in MatSolve_UMFPACK_Private()
136 …status = umfpack_UMF_wsolve(uflag, ai, aj, av, xa, ba, lu->Numeric, lu->Control, lu->Info, lu->Wi,… in MatSolve_UMFPACK_Private()
138 umfpack_UMF_report_info(lu->Control, lu->Info); in MatSolve_UMFPACK_Private()
140 umfpack_UMF_report_status(lu->Control, status); in MatSolve_UMFPACK_Private()
179 …status = umfpack_UMF_numeric(ai, aj, (double *)av, NULL, lu->Symbolic, &lu->Numeric, lu->Control, … in MatLUFactorNumeric_UMFPACK()
181 status = umfpack_UMF_numeric(ai, aj, av, lu->Symbolic, &lu->Numeric, lu->Control, lu->Info); in MatLUFactorNumeric_UMFPACK()
184 umfpack_UMF_report_status(lu->Control, status); in MatLUFactorNumeric_UMFPACK()
188 (void)umfpack_UMF_report_numeric(lu->Numeric, lu->Control); in MatLUFactorNumeric_UMFPACK()
222 …al("-mat_umfpack_prl", "Control[UMFPACK_PRL]", "None", lu->Control[UMFPACK_PRL], &lu->Control[UMFP… in MatLUFactorSymbolic_UMFPACK()
229 lu->Control[UMFPACK_STRATEGY] = UMFPACK_STRATEGY_AUTO; in MatLUFactorSymbolic_UMFPACK()
232 lu->Control[UMFPACK_STRATEGY] = UMFPACK_STRATEGY_UNSYMMETRIC; in MatLUFactorSymbolic_UMFPACK()
235 lu->Control[UMFPACK_STRATEGY] = UMFPACK_STRATEGY_SYMMETRIC; in MatLUFactorSymbolic_UMFPACK()
239 …STATIC_ARRAY_LENGTH(UmfpackOrderingTypes), UmfpackOrderingTypes[(int)lu->Control[UMFPACK_ORDERING]… in MatLUFactorSymbolic_UMFPACK()
240 if (flg) lu->Control[UMFPACK_ORDERING] = (int)idx; in MatLUFactorSymbolic_UMFPACK()
241 …k_dense_col", "Control[UMFPACK_DENSE_COL]", "None", lu->Control[UMFPACK_DENSE_COL], &lu->Control[U… in MatLUFactorSymbolic_UMFPACK()
242 …k_dense_row", "Control[UMFPACK_DENSE_ROW]", "None", lu->Control[UMFPACK_DENSE_ROW], &lu->Control[U… in MatLUFactorSymbolic_UMFPACK()
243 …k_amd_dense", "Control[UMFPACK_AMD_DENSE]", "None", lu->Control[UMFPACK_AMD_DENSE], &lu->Control[U… in MatLUFactorSymbolic_UMFPACK()
244 …block_size", "Control[UMFPACK_BLOCK_SIZE]", "None", lu->Control[UMFPACK_BLOCK_SIZE], &lu->Control[… in MatLUFactorSymbolic_UMFPACK()
245 …("-mat_umfpack_fixq", "Control[UMFPACK_FIXQ]", "None", lu->Control[UMFPACK_FIXQ], &lu->Control[UMF… in MatLUFactorSymbolic_UMFPACK()
246 …aggressive", "Control[UMFPACK_AGGRESSIVE]", "None", lu->Control[UMFPACK_AGGRESSIVE], &lu->Control[… in MatLUFactorSymbolic_UMFPACK()
249 …ce", "Control[UMFPACK_PIVOT_TOLERANCE]", "None", lu->Control[UMFPACK_PIVOT_TOLERANCE], &lu->Contro… in MatLUFactorSymbolic_UMFPACK()
250 …Control[UMFPACK_SYM_PIVOT_TOLERANCE]", "None", lu->Control[UMFPACK_SYM_PIVOT_TOLERANCE], &lu->Cont… in MatLUFactorSymbolic_UMFPACK()
255 lu->Control[UMFPACK_SCALE] = UMFPACK_SCALE_NONE; in MatLUFactorSymbolic_UMFPACK()
258 lu->Control[UMFPACK_SCALE] = UMFPACK_SCALE_SUM; in MatLUFactorSymbolic_UMFPACK()
261 lu->Control[UMFPACK_SCALE] = UMFPACK_SCALE_MAX; in MatLUFactorSymbolic_UMFPACK()
265 …alloc_init", "Control[UMFPACK_ALLOC_INIT]", "None", lu->Control[UMFPACK_ALLOC_INIT], &lu->Control[… in MatLUFactorSymbolic_UMFPACK()
266 …t", "Control[UMFPACK_FRONT_ALLOC_INIT]", "None", lu->Control[UMFPACK_FRONT_ALLOC_INIT], &lu->Contr… in MatLUFactorSymbolic_UMFPACK()
267 …mfpack_droptol", "Control[UMFPACK_DROPTOL]", "None", lu->Control[UMFPACK_DROPTOL], &lu->Control[UM… in MatLUFactorSymbolic_UMFPACK()
270 …t_umfpack_irstep", "Control[UMFPACK_IRSTEP]", "None", lu->Control[UMFPACK_IRSTEP], &lu->Control[UM… in MatLUFactorSymbolic_UMFPACK()
282 if (lu->Control[UMFPACK_PRL] > 1) umfpack_UMF_report_control(lu->Control); in MatLUFactorSymbolic_UMFPACK()
287 …status = umfpack_UMF_qsymbolic(n, m, ai, aj, av, lu->perm_c, &lu->Symbolic, lu->Control, lu->Info); in MatLUFactorSymbolic_UMFPACK()
289 …status = umfpack_UMF_qsymbolic(n, m, ai, aj, NULL, NULL, lu->perm_c, &lu->Symbolic, lu->Control, l… in MatLUFactorSymbolic_UMFPACK()
293 status = umfpack_UMF_symbolic(n, m, ai, aj, av, &lu->Symbolic, lu->Control, lu->Info); in MatLUFactorSymbolic_UMFPACK()
295 status = umfpack_UMF_symbolic(n, m, ai, aj, NULL, NULL, &lu->Symbolic, lu->Control, lu->Info); in MatLUFactorSymbolic_UMFPACK()
299 umfpack_UMF_report_info(lu->Control, lu->Info); in MatLUFactorSymbolic_UMFPACK()
300 umfpack_UMF_report_status(lu->Control, status); in MatLUFactorSymbolic_UMFPACK()
304 (void)umfpack_UMF_report_symbolic(lu->Symbolic, lu->Control); in MatLUFactorSymbolic_UMFPACK()
321 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_PRL]: %g\n", lu->Control[UMFPACK_PRL])… in MatView_Info_UMFPACK()
324 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_STRATEGY]: %g\n", lu->Control[UMFPACK_… in MatView_Info_UMFPACK()
325 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_DENSE_COL]: %g\n", lu->Control[UMFPACK… in MatView_Info_UMFPACK()
326 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_DENSE_ROW]: %g\n", lu->Control[UMFPACK… in MatView_Info_UMFPACK()
327 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_AMD_DENSE]: %g\n", lu->Control[UMFPACK… in MatView_Info_UMFPACK()
328 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_BLOCK_SIZE]: %g\n", lu->Control[UMFPAC… in MatView_Info_UMFPACK()
329 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_FIXQ]: %g\n", lu->Control[UMFPACK_FIXQ… in MatView_Info_UMFPACK()
330 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_AGGRESSIVE]: %g\n", lu->Control[UMFPAC… in MatView_Info_UMFPACK()
333 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_PIVOT_TOLERANCE]: %g\n", lu->Control[U… in MatView_Info_UMFPACK()
334 …rASCIIPrintf(viewer, " Control[UMFPACK_SYM_PIVOT_TOLERANCE]: %g\n", lu->Control[UMFPACK_SYM_PIVOT… in MatView_Info_UMFPACK()
335 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_SCALE]: %g\n", lu->Control[UMFPACK_SCA… in MatView_Info_UMFPACK()
336 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_ALLOC_INIT]: %g\n", lu->Control[UMFPAC… in MatView_Info_UMFPACK()
337 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_DROPTOL]: %g\n", lu->Control[UMFPACK_D… in MatView_Info_UMFPACK()
340 …PetscCall(PetscViewerASCIIPrintf(viewer, " Control[UMFPACK_IRSTEP]: %g\n", lu->Control[UMFPACK_IR… in MatView_Info_UMFPACK()
343 …NG]: %s (not using the PETSc ordering)\n", UmfpackOrderingTypes[(int)lu->Control[UMFPACK_ORDERING]… in MatView_Info_UMFPACK()
440 umfpack_UMF_defaults(lu->Control); in MatGetFactor_seqaij_umfpack()
442 lu->Control[UMFPACK_IRSTEP] = 0; /* max num of iterative refinement steps to attempt */ in MatGetFactor_seqaij_umfpack()