]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix trilinos/68 10668/head
authorDaniel Arndt <arndtd@ornl.gov>
Tue, 7 Jul 2020 20:16:06 +0000 (16:16 -0400)
committerDaniel Arndt <arndtd@ornl.gov>
Tue, 7 Jul 2020 20:17:14 +0000 (16:17 -0400)
tests/trilinos/68.cc
tests/trilinos/68.output

index 53e6ccf048432697e433e760e39d48725c17d3af..606477ca69d6928f2fb69004f9170ff24c26c7c6 100644 (file)
@@ -83,6 +83,8 @@ test(TrilinosWrappers::SparseMatrix &m)
 
   m.clear_row(N / 2, rnd);
 
+  Assert(m.el(N / 2, N / 2) == rnd, ExcInternalError());
+
   deallog << m.frobenius_norm() << ' ' << std::sqrt(norm_sqr) << std::endl;
   deallog << m.n_nonzero_elements() << ' ' << nnz << std::endl;
 
index cdb4bb75cebf6775c8292eab7a7610867a095e2d..bf77d2a368ebefa7f5fad5152fef2ceaec5bdce3 100644 (file)
@@ -1,6 +1,6 @@
 
 DEAL::7.15267e+09 7.15267e+09
 DEAL::32 32
-DEAL::6.85012e+09 6.96869e+09
+DEAL::6.96869e+09 6.96869e+09
 DEAL::32 32
 DEAL::OK

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.