Go to the source code of this file.
Namespaces | |
oomph | |
//////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////// | |
oomph::Biharmonic_schur_complement_Hypre_defaults | |
Functions | |
void | oomph::Biharmonic_schur_complement_Hypre_defaults::set_defaults (HyprePreconditioner *hypre_prec_pt) |
set the defaults More... | |
Variables | |
unsigned | oomph::Biharmonic_schur_complement_Hypre_defaults::AMG_smoother = 1 |
smoother type - Gauss Seidel: 1 More... | |
unsigned | oomph::Biharmonic_schur_complement_Hypre_defaults::AMG_coarsening = 1 |
amg coarsening strategy: classical Ruge Stueben: 1 More... | |
unsigned | oomph::Biharmonic_schur_complement_Hypre_defaults::N_cycle = 2 |
number of V cycles: 2 More... | |
double | oomph::Biharmonic_schur_complement_Hypre_defaults::AMG_strength = 0.25 |
amg strength parameter: 0.25 – optimal for 2d More... | |
double | oomph::Biharmonic_schur_complement_Hypre_defaults::AMG_jacobi_damping = 0.1 |
jacobi damping – hierher not used 0.1 More... | |
unsigned | oomph::Biharmonic_schur_complement_Hypre_defaults::AMG_smoother_iterations = 2 |
amg smoother iterations More... | |