amg_options#
Bases:
TUIMenuEnters the AMG options menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
aggressive_amg_coarsening(service, version, ...)Enables / disables the use of a version of the AMG solver that is optimized for high coarsening rates.
amg_gpgpu_options(service, version, mode, path)Set GPGPU AMG solver options.
conservative_amg_coarsening(service, ...)Enables / disables the use of conservative coarsening techniques for scalar and/or coupled equations that can improve parallel performance and/or convergence for some difficult cases.
laplace_coarsening(service, version, mode, path)Enables / disables Laplace coarsening for scalar and/or coupled equations.
__init__ method of TUIMenu class.
Bases:
TUIMethodEnables / disables the use of a version of the AMG solver that is optimized for high coarsening rates. This option is recommended if the AMG solver diverges with the default settings.
Bases:
TUIMethodSet GPGPU AMG solver options.
Bases:
TUIMethodEnables / disables the use of conservative coarsening techniques for scalar and/or coupled equations that can improve parallel performance and/or convergence for some difficult cases.
Bases:
TUIMethodEnables / disables Laplace coarsening for scalar and/or coupled equations.