From: David Wells Date: Sun, 26 Jun 2016 17:11:42 +0000 (-0400) Subject: Update newton_01 test output. X-Git-Tag: v8.5.0-rc1~950^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a37df59e4ed2bdca8037cd43c330fb98e068d168;p=dealii.git Update newton_01 test output. Commit 11c94ad5e fixed a bug where the update vector was initially empty. This commit fixes the corresponding test output file to show that the update vector, at the first Newton step, contains one entry and that entry is equal to zero. --- diff --git a/tests/algorithms/newton_01.output b/tests/algorithms/newton_01.output index 62ce10ad2c..71e5be50ec 100644 --- a/tests/algorithms/newton_01.output +++ b/tests/algorithms/newton_01.output @@ -1,7 +1,7 @@ DEAL:Newton::Step 0 DEAL:Newton::solution 10.0000 -DEAL:Newton::update +DEAL:Newton::update 0 DEAL:Newton::residual 98.0000 DEAL:Newton:: DEAL:Newton::Check 0 98.0000