Home
last modified time | relevance | path

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

/dports/science/hypre/hypre-2.23.0/src/parcsr_ls/
H A Dpar_amg_setup.c52 HYPRE_Real schwarz_relax_wt = 1; in hypre_BoomerAMGSetup() local
3243 schwarz_relax_wt = hypre_ParAMGDataSchwarzRlxWeight(amg_data); in hypre_BoomerAMGSetup()
3255 if (schwarz_relax_wt > 0) in hypre_BoomerAMGSetup()
3256 HYPRE_SchwarzSetRelaxWeight(smoother[j],schwarz_relax_wt); in hypre_BoomerAMGSetup()
3261 if (schwarz_relax_wt < 0 ) in hypre_BoomerAMGSetup()
3263 num_cg_sweeps = (HYPRE_Int) (-schwarz_relax_wt); in hypre_BoomerAMGSetup()
3265 &schwarz_relax_wt); in hypre_BoomerAMGSetup()
3267 HYPRE_SchwarzSetRelaxWeight(smoother[j], schwarz_relax_wt); in hypre_BoomerAMGSetup()
3271 hypre_SchwarzReScale(smoother[j], local_size, schwarz_relax_wt); in hypre_BoomerAMGSetup()
3273 schwarz_relax_wt = 1; in hypre_BoomerAMGSetup()