acoustics_wave_equation_controls#
Bases:
TUIMenu
Enters the menu to specify parameters of the acoustics wave equation solver.
Classes:
expert
(path, service)Enters the menu to specify the expert parameters.
Methods:
max_iterations_per_timestep
(*args, **kwargs)Specify maximum number of iterations per timestep.
relative_convergence_criterion
(*args, **kwargs)Specify convergence tolerance for the timestep iterations as the target residual reduction factor.
Bases:
TUIMenu
Enters the menu to specify the expert parameters.
Methods:
explicit_relaxation_factor
(*args, **kwargs)Specifies the explicit relaxation factor.
under_relaxation_factor
(*args, **kwargs)Specifies the implicit under-relaxation factor.
Specifies the explicit relaxation factor. Should be used only with bad meshes, when iterations do not converge.
Specifies the implicit under-relaxation factor. Should be used only with bad meshes, when the AMG linear solver does not converge.
Specify maximum number of iterations per timestep.
Specify convergence tolerance for the timestep iterations as the target residual reduction factor.