solver.tui.solution.monitors.residual#

class main_menu.solution.monitors.residual(path, service)#

Enter the residual monitors menu.

check_convergence(*args, **kwargs)#

Choose which currently-monitored residuals should be checked for convergence.

convergence_criteria(*args, **kwargs)#

Set convergence criteria for residuals which are currently being both monitored and checked.

criterion_type(*args, **kwargs)#

Set convergence criterion type.

enhanced_continuity_residual(*args, **kwargs)#

Scale the continuity residuals locally based on the enhanced formulation.

monitor(*args, **kwargs)#

Choose which residuals to monitor as printed and/or plotted output.

n_display(*args, **kwargs)#

Set the number of most recent residuals to display in plots.

n_maximize_norms(*args, **kwargs)#

Set the number of iterations through which normalization factors will be maximized.

n_save(*args, **kwargs)#

Set number of residuals to be saved with data. History is automatically compacted when buffer becomes full.

normalization_factors(*args, **kwargs)#

Set normalization factors for currently-monitored residuals.

normalize(*args, **kwargs)#

Choose whether or not to normalize residuals in printed and plotted output.

plot(*args, **kwargs)#

Choose whether or not residuals will be plotted during iteration.

print(*args, **kwargs)#

Choose whether or not residuals will be printed during iteration.

re_normalize(*args, **kwargs)#

Renormalize residuals by maximum values.

relative_conv_criteria(*args, **kwargs)#

Set relative convergence criteria for residuals which are currently being both monitored and checked.

reset(*args, **kwargs)#

Delete the residual history and reset iteration counter to unity.

scale_by_coefficient(*args, **kwargs)#

Enable/disable scaling of residuals by coefficient sum in printed and plotted output.