| 7e352d70 | 15-Jul-2015 |
Eike Mueller <eike.h.mueller@gmail.com> |
Bugfix: Print string whenever smoothtype is undefined
If smoothtype has not been set (i.e. is the default value of -1), one of the standard smoothers is used so we should print out the string: "HYPR
Bugfix: Print string whenever smoothtype is undefined
If smoothtype has not been set (i.e. is the default value of -1), one of the standard smoothers is used so we should print out the string: "HYPRE BoomerAMG: Not using more complex smoothers". Before it was printed whenever an advanced smoother which is *not* Euclid was used
show more ...
|
| 1810e44e | 08-May-2015 |
Eike Mueller <eike.h.mueller@gmail.com> |
Add interface for changing Euclid smoother parameters in BoomerAMG
The number of levels k, drop tolerance and whether a Block-Jacobi smoother is used in the Euclid ILU(k) smoother can now be set wit
Add interface for changing Euclid smoother parameters in BoomerAMG
The number of levels k, drop tolerance and whether a Block-Jacobi smoother is used in the Euclid ILU(k) smoother can now be set with the following PETSc options
-pc_hypre_boomeramg_eu_level (default = 0) -pc_hypre_boomeramg_eu_droptolerance (default=0) -pc_hypre_boomeramg_eu_bj (default = not set)
show more ...
|
| b9eb5777 | 08-May-2015 |
Eike Mueller <eike.h.mueller@gmail.com> |
Default number of complex smoother levels set to 25
Set the default number of levels on which the more complex smoothers are used to 25 (otherwise it will be 0, and the more complex smoothers are no
Default number of complex smoother levels set to 25
Set the default number of levels on which the more complex smoothers are used to 25 (otherwise it will be 0, and the more complex smoothers are not used).
show more ...
|
| 8131ecf7 | 06-May-2015 |
Eike Mueller <eike.h.mueller@gmail.com> |
Allow setting the number of levels on which the more complex smoothers are used
By using the option -pc_hypre_boomeramg_smooth_num_levels the number of levels on which the more complex smoothers are
Allow setting the number of levels on which the more complex smoothers are used
By using the option -pc_hypre_boomeramg_smooth_num_levels the number of levels on which the more complex smoothers are used is set via calling HYPRE_BoomerAMGSetSmoothNumLevels. The default is 25, which is the default number of multigrid levels.
show more ...
|