From 300c1b5c776dcdc0cbebbc7bf06b82b2483848a0 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Sun, 24 Oct 2010 16:51:05 +0000 Subject: [PATCH] state how the reference solution for the eigenvalue test was computed [[Imported from SVN: r6203]] --- dune/common/test/fmatrixtest.cc | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dune/common/test/fmatrixtest.cc b/dune/common/test/fmatrixtest.cc index 7d7b4da4f..53a131ff6 100644 --- a/dune/common/test/fmatrixtest.cc +++ b/dune/common/test/fmatrixtest.cc @@ -476,6 +476,13 @@ void test_ev() // test results Dune::FieldVector<ft,8> ref; + /* + reference solution computed with octave 3.2 + + > format long e + > eig(rosser()) + + */ ref <<= -1.02004901843000e+03, -4.14362871168386e-14, -- GitLab