Lines Matching refs:PetscViewerASCIIPrintf

729     PetscCall(PetscViewerASCIIPrintf(viewer, "  HYPRE Pilut preconditioning\n"));  in PCView_HYPRE_Pilut()
731 …PetscCall(PetscViewerASCIIPrintf(viewer, " maximum number of iterations %" PetscInt_FMT "\n", j… in PCView_HYPRE_Pilut()
733 PetscCall(PetscViewerASCIIPrintf(viewer, " default maximum number of iterations \n")); in PCView_HYPRE_Pilut()
736 PetscCall(PetscViewerASCIIPrintf(viewer, " drop tolerance %g\n", (double)jac->tol)); in PCView_HYPRE_Pilut()
738 PetscCall(PetscViewerASCIIPrintf(viewer, " default drop tolerance \n")); in PCView_HYPRE_Pilut()
741 …PetscCall(PetscViewerASCIIPrintf(viewer, " factor row size %" PetscInt_FMT "\n", jac->factorrow… in PCView_HYPRE_Pilut()
743 PetscCall(PetscViewerASCIIPrintf(viewer, " default factor row size \n")); in PCView_HYPRE_Pilut()
851 PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE ILU preconditioning\n")); in PCView_HYPRE_ILU()
853 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU type %s (%" PetscInt_FMT ")\n", HYP… in PCView_HYPRE_ILU()
855 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU level %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_ILU()
857 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU max iterations %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_ILU()
859 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU max NNZ per row %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_ILU()
861 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU triangular solve %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_ILU()
863 PetscCall(PetscViewerASCIIPrintf(viewer, " ILU tolerance %e\n", tmpdbl)); in PCView_HYPRE_ILU()
865 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU drop tolerance %e / %e / %e\n", tmpdbl3[0], t… in PCView_HYPRE_ILU()
867 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU local reordering %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_ILU()
869 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU lower Jacobi iterations %" PetscInt_FMT "\n", i… in PCView_HYPRE_ILU()
871 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU upper Jacobi iterations %" PetscInt_FMT "\n", i… in PCView_HYPRE_ILU()
873 PetscCall(PetscViewerASCIIPrintf(viewer, " ILU print level %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_ILU()
875 PetscCall(PetscViewerASCIIPrintf(viewer, " ILU logging level %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_ILU()
877 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU iterative setup type %s (%" PetscInt_F… in PCView_HYPRE_ILU()
879 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU iterative setup option %" PetscInt_FMT "… in PCView_HYPRE_ILU()
881 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU iterative setup max iterations %" PetscInt_FMT "… in PCView_HYPRE_ILU()
883 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU iterative setup tolerance %e\n", tmpdbl)); in PCView_HYPRE_ILU()
924 PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE Euclid preconditioning\n")); in PCView_HYPRE_Euclid()
926 …PetscCall(PetscViewerASCIIPrintf(viewer, " factorization levels %" PetscInt_FMT "\n", jac->eu_l… in PCView_HYPRE_Euclid()
928 PetscCall(PetscViewerASCIIPrintf(viewer, " default factorization levels \n")); in PCView_HYPRE_Euclid()
930 …PetscCall(PetscViewerASCIIPrintf(viewer, " drop tolerance %g\n", (double)jac->eu_droptolerance)… in PCView_HYPRE_Euclid()
931 …PetscCall(PetscViewerASCIIPrintf(viewer, " use Block-Jacobi? %" PetscInt_FMT "\n", jac->eu_bj)); in PCView_HYPRE_Euclid()
1389 PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE BoomerAMG preconditioning\n")); in PCView_HYPRE_BoomerAMG()
1390 …PetscCall(PetscViewerASCIIPrintf(viewer, " Cycle type %s\n", HYPREBoomerAMGCycleType[jac->cycle… in PCView_HYPRE_BoomerAMG()
1391 …PetscCall(PetscViewerASCIIPrintf(viewer, " Maximum number of levels %" PetscInt_FMT "\n", jac->… in PCView_HYPRE_BoomerAMG()
1392 …PetscCall(PetscViewerASCIIPrintf(viewer, " Maximum number of iterations PER hypre call %" Petsc… in PCView_HYPRE_BoomerAMG()
1393 …PetscCall(PetscViewerASCIIPrintf(viewer, " Convergence tolerance PER hypre call %g\n", (double)… in PCView_HYPRE_BoomerAMG()
1394 …PetscCall(PetscViewerASCIIPrintf(viewer, " Threshold for strong coupling %g\n", (double)jac->st… in PCView_HYPRE_BoomerAMG()
1395 …PetscCall(PetscViewerASCIIPrintf(viewer, " Interpolation truncation factor %g\n", (double)jac->… in PCView_HYPRE_BoomerAMG()
1396 …PetscCall(PetscViewerASCIIPrintf(viewer, " Interpolation: max elements per row %" PetscInt_FMT … in PCView_HYPRE_BoomerAMG()
1397 …if (jac->interp_refine) PetscCall(PetscViewerASCIIPrintf(viewer, " Interpolation: number of ste… in PCView_HYPRE_BoomerAMG()
1398 …PetscCall(PetscViewerASCIIPrintf(viewer, " Number of levels of aggressive coarsening %" PetscIn… in PCView_HYPRE_BoomerAMG()
1399 …PetscCall(PetscViewerASCIIPrintf(viewer, " Number of paths for aggressive coarsening %" PetscIn… in PCView_HYPRE_BoomerAMG()
1401 PetscCall(PetscViewerASCIIPrintf(viewer, " Maximum row sums %g\n", (double)jac->maxrowsum)); in PCView_HYPRE_BoomerAMG()
1403 …PetscCall(PetscViewerASCIIPrintf(viewer, " Sweeps down %" PetscInt_FMT "\n", jac->grids… in PCView_HYPRE_BoomerAMG()
1404 …PetscCall(PetscViewerASCIIPrintf(viewer, " Sweeps up %" PetscInt_FMT "\n", jac->grids… in PCView_HYPRE_BoomerAMG()
1405 …PetscCall(PetscViewerASCIIPrintf(viewer, " Sweeps on coarse %" PetscInt_FMT "\n", jac->grids… in PCView_HYPRE_BoomerAMG()
1407 …PetscCall(PetscViewerASCIIPrintf(viewer, " Relax down %s\n", jac->relaxtype[0] < 0 ? "… in PCView_HYPRE_BoomerAMG()
1408 …PetscCall(PetscViewerASCIIPrintf(viewer, " Relax up %s\n", jac->relaxtype[1] < 0 ? "… in PCView_HYPRE_BoomerAMG()
1409 …PetscCall(PetscViewerASCIIPrintf(viewer, " Relax on coarse %s\n", HYPREBoomerAMGRelaxType[j… in PCView_HYPRE_BoomerAMG()
1411 …PetscCall(PetscViewerASCIIPrintf(viewer, " Relax weight (all) %g\n", (double)jac->relaxwe… in PCView_HYPRE_BoomerAMG()
1412 …PetscCall(PetscViewerASCIIPrintf(viewer, " Outer relax weight (all) %g\n", (double)jac->outerre… in PCView_HYPRE_BoomerAMG()
1414 …PetscCall(PetscViewerASCIIPrintf(viewer, " Maximum size of coarsest grid %" PetscInt_FMT "\n", … in PCView_HYPRE_BoomerAMG()
1415 …PetscCall(PetscViewerASCIIPrintf(viewer, " Minimum size of coarsest grid %" PetscInt_FMT "\n", … in PCView_HYPRE_BoomerAMG()
1418 PetscCall(PetscViewerASCIIPrintf(viewer, " CF-relaxation option not yet determined\n")); in PCView_HYPRE_BoomerAMG()
1420 PetscCall(PetscViewerASCIIPrintf(viewer, " Using CF-relaxation\n")); in PCView_HYPRE_BoomerAMG()
1422 PetscCall(PetscViewerASCIIPrintf(viewer, " Not using CF-relaxation\n")); in PCView_HYPRE_BoomerAMG()
1425 …PetscCall(PetscViewerASCIIPrintf(viewer, " Smooth type %s\n", HYPREBoomerAMGSmoothType… in PCView_HYPRE_BoomerAMG()
1426 …PetscCall(PetscViewerASCIIPrintf(viewer, " Smooth num levels %" PetscInt_FMT "\n", jac->smoo… in PCView_HYPRE_BoomerAMG()
1427 …PetscCall(PetscViewerASCIIPrintf(viewer, " Smooth num sweeps %" PetscInt_FMT "\n", jac->smoo… in PCView_HYPRE_BoomerAMG()
1430 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU type %s (%" PetscInt_FMT ")\n", HYP… in PCView_HYPRE_BoomerAMG()
1432 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU level %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_BoomerAMG()
1434 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU max iterations %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_BoomerAMG()
1436 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU max NNZ per row %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_BoomerAMG()
1438 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU triangular solve %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_BoomerAMG()
1440 PetscCall(PetscViewerASCIIPrintf(viewer, " ILU tolerance %e\n", val)); in PCView_HYPRE_BoomerAMG()
1442 PetscCall(PetscViewerASCIIPrintf(viewer, " ILU drop tolerance %e\n", val)); in PCView_HYPRE_BoomerAMG()
1444 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU local reordering %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_BoomerAMG()
1446 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU lower Jacobi iterations %" PetscInt_FMT "\n", i… in PCView_HYPRE_BoomerAMG()
1448 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU upper Jacobi iterations %" PetscInt_FMT "\n", i… in PCView_HYPRE_BoomerAMG()
1450 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU print level %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_BoomerAMG()
1452 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU logging level %" PetscInt_FMT "\n", indx)); in PCView_HYPRE_BoomerAMG()
1454 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU iterative setup type %s (%" PetscInt_F… in PCView_HYPRE_BoomerAMG()
1456 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU iterative setup option %" PetscInt_FMT "… in PCView_HYPRE_BoomerAMG()
1458 …PetscCall(PetscViewerASCIIPrintf(viewer, " ILU iterative setup max iterations %" PetscInt_FMT "… in PCView_HYPRE_BoomerAMG()
1460 … PetscCall(PetscViewerASCIIPrintf(viewer, " ILU iterative setup tolerance %e\n", val)); in PCView_HYPRE_BoomerAMG()
1463 PetscCall(PetscViewerASCIIPrintf(viewer, " Not using more complex smoothers.\n")); in PCView_HYPRE_BoomerAMG()
1466 …PetscCall(PetscViewerASCIIPrintf(viewer, " Euclid ILU(k) levels %" PetscInt_FMT "\n", jac->eu_l… in PCView_HYPRE_BoomerAMG()
1467 …PetscCall(PetscViewerASCIIPrintf(viewer, " Euclid ILU(k) drop tolerance %g\n", (double)jac->eu_… in PCView_HYPRE_BoomerAMG()
1468 …PetscCall(PetscViewerASCIIPrintf(viewer, " Euclid ILU use Block-Jacobi? %" PetscInt_FMT "\n", j… in PCView_HYPRE_BoomerAMG()
1470 …PetscCall(PetscViewerASCIIPrintf(viewer, " Measure type %s\n", HYPREBoomerAMGMeasureType… in PCView_HYPRE_BoomerAMG()
1471 …PetscCall(PetscViewerASCIIPrintf(viewer, " Coarsen type %s\n", jac->coarsentype < 0 ? "n… in PCView_HYPRE_BoomerAMG()
1472 …PetscCall(PetscViewerASCIIPrintf(viewer, " Interpolation type %s\n", jac->interptype != 100 ? … in PCView_HYPRE_BoomerAMG()
1473 …if (jac->nodal_coarsening) PetscCall(PetscViewerASCIIPrintf(viewer, " Using nodal coarsening wi… in PCView_HYPRE_BoomerAMG()
1475 …PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE_BoomerAMGSetInterpVecVariant() %" PetscInt_FMT… in PCView_HYPRE_BoomerAMG()
1476 …PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE_BoomerAMGSetInterpVecQMax() %" PetscInt_FMT "\… in PCView_HYPRE_BoomerAMG()
1477 …PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE_BoomerAMGSetSmoothInterpVectors() %d\n", jac->… in PCView_HYPRE_BoomerAMG()
1479 …if (jac->nodal_relax) PetscCall(PetscViewerASCIIPrintf(viewer, " Using nodal relaxation via Sch… in PCView_HYPRE_BoomerAMG()
1481 PetscCall(PetscViewerASCIIPrintf(viewer, " SpGEMM type %s\n", jac->spgemm_type)); in PCView_HYPRE_BoomerAMG()
1483 PetscCall(PetscViewerASCIIPrintf(viewer, " SpGEMM type %s\n", "hypre")); in PCView_HYPRE_BoomerAMG()
1487 …PetscCall(PetscViewerASCIIPrintf(viewer, " Using approximate ideal restriction type %" PetscInt… in PCView_HYPRE_BoomerAMG()
1488 …PetscCall(PetscViewerASCIIPrintf(viewer, " Threshold for R %g\n", (double)jac->Rstrongthresho… in PCView_HYPRE_BoomerAMG()
1489 …PetscCall(PetscViewerASCIIPrintf(viewer, " Filter for R %g\n", (double)jac->Rfilterthreshold)… in PCView_HYPRE_BoomerAMG()
1490 … PetscCall(PetscViewerASCIIPrintf(viewer, " A drop tolerance %g\n", (double)jac->Adroptol)); in PCView_HYPRE_BoomerAMG()
1491 …PetscCall(PetscViewerASCIIPrintf(viewer, " A drop type %" PetscInt_FMT "\n", jac->Adroptype)); in PCView_HYPRE_BoomerAMG()
1541 PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE ParaSails preconditioning\n")); in PCView_HYPRE_ParaSails()
1542 PetscCall(PetscViewerASCIIPrintf(viewer, " nlevels %" PetscInt_FMT "\n", jac->nlevels)); in PCView_HYPRE_ParaSails()
1543 PetscCall(PetscViewerASCIIPrintf(viewer, " threshold %g\n", (double)jac->threshold)); in PCView_HYPRE_ParaSails()
1544 PetscCall(PetscViewerASCIIPrintf(viewer, " filter %g\n", (double)jac->filter)); in PCView_HYPRE_ParaSails()
1545 PetscCall(PetscViewerASCIIPrintf(viewer, " load balance %g\n", (double)jac->loadbal)); in PCView_HYPRE_ParaSails()
1546 …PetscCall(PetscViewerASCIIPrintf(viewer, " reuse nonzero structure %s\n", PetscBools[jac->ruse]… in PCView_HYPRE_ParaSails()
1547 …PetscCall(PetscViewerASCIIPrintf(viewer, " print info to screen %s\n", PetscBools[jac->logging]… in PCView_HYPRE_ParaSails()
1552 PetscCall(PetscViewerASCIIPrintf(viewer, " %s\n", symt)); in PCView_HYPRE_ParaSails()
1614 PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE AMS preconditioning\n")); in PCView_HYPRE_AMS()
1615 …PetscCall(PetscViewerASCIIPrintf(viewer, " subspace iterations per application %" PetscInt_FMT … in PCView_HYPRE_AMS()
1616 …PetscCall(PetscViewerASCIIPrintf(viewer, " subspace cycle type %" PetscInt_FMT "\n", jac->ams_c… in PCView_HYPRE_AMS()
1617 …PetscCall(PetscViewerASCIIPrintf(viewer, " subspace iteration tolerance %g\n", (double)jac->as_… in PCView_HYPRE_AMS()
1618 …PetscCall(PetscViewerASCIIPrintf(viewer, " smoother type %" PetscInt_FMT "\n", jac->as_relax_ty… in PCView_HYPRE_AMS()
1619 …PetscCall(PetscViewerASCIIPrintf(viewer, " number of smoothing steps %" PetscInt_FMT "\n", jac-… in PCView_HYPRE_AMS()
1620 …PetscCall(PetscViewerASCIIPrintf(viewer, " smoother weight %g\n", (double)jac->as_relax_weight)… in PCView_HYPRE_AMS()
1621 PetscCall(PetscViewerASCIIPrintf(viewer, " smoother omega %g\n", (double)jac->as_omega)); in PCView_HYPRE_AMS()
1623 PetscCall(PetscViewerASCIIPrintf(viewer, " vector Poisson solver (passed in by user)\n")); in PCView_HYPRE_AMS()
1625 PetscCall(PetscViewerASCIIPrintf(viewer, " vector Poisson solver (computed) \n")); in PCView_HYPRE_AMS()
1627 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG coarsening type %" PetscInt_FMT "\n", … in PCView_HYPRE_AMS()
1628 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG levels of aggressive coarsening %" Pet… in PCView_HYPRE_AMS()
1629 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG relaxation type %" PetscInt_FMT "\n", … in PCView_HYPRE_AMS()
1630 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG interpolation type %" PetscInt_FMT "\n… in PCView_HYPRE_AMS()
1631 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG max nonzero elements in interpolation … in PCView_HYPRE_AMS()
1632 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG strength threshold %g\n", (double)jac-… in PCView_HYPRE_AMS()
1635 … PetscCall(PetscViewerASCIIPrintf(viewer, " scalar Poisson solver (passed in by user)\n")); in PCView_HYPRE_AMS()
1637 PetscCall(PetscViewerASCIIPrintf(viewer, " scalar Poisson solver (computed) \n")); in PCView_HYPRE_AMS()
1639 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG coarsening type %" PetscInt_FMT "\n", … in PCView_HYPRE_AMS()
1640 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG levels of aggressive coarsening %" Pet… in PCView_HYPRE_AMS()
1641 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG relaxation type %" PetscInt_FMT "\n", … in PCView_HYPRE_AMS()
1642 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG interpolation type %" PetscInt_FMT "\n… in PCView_HYPRE_AMS()
1643 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG max nonzero elements in interpolation … in PCView_HYPRE_AMS()
1644 …PetscCall(PetscViewerASCIIPrintf(viewer, " boomerAMG strength threshold %g\n", (double)jac-… in PCView_HYPRE_AMS()
1645 …if (jac->ams_beta_is_zero_part) PetscCall(PetscViewerASCIIPrintf(viewer, " compatible subsp… in PCView_HYPRE_AMS()
1647 …PetscCall(PetscViewerASCIIPrintf(viewer, " scalar Poisson solver not used (zero-conductivity ev… in PCView_HYPRE_AMS()
1708 PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE ADS preconditioning\n")); in PCView_HYPRE_ADS()
1709 …PetscCall(PetscViewerASCIIPrintf(viewer, " subspace iterations per application %" PetscInt_FMT … in PCView_HYPRE_ADS()
1710 …PetscCall(PetscViewerASCIIPrintf(viewer, " subspace cycle type %" PetscInt_FMT "\n", jac->ads_c… in PCView_HYPRE_ADS()
1711 …PetscCall(PetscViewerASCIIPrintf(viewer, " subspace iteration tolerance %g\n", (double)jac->as_… in PCView_HYPRE_ADS()
1712 …PetscCall(PetscViewerASCIIPrintf(viewer, " smoother type %" PetscInt_FMT "\n", jac->as_relax_ty… in PCView_HYPRE_ADS()
1713 …PetscCall(PetscViewerASCIIPrintf(viewer, " number of smoothing steps %" PetscInt_FMT "\n", jac-… in PCView_HYPRE_ADS()
1714 …PetscCall(PetscViewerASCIIPrintf(viewer, " smoother weight %g\n", (double)jac->as_relax_weight)… in PCView_HYPRE_ADS()
1715 PetscCall(PetscViewerASCIIPrintf(viewer, " smoother omega %g\n", (double)jac->as_omega)); in PCView_HYPRE_ADS()
1716 PetscCall(PetscViewerASCIIPrintf(viewer, " AMS solver using boomerAMG\n")); in PCView_HYPRE_ADS()
1717 …PetscCall(PetscViewerASCIIPrintf(viewer, " subspace cycle type %" PetscInt_FMT "\n", jac->a… in PCView_HYPRE_ADS()
1718 …PetscCall(PetscViewerASCIIPrintf(viewer, " coarsening type %" PetscInt_FMT "\n", jac->as_am… in PCView_HYPRE_ADS()
1719 …PetscCall(PetscViewerASCIIPrintf(viewer, " levels of aggressive coarsening %" PetscInt_FMT … in PCView_HYPRE_ADS()
1720 …PetscCall(PetscViewerASCIIPrintf(viewer, " relaxation type %" PetscInt_FMT "\n", jac->as_am… in PCView_HYPRE_ADS()
1721 …PetscCall(PetscViewerASCIIPrintf(viewer, " interpolation type %" PetscInt_FMT "\n", jac->as… in PCView_HYPRE_ADS()
1722 …PetscCall(PetscViewerASCIIPrintf(viewer, " max nonzero elements in interpolation rows %" Pe… in PCView_HYPRE_ADS()
1723 …PetscCall(PetscViewerASCIIPrintf(viewer, " strength threshold %g\n", (double)jac->as_amg_al… in PCView_HYPRE_ADS()
1724 PetscCall(PetscViewerASCIIPrintf(viewer, " vector Poisson solver using boomerAMG\n")); in PCView_HYPRE_ADS()
1725 …PetscCall(PetscViewerASCIIPrintf(viewer, " coarsening type %" PetscInt_FMT "\n", jac->as_am… in PCView_HYPRE_ADS()
1726 …PetscCall(PetscViewerASCIIPrintf(viewer, " levels of aggressive coarsening %" PetscInt_FMT … in PCView_HYPRE_ADS()
1727 …PetscCall(PetscViewerASCIIPrintf(viewer, " relaxation type %" PetscInt_FMT "\n", jac->as_am… in PCView_HYPRE_ADS()
1728 …PetscCall(PetscViewerASCIIPrintf(viewer, " interpolation type %" PetscInt_FMT "\n", jac->as… in PCView_HYPRE_ADS()
1729 …PetscCall(PetscViewerASCIIPrintf(viewer, " max nonzero elements in interpolation rows %" Pe… in PCView_HYPRE_ADS()
1730 …PetscCall(PetscViewerASCIIPrintf(viewer, " strength threshold %g\n", (double)jac->as_amg_be… in PCView_HYPRE_ADS()
2757 PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE PFMG preconditioning\n")); in PCView_PFMG()
2758 PetscCall(PetscViewerASCIIPrintf(viewer, " max iterations %" PetscInt_FMT "\n", ex->its)); in PCView_PFMG()
2759 PetscCall(PetscViewerASCIIPrintf(viewer, " tolerance %g\n", ex->tol)); in PCView_PFMG()
2760 PetscCall(PetscViewerASCIIPrintf(viewer, " relax type %s\n", PFMGRelaxType[ex->relax_type])); in PCView_PFMG()
2761 PetscCall(PetscViewerASCIIPrintf(viewer, " RAP type %s\n", PFMGRAPType[ex->rap_type])); in PCView_PFMG()
2762 …PetscCall(PetscViewerASCIIPrintf(viewer, " number pre-relax %" PetscInt_FMT " post-relax %" Pet… in PCView_PFMG()
2763 PetscCall(PetscViewerASCIIPrintf(viewer, " max levels %" PetscInt_FMT "\n", ex->max_levels)); in PCView_PFMG()
2764 PetscCall(PetscViewerASCIIPrintf(viewer, " skip relax %" PetscInt_FMT "\n", ex->skip_relax)); in PCView_PFMG()
2980 PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE SysPFMG preconditioning\n")); in PCView_SysPFMG()
2981 PetscCall(PetscViewerASCIIPrintf(viewer, " max iterations %" PetscInt_FMT "\n", ex->its)); in PCView_SysPFMG()
2982 PetscCall(PetscViewerASCIIPrintf(viewer, " tolerance %g\n", ex->tol)); in PCView_SysPFMG()
2983 PetscCall(PetscViewerASCIIPrintf(viewer, " relax type %s\n", PFMGRelaxType[ex->relax_type])); in PCView_SysPFMG()
2984 …PetscCall(PetscViewerASCIIPrintf(viewer, " number pre-relax %" PetscInt_FMT " post-relax %" Petsc… in PCView_SysPFMG()
3209 PetscCall(PetscViewerASCIIPrintf(viewer, " HYPRE SMG preconditioning\n")); in PCView_SMG()
3210 PetscCall(PetscViewerASCIIPrintf(viewer, " max iterations %" PetscInt_FMT "\n", ex->its)); in PCView_SMG()
3211 PetscCall(PetscViewerASCIIPrintf(viewer, " tolerance %g\n", ex->tol)); in PCView_SMG()
3212 …PetscCall(PetscViewerASCIIPrintf(viewer, " number pre-relax %" PetscInt_FMT " post-relax %" Pet… in PCView_SMG()