From 96b218bf1318825b64c7b64f0fdde99efb5874cb Mon Sep 17 00:00:00 2001 From: Sun Myung Park Date: Tue, 19 Mar 2024 14:29:21 -0700 Subject: [PATCH] Minor edit to doc/content/getting_started/input_syntax.md Co-authored-by: Olek <45364492+yardasol@users.noreply.github.com> --- doc/content/getting_started/input_syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/content/getting_started/input_syntax.md b/doc/content/getting_started/input_syntax.md index 472137ee11..306ba960cb 100644 --- a/doc/content/getting_started/input_syntax.md +++ b/doc/content/getting_started/input_syntax.md @@ -608,7 +608,7 @@ values during the simulation, which may be desired when running test runs. ## Debug Block id=debug -This parameter simply tells Moltres to print the variable residual norms during the +This parameter tells Moltres to print the variable residual norms during the non-linear solve. Residual information is useful for debugging convergence issues by identifying which variable is exhibiting slow or no convergence behavior.