the order of 1.5e-12.
git-svn-id: https://svn.dealii.org/trunk@32772
0785d39b-7218-0410-832d-
ea1e28bc413d
// ---------------------------------------------------------------------
// $Id$
//
-// Copyright (C) 2005 - 2013 by the deal.II authors
+// Copyright (C) 2005 - 2014 by the deal.II authors
//
// This file is part of the deal.II library.
//
LA.Tvmult(u, v2);
u *= -1;
A.Tvmult_add(u, v2);
- if (u.l2_norm() < 1.e-12)
+ if (u.l2_norm() < 1.e-11)
deallog << "Tvmult ok" << std::endl;
else
deallog << "Tvmult error " << u.l2_norm() << std::endl;
A.Tvmult(u, v2);
u *= -1;
LA.Tvmult_add(u, v2);
- if (u.l2_norm() < 1.e-12)
+ if (u.l2_norm() < 1.e-11)
deallog << "Tvmult_add ok" << std::endl;
else
deallog << "Tvmult_add error " << u.l2_norm() << std::endl;
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