acoustics_wave_equation_controls#
Bases:
TUIMenu
Enter menu for acoustics wave equation solver controls.
Classes:
expert
(path, service)Enter menu for expert controls.
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
Enter menu for expert controls.
Methods:
explicit_relaxation_factor
(*args, **kwargs)Specify explicit relaxation factor to be applied to the solution correction when updating solution in the timestep iterations.
under_relaxation_factor
(*args, **kwargs)Specify under-relaxation factor to be used in the diagonal matrix elements of implicit solver.
Specify explicit relaxation factor to be applied to the solution correction when updating solution in the timestep iterations.
Specify under-relaxation factor to be used in the diagonal matrix elements of implicit solver.
Specify maximum number of iterations per timestep.
Specify convergence tolerance for the timestep iterations as the target residual reduction factor.