Home
last modified time | relevance | path

Searched refs:HYPRE_AMSSetAlphaAMGOptions (Results 1 – 13 of 13) sorted by relevance

/dports/science/hypre/hypre-2.23.0/src/test/
H A Dams_driver.c511HYPRE_AMSSetAlphaAMGOptions(solver, amg_coarsen_type, amg_agg_levels, amg_rlx_type, theta, amg_int… in main()
626HYPRE_AMSSetAlphaAMGOptions(precond, amg_coarsen_type, amg_agg_levels, amg_rlx_type, theta, amg_in… in main()
731HYPRE_AMSSetAlphaAMGOptions(precond, amg_coarsen_type, amg_agg_levels, amg_rlx_type, theta, amg_in… in main()
/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A DHYPRE_ams.c245 HYPRE_Int HYPRE_AMSSetAlphaAMGOptions(HYPRE_Solver solver, in HYPRE_AMSSetAlphaAMGOptions() function
H A DF90_HYPRE_ams.c296 ( HYPRE_AMSSetAlphaAMGOptions( in hypre_F90_IFACE()
H A Dads.c1084 HYPRE_AMSSetAlphaAMGOptions(ads_data -> B_C, ads_data -> B_C_coarsen_type, in hypre_ADSSetup()
H A DHYPRE_parcsr_ls.h2085 HYPRE_Int HYPRE_AMSSetAlphaAMGOptions(HYPRE_Solver solver,
H A Dprotos.h254 HYPRE_Int HYPRE_AMSSetAlphaAMGOptions ( HYPRE_Solver solver , HYPRE_Int alpha_coarsen_type , HYPRE_…
H A D_hypre_parcsr_ls.h1031 HYPRE_Int HYPRE_AMSSetAlphaAMGOptions ( HYPRE_Solver solver , HYPRE_Int alpha_coarsen_type , HYPRE_…
/dports/science/hypre/hypre-2.23.0/src/examples/
H A Dex15big.c893 HYPRE_AMSSetAlphaAMGOptions(precond, in main()
H A Dex15.c926 HYPRE_AMSSetAlphaAMGOptions(precond, in main()
/dports/science/hypre/hypre-2.23.0/src/docs/usr-manual/
H A Dsolvers-ams.rst209 HYPRE_AMSSetAlphaAMGOptions(solver, 10, 1, 3, 0.25, 0, 0);
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/hypre/
H A Dhypre.c1110 …PetscStackCallStandard(HYPRE_AMSSetAlphaAMGOptions,(jac->hsolver,jac->as_amg_alpha_opts[0], … in PCSetFromOptions_HYPRE_AMS()
1877 …PetscStackCallStandard(HYPRE_AMSSetAlphaAMGOptions,(jac->hsolver,jac->as_amg_alpha_opts[0], … in PCHYPRESetType_HYPRE()
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_LSC_aux.cxx4255 HYPRE_AMSSetAlphaAMGOptions(HYPrecon_, amsAlphaCoarsenType_, in setupPreconAMS()
/dports/math/mfem/mfem-4.3/linalg/
H A Dhypre.cpp4933 HYPRE_AMSSetAlphaAMGOptions(ams, amg_coarsen_type, amg_agg_levels, amg_rlx_type, in Init()