// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Anna Schneebeli
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Anna Schneebeli
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("anna_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SystemTest<2>().run();
SystemTest<3>().run();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Anna Schneebeli
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Anna Schneebeli
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("anna_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SystemTest<2>().run();
SystemTest<3>().run();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Anna Schneebeli
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Anna Schneebeli
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("anna_3.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SystemTest<2>().run();
SystemTest<3>().run();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Anna Schneebeli
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Anna Schneebeli
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("anna_4.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
FindBug<2>().run ();
FindBug<3>().run ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Anna Schneebeli
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Anna Schneebeli
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision (2);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
ImposeBC<2>().run ();
ImposeBC<3>().run ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("apply_boundary_values_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("apply_boundary_values_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
std::ofstream logfile("block_matrix_array_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
FullMatrix<double> A1(4,4);
FullMatrix<double> A2(4,4);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("block_sparse_matrix_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
Triangulation<2> tria;
GridGenerator::hyper_cube (tria,0,1);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("block_sparse_matrix_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
Triangulation<2> tria;
GridGenerator::hyper_cube (tria,0,1);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("block_sparse_matrix_iterator_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("block_sparse_matrix_iterator_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("block_sparse_matrix_iterator_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("block_sparse_matrix_iterator_04.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("block_sparse_matrix_iterator_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("block_vector_iterator_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("block_vector_iterator_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("block_vector_vector_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("coarsening_3d.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
Triangulation<3> coarse_grid;
create_L_shape (coarse_grid);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("compressed_sparsity_pattern_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("compressed_sparsity_pattern_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("compressed_sparsity_pattern_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("compressed_sparsity_pattern_04.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("compressed_sparsity_pattern_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
{
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("compressed_sparsity_pattern_07.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("compressed_sparsity_pattern_08.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("compressed_sparsity_pattern_09.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("cylinder.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
logfile.precision (2);
// generate a cylinder
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("cylinder_shell_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
logfile.precision (2);
// generate a hyperball in 3d
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("cylinder_shell_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
logfile.precision (2);
// generate a hyperball in 3d
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision (2);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
CHECK_ALL(Q,1);
CHECK_ALL(Q,2);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
GrowingVectorMemory<> mem;
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
GrowingVectorMemory<> mem;
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("denis_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
logfile.precision (2);
logfile.setf(std::ios::fixed);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_04.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_06.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_07.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_08.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_09.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_10.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("dof_constraints_11.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision (2);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
CHECK_ALL(Q,1);
CHECK_ALL(Q,2);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
check<1> ();
check<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("fe_q_3d_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
check ();
}
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("fe_q_constraints.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
unsigned int ref_level[] = {5, 4, 3, 3, 2, 2};
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision (2);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
CHECK_ALL(Q,1);
CHECK_ALL(Q,2);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision (2);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
CHECK_ALL(Q,1);
CHECK_ALL(Q,2);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision (2);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
CHECK_ALL(Q,1);
CHECK_ALL(Q,2);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision (2);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
CHECK_ALL(Q,1,Q,1);
CHECK_ALL(Q,1,Q,2);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("find_cell_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("find_cell_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("find_cell_3.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("full_matrix_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
const unsigned int N = 4;
FullMatrix<double> f(N,N);
std::ofstream logfile("full_matrix_iterator_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("full_matrix_vector_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("full_matrix_vector_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("full_matrix_vector_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("full_matrix_vector_06.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// full_matrix_vector_07.cc,v 1.3 2004/02/26 17:25:34 wolf Exp
// Version:
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("full_matrix_vector_07.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("geometry_info_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Anna Schneebeli
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Anna Schneebeli
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("gerold_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
Test gen;
std::ofstream logfile("grid_generator_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
deallog.push("2d-GridTest");
test<2>(logfile);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors and Luca Heltai
+// Copyright (C) 2004, 2005 by the deal.II authors and Luca Heltai
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("grid_in_msh_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("hsl_ma27_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("hsl_ma27_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("hsl_ma47_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("hsl_ma47_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("hyper_ball_3d.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
logfile.precision (2);
// generate a hyperball in 3d
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mapping_cartesian_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mapping_q4_3d.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
Triangulation<3> coarse_grid;
GridGenerator::hyper_cube (coarse_grid, -1, 1);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
Triangulation<3> coarse_grid;
create_L_shape (coarse_grid);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_10.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_11.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_12.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_13.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_14.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_15.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_16.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_17.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
Triangulation<3> coarse_grid;
GridIn<3> in;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
Triangulation<3> coarse_grid;
create_two_cubes (coarse_grid);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_3.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
Triangulation<3> coarse_grid;
create_two_cubes (coarse_grid);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_4.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_5.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_6.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_7.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_8.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("mesh_3d_9.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<3> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("metis_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("metis_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
std::ofstream logfile("nedelec_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<2> ();
test<3> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("normals_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
FE_Q<dim> fe(1);
DoFHandler<dim> dof_handler (tria);
dof_handler.distribute_dofs (fe);
+ deallog.threshold_double(1.e-10);
QGauss3<dim-1> q_face;
std::ofstream logfile("normals_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("normals_3.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("normals_4.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("parameter_handler_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
check ("parameter_handler_1.prm1");
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors and Brent Bayley
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors and Brent Bayley
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("parameter_handler_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
ParameterHandler prm;
prm.enter_subsection ("Testing");
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("parameter_handler_3.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
ParameterHandler prm;
prm.enter_subsection ("Testing");
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("parameter_handler_4.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
ParameterHandler prm;
prm.enter_subsection ("Testing");
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("parameter_handler_5.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
ParameterHandler prm;
prm.declare_entry ("int",
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_03a.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_03b.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_04.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_06.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_07.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_08.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_09.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_10.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_11.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_12.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_13.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_14.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_15.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_16.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_17.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_18.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_19.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_20.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_21.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_22.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_23.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_24.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_25.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_26.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_27.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_28.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_29.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_30.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_31.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_32.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_33.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_34.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_35.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_36.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_37.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_38.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_39.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_40.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_41.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_42.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_43.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_44.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_45.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_46.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_47.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_48.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_49.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_50.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_51.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_52.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_53.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_54.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_55.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_56.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_57.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_58.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_59.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_60.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_61.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_62.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_63.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_64.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_65.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_block_vector_iterator_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_block_vector_iterator_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2000, 2001, 2002, 2003, 2004 by the deal.II authors
+// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(3);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
const unsigned int size = 32;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_04.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_06.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_07.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_08.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_09.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_10.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_iterator_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_vector_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_vector_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_vector_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_vector_04.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_vector_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_vector_06.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_full_matrix_vector_07.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_parallel_sparse_matrix_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SolverControl control(100, 1.e-3);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_sparse_matrix_iterator_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_sparse_matrix_vector_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_sparse_matrix_vector_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_sparse_matrix_vector_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_sparse_matrix_vector_04.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_sparse_matrix_vector_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_sparse_matrix_vector_06.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_sparse_matrix_vector_07.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_vector_assign_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_vector_assign_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_vector_equality_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_vector_equality_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_vector_equality_3.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("petsc_vector_equality_4.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("point_inside_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
check ();
}
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("point_inside_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
check ();
}
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("q_point_sum_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("q_point_sum_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("q_point_sum_3.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("q_point_sum_4.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("q_points.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
Triangulation<3> coarse_grid;
create_two_cubes (coarse_grid);
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("roy_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
// check<1> ();
check<2> ();
std::ofstream logfile("rt_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
for (unsigned int degree=0; degree<3; ++degree)
for (unsigned int q_order=1; q_order<=3; ++q_order)
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("solver_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("solver_selector.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
deallog << "OK" << std::endl;
}
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_lu_decomposition_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
SmartPointer<SparseLUDecomposition<double> > sparse_decomp;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_01a.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_03a.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_03b.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_04.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_05a.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_06.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_07.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// sparse_matrix_08.cc,v 1.4 2004/02/26 17:25:44 wolf Exp
// Version:
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_08.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_09.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_10.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_iterator_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_iterator_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_iterator_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_iterator_04.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_iterator_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_iterator_06.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_iterator_07.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_iterator_08.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_iterator_09.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_iterator_10.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
std::ofstream logfile("sparse_matrix_iterator_11.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
std::ofstream logfile("sparse_matrix_iterator_12.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_vector_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_vector_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_vector_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_vector_04.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_vector_05.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_vector_06.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// sparse_matrix_vector_07.cc,v 1.5 2004/02/26 17:25:45 wolf Exp
// Version:
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparse_matrix_vector_07.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparsity_pattern_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test ();
return 0;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("sparsity_pattern_iterator_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2001, 2002, 2003, 2004 by the deal.II authors
+// Copyright (C) 2001, 2002, 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
logfile.precision(4);
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("umfpack_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("umfpack_02.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2002, 2003, 2004 by the deal.II authors and Brian Carnes
+// Copyright (C) 2002, 2003, 2004, 2005 by the deal.II authors and Brian Carnes
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("umfpack_03.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
test<1> ();
test<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("unit_support_points.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
check<1> ();
check<2> ();
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_11.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_12.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_13.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_14.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_15.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_16.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_17.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// vector_18.cc,v 1.4 2004/02/26 17:25:45 wolf Exp
// Version:
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_18.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_19.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_20.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_21.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_22.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_23.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_24.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_25.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_26.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_27.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_28.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_29.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_30.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_31.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_32.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_33.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_34.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_35.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_36.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_37.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_38.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_39.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_40.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_41.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_42.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_43.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_44.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_45.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_46.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_47.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_48.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_49.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_57.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_equality_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_equality_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_equality_3.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_equality_4.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_equality_5.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_equality_6.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_equality_7.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_equality_8.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2004 by the deal.II authors
+// Copyright (C) 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("vector_vector_01.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
try
{
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("volume_1.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("volume_2.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("volume_3.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;
// $Id$
// Version: $Name$
//
-// Copyright (C) 2003, 2004 by the deal.II authors
+// Copyright (C) 2003, 2004, 2005 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
std::ofstream logfile("volume_4.output");
deallog.attach(logfile);
deallog.depth_console(0);
+ deallog.threshold_double(1.e-10);
{
Triangulation<2> coarse_grid;