query#
Bases:
TUIMenu
Enter controls query menu.
Classes:
acoustics_wave_equation_controls
(path, service)Enter menu for acoustics wave equation solver controls.
advanced
(path, service)Controls advanced options.
Methods:
courant_number
(*args, **kwargs)Get the fine mesh Courant number (time step factor).
equations
(*args, **kwargs)Enter the equations menu.
limits
(*args, **kwargs)Get solver limits for the values of various solution variables.
p_v_controls
(*args, **kwargs)Get P-V-Controls.
relaxation_factor
(*args, **kwargs)Enter the relaxation-factor menu.
under_relaxation
(*args, **kwargs)Enter under relaxation menu.
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.
Bases:
TUIMenu
Controls advanced options.
Classes:
amg_options
(path, service)Enter AMG options menu.
Methods:
correction_tolerance
(*args, **kwargs)Enter the correction tolerance menu.
multi_grid_amg
(*args, **kwargs)Get the parameters that govern the algebraic multigrid procedure.
multi_grid_controls
(*args, **kwargs)Enter the multi-grid-controls menu.
multi_grid_fas
(*args, **kwargs)Get the coefficients that govern the FAS multigrid procedure.
multi_stage
(*args, **kwargs)Set the multiple-stage time stepping scheme coefficients.
relaxation_method
(*args, **kwargs)Set the solver relaxation method.
Bases:
TUIMenu
Enter AMG options menu.
Methods:
aggressive_amg_coarsening
(*args, **kwargs)Use aggressive AMG coarsening.
amg_gpgpu_options
(*args, **kwargs)Amg gpu options.
conservative_amg_coarsening
(*args, **kwargs)Use conservative AMG coarsening?.
laplace_coarsening
(*args, **kwargs)Get AMG laplace coarsening options.
Use aggressive AMG coarsening.
Amg gpu options.
Use conservative AMG coarsening?.
Get AMG laplace coarsening options.
Enter the correction tolerance menu.
Get the parameters that govern the algebraic multigrid procedure.
Enter the multi-grid-controls menu.
Get the coefficients that govern the FAS multigrid procedure.
Set the multiple-stage time stepping scheme coefficients.
Set the solver relaxation method.
Get the fine mesh Courant number (time step factor).
Enter the equations menu.
Get solver limits for the values of various solution variables.
Get P-V-Controls.
Enter the relaxation-factor menu.
Enter under relaxation menu.