// $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;
DEAL::Number of active cells: 4
DEAL::Total number of cells: 5
DEAL::Number of degrees of freedom: 13
-DEAL::0 0.00000
+DEAL::0 0
DEAL::1 0.250000
-DEAL::3 0.00000
+DEAL::3 0
DEAL::5 1.00000
DEAL::6 1.00000
DEAL::8 1.00000
DEAL::9 0.250000
-DEAL::11 0.00000
+DEAL::11 0
DEAL::Number of active cells: 8
DEAL::Total number of cells: 9
DEAL::Number of degrees of freedom: 35
-DEAL::0 0.00000
+DEAL::0 0
DEAL::1 0.250000
DEAL::2 0.250000
-DEAL::3 0.00000
-DEAL::4 0.00000
+DEAL::3 0
+DEAL::4 0
DEAL::5 0.250000
-DEAL::7 0.00000
+DEAL::7 0
DEAL::9 1.00000
DEAL::10 1.00000
DEAL::11 1.00000
DEAL::15 0.250000
DEAL::16 1.00000
DEAL::17 0.250000
-DEAL::19 0.00000
-DEAL::20 0.00000
-DEAL::22 0.00000
+DEAL::19 0
+DEAL::20 0
+DEAL::22 0
DEAL::23 0.250000
DEAL::24 0.250000
-DEAL::25 0.00000
+DEAL::25 0
DEAL::27 1.00000
DEAL::28 1.00000
DEAL::30 1.00000
DEAL::31 0.250000
-DEAL::33 0.00000
+DEAL::33 0
DEAL:: Total number of degrees of freedom: 36
DEAL:: Number of degrees of freedom for the field variable U: 22
DEAL:: Number of degrees of freedom for the pressure variable p: 14
-DEAL::1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 1.0 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 1.0 1.0 0 0 0 0 0 1.0 1.0 0 0 0 1.0 1.0 0 0 0 1.0 1.0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL:: Number of active cells: 15
DEAL:: Total number of degrees of freedom: 151
DEAL:: Number of degrees of freedom for the field variable U: 105
DEAL:: Number of degrees of freedom for the pressure variable p: 105
-DEAL::1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 0 0 0 0 0 1.0 1.0 0 0 0 0 0 1.0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 0 0 0 0 0 0 0 0 0 1.0 0 0 0 0 0 0 0 0 0 0 1.0 0 0 0 0 0 1.0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Number of cells: 8
DEAL::Number of dofs: 27
DEAL::Blockwise output
-DEAL::0 0 0 0 0.00000
-DEAL::0 0 0 1 0.00000
-DEAL::0 0 0 2 0.00000
-DEAL::0 0 0 3 0.00000
-DEAL::0 0 0 4 0.00000
-DEAL::0 0 0 5 0.00000
-DEAL::0 0 0 6 0.00000
-DEAL::0 0 0 7 0.00000
-DEAL::0 0 1 1 0.00000
-DEAL::0 0 1 0 0.00000
-DEAL::0 0 1 2 0.00000
-DEAL::0 0 1 3 0.00000
-DEAL::0 0 1 4 0.00000
-DEAL::0 0 1 5 0.00000
-DEAL::0 0 1 6 0.00000
-DEAL::0 0 1 7 0.00000
-DEAL::0 0 1 8 0.00000
-DEAL::0 0 2 2 0.00000
-DEAL::0 0 2 0 0.00000
-DEAL::0 0 2 1 0.00000
-DEAL::0 0 2 3 0.00000
-DEAL::0 0 2 4 0.00000
-DEAL::0 0 2 5 0.00000
-DEAL::0 0 2 6 0.00000
-DEAL::0 0 2 7 0.00000
-DEAL::0 0 2 8 0.00000
-DEAL::0 0 3 3 0.00000
-DEAL::0 0 3 0 0.00000
-DEAL::0 0 3 1 0.00000
-DEAL::0 0 3 2 0.00000
-DEAL::0 0 3 4 0.00000
-DEAL::0 0 3 5 0.00000
-DEAL::0 0 3 6 0.00000
-DEAL::0 0 3 7 0.00000
-DEAL::0 0 4 4 0.00000
-DEAL::0 0 4 0 0.00000
-DEAL::0 0 4 1 0.00000
-DEAL::0 0 4 2 0.00000
-DEAL::0 0 4 3 0.00000
-DEAL::0 0 4 5 0.00000
-DEAL::0 0 4 6 0.00000
-DEAL::0 0 4 7 0.00000
-DEAL::0 0 5 5 0.00000
-DEAL::0 0 5 0 0.00000
-DEAL::0 0 5 1 0.00000
-DEAL::0 0 5 2 0.00000
-DEAL::0 0 5 3 0.00000
-DEAL::0 0 5 4 0.00000
-DEAL::0 0 5 6 0.00000
-DEAL::0 0 5 7 0.00000
-DEAL::0 0 5 8 0.00000
-DEAL::0 0 6 6 0.00000
-DEAL::0 0 6 0 0.00000
-DEAL::0 0 6 1 0.00000
-DEAL::0 0 6 2 0.00000
-DEAL::0 0 6 3 0.00000
-DEAL::0 0 6 4 0.00000
-DEAL::0 0 6 5 0.00000
-DEAL::0 0 6 7 0.00000
-DEAL::0 0 6 8 0.00000
-DEAL::0 0 7 7 0.00000
-DEAL::0 0 7 0 0.00000
-DEAL::0 0 7 1 0.00000
-DEAL::0 0 7 2 0.00000
-DEAL::0 0 7 3 0.00000
-DEAL::0 0 7 4 0.00000
-DEAL::0 0 7 5 0.00000
-DEAL::0 0 7 6 0.00000
-DEAL::0 0 8 8 0.00000
-DEAL::0 0 8 1 0.00000
-DEAL::0 0 8 2 0.00000
-DEAL::0 0 8 5 0.00000
-DEAL::0 0 8 6 0.00000
-DEAL::0 1 1 0 0.00000
-DEAL::0 1 1 1 0.00000
-DEAL::0 1 1 2 0.00000
-DEAL::0 1 2 0 0.00000
-DEAL::0 1 2 1 0.00000
-DEAL::0 1 2 2 0.00000
-DEAL::0 1 2 3 0.00000
-DEAL::0 1 2 4 0.00000
-DEAL::0 1 2 5 0.00000
-DEAL::0 1 2 6 0.00000
-DEAL::0 1 2 7 0.00000
-DEAL::0 1 2 8 0.00000
-DEAL::0 1 3 4 0.00000
-DEAL::0 1 3 6 0.00000
-DEAL::0 1 3 7 0.00000
-DEAL::0 1 3 8 0.00000
-DEAL::0 1 4 9 0.00000
-DEAL::0 1 4 10 0.00000
-DEAL::0 1 4 11 0.00000
-DEAL::0 1 4 12 0.00000
-DEAL::0 1 5 0 0.00000
-DEAL::0 1 5 1 0.00000
-DEAL::0 1 5 2 0.00000
-DEAL::0 1 5 9 0.00000
-DEAL::0 1 5 10 0.00000
-DEAL::0 1 5 11 0.00000
-DEAL::0 1 5 12 0.00000
-DEAL::0 1 5 13 0.00000
-DEAL::0 1 5 14 0.00000
-DEAL::0 1 6 0 0.00000
-DEAL::0 1 6 1 0.00000
-DEAL::0 1 6 2 0.00000
-DEAL::0 1 6 3 0.00000
-DEAL::0 1 6 4 0.00000
-DEAL::0 1 6 5 0.00000
-DEAL::0 1 6 6 0.00000
-DEAL::0 1 6 7 0.00000
-DEAL::0 1 6 8 0.00000
-DEAL::0 1 6 9 0.00000
-DEAL::0 1 6 10 0.00000
-DEAL::0 1 6 11 0.00000
-DEAL::0 1 6 12 0.00000
-DEAL::0 1 6 13 0.00000
-DEAL::0 1 6 14 0.00000
-DEAL::0 1 6 15 0.00000
-DEAL::0 1 6 16 0.00000
-DEAL::0 1 6 17 0.00000
-DEAL::0 1 7 4 0.00000
-DEAL::0 1 7 6 0.00000
-DEAL::0 1 7 7 0.00000
-DEAL::0 1 7 8 0.00000
-DEAL::0 1 7 9 0.00000
-DEAL::0 1 7 10 0.00000
-DEAL::0 1 7 11 0.00000
-DEAL::0 1 7 12 0.00000
-DEAL::0 1 7 16 0.00000
-DEAL::0 1 7 17 0.00000
-DEAL::0 1 8 0 0.00000
-DEAL::0 1 8 1 0.00000
-DEAL::0 1 8 2 0.00000
-DEAL::1 0 0 1 0.00000
-DEAL::1 0 0 2 0.00000
-DEAL::1 0 0 5 0.00000
-DEAL::1 0 0 6 0.00000
-DEAL::1 0 0 8 0.00000
-DEAL::1 0 1 1 0.00000
-DEAL::1 0 1 2 0.00000
-DEAL::1 0 1 5 0.00000
-DEAL::1 0 1 6 0.00000
-DEAL::1 0 1 8 0.00000
-DEAL::1 0 2 1 0.00000
-DEAL::1 0 2 2 0.00000
-DEAL::1 0 2 5 0.00000
-DEAL::1 0 2 6 0.00000
-DEAL::1 0 2 8 0.00000
-DEAL::1 0 3 2 0.00000
-DEAL::1 0 3 6 0.00000
-DEAL::1 0 4 2 0.00000
-DEAL::1 0 4 3 0.00000
-DEAL::1 0 4 6 0.00000
-DEAL::1 0 4 7 0.00000
-DEAL::1 0 5 2 0.00000
-DEAL::1 0 5 6 0.00000
-DEAL::1 0 6 2 0.00000
-DEAL::1 0 6 3 0.00000
-DEAL::1 0 6 6 0.00000
-DEAL::1 0 6 7 0.00000
-DEAL::1 0 7 2 0.00000
-DEAL::1 0 7 3 0.00000
-DEAL::1 0 7 6 0.00000
-DEAL::1 0 7 7 0.00000
-DEAL::1 0 8 2 0.00000
-DEAL::1 0 8 3 0.00000
-DEAL::1 0 8 6 0.00000
-DEAL::1 0 8 7 0.00000
-DEAL::1 0 9 4 0.00000
-DEAL::1 0 9 5 0.00000
-DEAL::1 0 9 6 0.00000
-DEAL::1 0 9 7 0.00000
-DEAL::1 0 10 4 0.00000
-DEAL::1 0 10 5 0.00000
-DEAL::1 0 10 6 0.00000
-DEAL::1 0 10 7 0.00000
-DEAL::1 0 11 4 0.00000
-DEAL::1 0 11 5 0.00000
-DEAL::1 0 11 6 0.00000
-DEAL::1 0 11 7 0.00000
-DEAL::1 0 12 4 0.00000
-DEAL::1 0 12 5 0.00000
-DEAL::1 0 12 6 0.00000
-DEAL::1 0 12 7 0.00000
-DEAL::1 0 13 5 0.00000
-DEAL::1 0 13 6 0.00000
-DEAL::1 0 14 5 0.00000
-DEAL::1 0 14 6 0.00000
-DEAL::1 0 15 6 0.00000
-DEAL::1 0 16 6 0.00000
-DEAL::1 0 16 7 0.00000
-DEAL::1 0 17 6 0.00000
-DEAL::1 0 17 7 0.00000
-DEAL::1 1 0 0 0.00000
-DEAL::1 1 0 1 0.00000
-DEAL::1 1 0 2 0.00000
-DEAL::1 1 0 3 0.00000
-DEAL::1 1 0 4 0.00000
-DEAL::1 1 0 5 0.00000
-DEAL::1 1 0 6 0.00000
-DEAL::1 1 1 1 0.00000
-DEAL::1 1 1 0 0.00000
-DEAL::1 1 1 2 0.00000
-DEAL::1 1 1 10 0.00000
-DEAL::1 1 1 11 0.00000
-DEAL::1 1 1 13 0.00000
-DEAL::1 1 1 14 0.00000
-DEAL::1 1 2 2 0.00000
-DEAL::1 1 2 0 0.00000
-DEAL::1 1 2 1 0.00000
-DEAL::1 1 2 3 0.00000
-DEAL::1 1 2 4 0.00000
-DEAL::1 1 2 5 0.00000
-DEAL::1 1 2 6 0.00000
-DEAL::1 1 2 10 0.00000
-DEAL::1 1 2 11 0.00000
-DEAL::1 1 2 13 0.00000
-DEAL::1 1 2 14 0.00000
-DEAL::1 1 2 15 0.00000
-DEAL::1 1 2 16 0.00000
-DEAL::1 1 3 3 0.00000
-DEAL::1 1 3 0 0.00000
-DEAL::1 1 3 2 0.00000
-DEAL::1 1 3 4 0.00000
-DEAL::1 1 3 5 0.00000
-DEAL::1 1 3 6 0.00000
-DEAL::1 1 4 4 0.00000
-DEAL::1 1 4 0 0.00000
-DEAL::1 1 4 2 0.00000
-DEAL::1 1 4 3 0.00000
-DEAL::1 1 4 5 0.00000
-DEAL::1 1 4 6 0.00000
-DEAL::1 1 4 7 0.00000
-DEAL::1 1 4 8 0.00000
-DEAL::1 1 5 5 0.00000
-DEAL::1 1 5 0 0.00000
-DEAL::1 1 5 2 0.00000
-DEAL::1 1 5 3 0.00000
-DEAL::1 1 5 4 0.00000
-DEAL::1 1 5 6 0.00000
-DEAL::1 1 5 11 0.00000
-DEAL::1 1 5 14 0.00000
-DEAL::1 1 5 15 0.00000
-DEAL::1 1 5 16 0.00000
-DEAL::1 1 6 6 0.00000
-DEAL::1 1 6 0 0.00000
-DEAL::1 1 6 2 0.00000
-DEAL::1 1 6 3 0.00000
-DEAL::1 1 6 4 0.00000
-DEAL::1 1 6 5 0.00000
-DEAL::1 1 6 7 0.00000
-DEAL::1 1 6 8 0.00000
-DEAL::1 1 6 11 0.00000
-DEAL::1 1 6 12 0.00000
-DEAL::1 1 6 14 0.00000
-DEAL::1 1 6 15 0.00000
-DEAL::1 1 6 16 0.00000
-DEAL::1 1 6 17 0.00000
-DEAL::1 1 7 7 0.00000
-DEAL::1 1 7 4 0.00000
-DEAL::1 1 7 6 0.00000
-DEAL::1 1 7 8 0.00000
-DEAL::1 1 8 8 0.00000
-DEAL::1 1 8 4 0.00000
-DEAL::1 1 8 6 0.00000
-DEAL::1 1 8 7 0.00000
-DEAL::1 1 8 11 0.00000
-DEAL::1 1 8 12 0.00000
-DEAL::1 1 8 16 0.00000
-DEAL::1 1 8 17 0.00000
-DEAL::1 1 9 9 0.00000
-DEAL::1 1 9 10 0.00000
-DEAL::1 1 9 11 0.00000
-DEAL::1 1 9 12 0.00000
-DEAL::1 1 10 10 0.00000
-DEAL::1 1 10 1 0.00000
-DEAL::1 1 10 2 0.00000
-DEAL::1 1 10 9 0.00000
-DEAL::1 1 10 11 0.00000
-DEAL::1 1 10 12 0.00000
-DEAL::1 1 10 13 0.00000
-DEAL::1 1 10 14 0.00000
-DEAL::1 1 11 11 0.00000
-DEAL::1 1 11 1 0.00000
-DEAL::1 1 11 2 0.00000
-DEAL::1 1 11 5 0.00000
-DEAL::1 1 11 6 0.00000
-DEAL::1 1 11 8 0.00000
-DEAL::1 1 11 9 0.00000
-DEAL::1 1 11 10 0.00000
-DEAL::1 1 11 12 0.00000
-DEAL::1 1 11 13 0.00000
-DEAL::1 1 11 14 0.00000
-DEAL::1 1 11 15 0.00000
-DEAL::1 1 11 16 0.00000
-DEAL::1 1 11 17 0.00000
-DEAL::1 1 12 12 0.00000
-DEAL::1 1 12 6 0.00000
-DEAL::1 1 12 8 0.00000
-DEAL::1 1 12 9 0.00000
-DEAL::1 1 12 10 0.00000
-DEAL::1 1 12 11 0.00000
-DEAL::1 1 12 16 0.00000
-DEAL::1 1 12 17 0.00000
-DEAL::1 1 13 13 0.00000
-DEAL::1 1 13 1 0.00000
-DEAL::1 1 13 2 0.00000
-DEAL::1 1 13 10 0.00000
-DEAL::1 1 13 11 0.00000
-DEAL::1 1 13 14 0.00000
-DEAL::1 1 14 14 0.00000
-DEAL::1 1 14 1 0.00000
-DEAL::1 1 14 2 0.00000
-DEAL::1 1 14 5 0.00000
-DEAL::1 1 14 6 0.00000
-DEAL::1 1 14 10 0.00000
-DEAL::1 1 14 11 0.00000
-DEAL::1 1 14 13 0.00000
-DEAL::1 1 14 15 0.00000
-DEAL::1 1 14 16 0.00000
-DEAL::1 1 15 15 0.00000
-DEAL::1 1 15 2 0.00000
-DEAL::1 1 15 5 0.00000
-DEAL::1 1 15 6 0.00000
-DEAL::1 1 15 11 0.00000
-DEAL::1 1 15 14 0.00000
-DEAL::1 1 15 16 0.00000
-DEAL::1 1 16 16 0.00000
-DEAL::1 1 16 2 0.00000
-DEAL::1 1 16 5 0.00000
-DEAL::1 1 16 6 0.00000
-DEAL::1 1 16 8 0.00000
-DEAL::1 1 16 11 0.00000
-DEAL::1 1 16 12 0.00000
-DEAL::1 1 16 14 0.00000
-DEAL::1 1 16 15 0.00000
-DEAL::1 1 16 17 0.00000
-DEAL::1 1 17 17 0.00000
-DEAL::1 1 17 6 0.00000
-DEAL::1 1 17 8 0.00000
-DEAL::1 1 17 11 0.00000
-DEAL::1 1 17 12 0.00000
-DEAL::1 1 17 16 0.00000
+DEAL::0 0 0 0 0
+DEAL::0 0 0 1 0
+DEAL::0 0 0 2 0
+DEAL::0 0 0 3 0
+DEAL::0 0 0 4 0
+DEAL::0 0 0 5 0
+DEAL::0 0 0 6 0
+DEAL::0 0 0 7 0
+DEAL::0 0 1 1 0
+DEAL::0 0 1 0 0
+DEAL::0 0 1 2 0
+DEAL::0 0 1 3 0
+DEAL::0 0 1 4 0
+DEAL::0 0 1 5 0
+DEAL::0 0 1 6 0
+DEAL::0 0 1 7 0
+DEAL::0 0 1 8 0
+DEAL::0 0 2 2 0
+DEAL::0 0 2 0 0
+DEAL::0 0 2 1 0
+DEAL::0 0 2 3 0
+DEAL::0 0 2 4 0
+DEAL::0 0 2 5 0
+DEAL::0 0 2 6 0
+DEAL::0 0 2 7 0
+DEAL::0 0 2 8 0
+DEAL::0 0 3 3 0
+DEAL::0 0 3 0 0
+DEAL::0 0 3 1 0
+DEAL::0 0 3 2 0
+DEAL::0 0 3 4 0
+DEAL::0 0 3 5 0
+DEAL::0 0 3 6 0
+DEAL::0 0 3 7 0
+DEAL::0 0 4 4 0
+DEAL::0 0 4 0 0
+DEAL::0 0 4 1 0
+DEAL::0 0 4 2 0
+DEAL::0 0 4 3 0
+DEAL::0 0 4 5 0
+DEAL::0 0 4 6 0
+DEAL::0 0 4 7 0
+DEAL::0 0 5 5 0
+DEAL::0 0 5 0 0
+DEAL::0 0 5 1 0
+DEAL::0 0 5 2 0
+DEAL::0 0 5 3 0
+DEAL::0 0 5 4 0
+DEAL::0 0 5 6 0
+DEAL::0 0 5 7 0
+DEAL::0 0 5 8 0
+DEAL::0 0 6 6 0
+DEAL::0 0 6 0 0
+DEAL::0 0 6 1 0
+DEAL::0 0 6 2 0
+DEAL::0 0 6 3 0
+DEAL::0 0 6 4 0
+DEAL::0 0 6 5 0
+DEAL::0 0 6 7 0
+DEAL::0 0 6 8 0
+DEAL::0 0 7 7 0
+DEAL::0 0 7 0 0
+DEAL::0 0 7 1 0
+DEAL::0 0 7 2 0
+DEAL::0 0 7 3 0
+DEAL::0 0 7 4 0
+DEAL::0 0 7 5 0
+DEAL::0 0 7 6 0
+DEAL::0 0 8 8 0
+DEAL::0 0 8 1 0
+DEAL::0 0 8 2 0
+DEAL::0 0 8 5 0
+DEAL::0 0 8 6 0
+DEAL::0 1 1 0 0
+DEAL::0 1 1 1 0
+DEAL::0 1 1 2 0
+DEAL::0 1 2 0 0
+DEAL::0 1 2 1 0
+DEAL::0 1 2 2 0
+DEAL::0 1 2 3 0
+DEAL::0 1 2 4 0
+DEAL::0 1 2 5 0
+DEAL::0 1 2 6 0
+DEAL::0 1 2 7 0
+DEAL::0 1 2 8 0
+DEAL::0 1 3 4 0
+DEAL::0 1 3 6 0
+DEAL::0 1 3 7 0
+DEAL::0 1 3 8 0
+DEAL::0 1 4 9 0
+DEAL::0 1 4 10 0
+DEAL::0 1 4 11 0
+DEAL::0 1 4 12 0
+DEAL::0 1 5 0 0
+DEAL::0 1 5 1 0
+DEAL::0 1 5 2 0
+DEAL::0 1 5 9 0
+DEAL::0 1 5 10 0
+DEAL::0 1 5 11 0
+DEAL::0 1 5 12 0
+DEAL::0 1 5 13 0
+DEAL::0 1 5 14 0
+DEAL::0 1 6 0 0
+DEAL::0 1 6 1 0
+DEAL::0 1 6 2 0
+DEAL::0 1 6 3 0
+DEAL::0 1 6 4 0
+DEAL::0 1 6 5 0
+DEAL::0 1 6 6 0
+DEAL::0 1 6 7 0
+DEAL::0 1 6 8 0
+DEAL::0 1 6 9 0
+DEAL::0 1 6 10 0
+DEAL::0 1 6 11 0
+DEAL::0 1 6 12 0
+DEAL::0 1 6 13 0
+DEAL::0 1 6 14 0
+DEAL::0 1 6 15 0
+DEAL::0 1 6 16 0
+DEAL::0 1 6 17 0
+DEAL::0 1 7 4 0
+DEAL::0 1 7 6 0
+DEAL::0 1 7 7 0
+DEAL::0 1 7 8 0
+DEAL::0 1 7 9 0
+DEAL::0 1 7 10 0
+DEAL::0 1 7 11 0
+DEAL::0 1 7 12 0
+DEAL::0 1 7 16 0
+DEAL::0 1 7 17 0
+DEAL::0 1 8 0 0
+DEAL::0 1 8 1 0
+DEAL::0 1 8 2 0
+DEAL::1 0 0 1 0
+DEAL::1 0 0 2 0
+DEAL::1 0 0 5 0
+DEAL::1 0 0 6 0
+DEAL::1 0 0 8 0
+DEAL::1 0 1 1 0
+DEAL::1 0 1 2 0
+DEAL::1 0 1 5 0
+DEAL::1 0 1 6 0
+DEAL::1 0 1 8 0
+DEAL::1 0 2 1 0
+DEAL::1 0 2 2 0
+DEAL::1 0 2 5 0
+DEAL::1 0 2 6 0
+DEAL::1 0 2 8 0
+DEAL::1 0 3 2 0
+DEAL::1 0 3 6 0
+DEAL::1 0 4 2 0
+DEAL::1 0 4 3 0
+DEAL::1 0 4 6 0
+DEAL::1 0 4 7 0
+DEAL::1 0 5 2 0
+DEAL::1 0 5 6 0
+DEAL::1 0 6 2 0
+DEAL::1 0 6 3 0
+DEAL::1 0 6 6 0
+DEAL::1 0 6 7 0
+DEAL::1 0 7 2 0
+DEAL::1 0 7 3 0
+DEAL::1 0 7 6 0
+DEAL::1 0 7 7 0
+DEAL::1 0 8 2 0
+DEAL::1 0 8 3 0
+DEAL::1 0 8 6 0
+DEAL::1 0 8 7 0
+DEAL::1 0 9 4 0
+DEAL::1 0 9 5 0
+DEAL::1 0 9 6 0
+DEAL::1 0 9 7 0
+DEAL::1 0 10 4 0
+DEAL::1 0 10 5 0
+DEAL::1 0 10 6 0
+DEAL::1 0 10 7 0
+DEAL::1 0 11 4 0
+DEAL::1 0 11 5 0
+DEAL::1 0 11 6 0
+DEAL::1 0 11 7 0
+DEAL::1 0 12 4 0
+DEAL::1 0 12 5 0
+DEAL::1 0 12 6 0
+DEAL::1 0 12 7 0
+DEAL::1 0 13 5 0
+DEAL::1 0 13 6 0
+DEAL::1 0 14 5 0
+DEAL::1 0 14 6 0
+DEAL::1 0 15 6 0
+DEAL::1 0 16 6 0
+DEAL::1 0 16 7 0
+DEAL::1 0 17 6 0
+DEAL::1 0 17 7 0
+DEAL::1 1 0 0 0
+DEAL::1 1 0 1 0
+DEAL::1 1 0 2 0
+DEAL::1 1 0 3 0
+DEAL::1 1 0 4 0
+DEAL::1 1 0 5 0
+DEAL::1 1 0 6 0
+DEAL::1 1 1 1 0
+DEAL::1 1 1 0 0
+DEAL::1 1 1 2 0
+DEAL::1 1 1 10 0
+DEAL::1 1 1 11 0
+DEAL::1 1 1 13 0
+DEAL::1 1 1 14 0
+DEAL::1 1 2 2 0
+DEAL::1 1 2 0 0
+DEAL::1 1 2 1 0
+DEAL::1 1 2 3 0
+DEAL::1 1 2 4 0
+DEAL::1 1 2 5 0
+DEAL::1 1 2 6 0
+DEAL::1 1 2 10 0
+DEAL::1 1 2 11 0
+DEAL::1 1 2 13 0
+DEAL::1 1 2 14 0
+DEAL::1 1 2 15 0
+DEAL::1 1 2 16 0
+DEAL::1 1 3 3 0
+DEAL::1 1 3 0 0
+DEAL::1 1 3 2 0
+DEAL::1 1 3 4 0
+DEAL::1 1 3 5 0
+DEAL::1 1 3 6 0
+DEAL::1 1 4 4 0
+DEAL::1 1 4 0 0
+DEAL::1 1 4 2 0
+DEAL::1 1 4 3 0
+DEAL::1 1 4 5 0
+DEAL::1 1 4 6 0
+DEAL::1 1 4 7 0
+DEAL::1 1 4 8 0
+DEAL::1 1 5 5 0
+DEAL::1 1 5 0 0
+DEAL::1 1 5 2 0
+DEAL::1 1 5 3 0
+DEAL::1 1 5 4 0
+DEAL::1 1 5 6 0
+DEAL::1 1 5 11 0
+DEAL::1 1 5 14 0
+DEAL::1 1 5 15 0
+DEAL::1 1 5 16 0
+DEAL::1 1 6 6 0
+DEAL::1 1 6 0 0
+DEAL::1 1 6 2 0
+DEAL::1 1 6 3 0
+DEAL::1 1 6 4 0
+DEAL::1 1 6 5 0
+DEAL::1 1 6 7 0
+DEAL::1 1 6 8 0
+DEAL::1 1 6 11 0
+DEAL::1 1 6 12 0
+DEAL::1 1 6 14 0
+DEAL::1 1 6 15 0
+DEAL::1 1 6 16 0
+DEAL::1 1 6 17 0
+DEAL::1 1 7 7 0
+DEAL::1 1 7 4 0
+DEAL::1 1 7 6 0
+DEAL::1 1 7 8 0
+DEAL::1 1 8 8 0
+DEAL::1 1 8 4 0
+DEAL::1 1 8 6 0
+DEAL::1 1 8 7 0
+DEAL::1 1 8 11 0
+DEAL::1 1 8 12 0
+DEAL::1 1 8 16 0
+DEAL::1 1 8 17 0
+DEAL::1 1 9 9 0
+DEAL::1 1 9 10 0
+DEAL::1 1 9 11 0
+DEAL::1 1 9 12 0
+DEAL::1 1 10 10 0
+DEAL::1 1 10 1 0
+DEAL::1 1 10 2 0
+DEAL::1 1 10 9 0
+DEAL::1 1 10 11 0
+DEAL::1 1 10 12 0
+DEAL::1 1 10 13 0
+DEAL::1 1 10 14 0
+DEAL::1 1 11 11 0
+DEAL::1 1 11 1 0
+DEAL::1 1 11 2 0
+DEAL::1 1 11 5 0
+DEAL::1 1 11 6 0
+DEAL::1 1 11 8 0
+DEAL::1 1 11 9 0
+DEAL::1 1 11 10 0
+DEAL::1 1 11 12 0
+DEAL::1 1 11 13 0
+DEAL::1 1 11 14 0
+DEAL::1 1 11 15 0
+DEAL::1 1 11 16 0
+DEAL::1 1 11 17 0
+DEAL::1 1 12 12 0
+DEAL::1 1 12 6 0
+DEAL::1 1 12 8 0
+DEAL::1 1 12 9 0
+DEAL::1 1 12 10 0
+DEAL::1 1 12 11 0
+DEAL::1 1 12 16 0
+DEAL::1 1 12 17 0
+DEAL::1 1 13 13 0
+DEAL::1 1 13 1 0
+DEAL::1 1 13 2 0
+DEAL::1 1 13 10 0
+DEAL::1 1 13 11 0
+DEAL::1 1 13 14 0
+DEAL::1 1 14 14 0
+DEAL::1 1 14 1 0
+DEAL::1 1 14 2 0
+DEAL::1 1 14 5 0
+DEAL::1 1 14 6 0
+DEAL::1 1 14 10 0
+DEAL::1 1 14 11 0
+DEAL::1 1 14 13 0
+DEAL::1 1 14 15 0
+DEAL::1 1 14 16 0
+DEAL::1 1 15 15 0
+DEAL::1 1 15 2 0
+DEAL::1 1 15 5 0
+DEAL::1 1 15 6 0
+DEAL::1 1 15 11 0
+DEAL::1 1 15 14 0
+DEAL::1 1 15 16 0
+DEAL::1 1 16 16 0
+DEAL::1 1 16 2 0
+DEAL::1 1 16 5 0
+DEAL::1 1 16 6 0
+DEAL::1 1 16 8 0
+DEAL::1 1 16 11 0
+DEAL::1 1 16 12 0
+DEAL::1 1 16 14 0
+DEAL::1 1 16 15 0
+DEAL::1 1 16 17 0
+DEAL::1 1 17 17 0
+DEAL::1 1 17 6 0
+DEAL::1 1 17 8 0
+DEAL::1 1 17 11 0
+DEAL::1 1 17 12 0
+DEAL::1 1 17 16 0
DEAL::Global output
-DEAL::0 0 0 0 0.00000
-DEAL::0 0 0 1 0.00000
-DEAL::0 0 0 2 0.00000
-DEAL::0 0 0 3 0.00000
-DEAL::0 0 0 4 0.00000
-DEAL::0 0 0 5 0.00000
-DEAL::0 0 0 6 0.00000
-DEAL::0 0 0 7 0.00000
-DEAL::0 0 1 1 0.00000
-DEAL::0 0 1 0 0.00000
-DEAL::0 0 1 2 0.00000
-DEAL::0 0 1 3 0.00000
-DEAL::0 0 1 4 0.00000
-DEAL::0 0 1 5 0.00000
-DEAL::0 0 1 6 0.00000
-DEAL::0 0 1 7 0.00000
-DEAL::0 0 1 8 0.00000
-DEAL::0 1 1 9 0.00000
-DEAL::0 1 1 10 0.00000
-DEAL::0 1 1 11 0.00000
-DEAL::0 0 2 2 0.00000
-DEAL::0 0 2 0 0.00000
-DEAL::0 0 2 1 0.00000
-DEAL::0 0 2 3 0.00000
-DEAL::0 0 2 4 0.00000
-DEAL::0 0 2 5 0.00000
-DEAL::0 0 2 6 0.00000
-DEAL::0 0 2 7 0.00000
-DEAL::0 0 2 8 0.00000
-DEAL::0 1 2 9 0.00000
-DEAL::0 1 2 10 0.00000
-DEAL::0 1 2 11 0.00000
-DEAL::0 1 2 12 0.00000
-DEAL::0 1 2 13 0.00000
-DEAL::0 1 2 14 0.00000
-DEAL::0 1 2 15 0.00000
-DEAL::0 1 2 16 0.00000
-DEAL::0 1 2 17 0.00000
-DEAL::0 0 3 3 0.00000
-DEAL::0 0 3 0 0.00000
-DEAL::0 0 3 1 0.00000
-DEAL::0 0 3 2 0.00000
-DEAL::0 0 3 4 0.00000
-DEAL::0 0 3 5 0.00000
-DEAL::0 0 3 6 0.00000
-DEAL::0 0 3 7 0.00000
-DEAL::0 1 3 13 0.00000
-DEAL::0 1 3 15 0.00000
-DEAL::0 1 3 16 0.00000
-DEAL::0 1 3 17 0.00000
-DEAL::0 0 4 4 0.00000
-DEAL::0 0 4 0 0.00000
-DEAL::0 0 4 1 0.00000
-DEAL::0 0 4 2 0.00000
-DEAL::0 0 4 3 0.00000
-DEAL::0 0 4 5 0.00000
-DEAL::0 0 4 6 0.00000
-DEAL::0 0 4 7 0.00000
-DEAL::0 1 4 18 0.00000
-DEAL::0 1 4 19 0.00000
-DEAL::0 1 4 20 0.00000
-DEAL::0 1 4 21 0.00000
-DEAL::0 0 5 5 0.00000
-DEAL::0 0 5 0 0.00000
-DEAL::0 0 5 1 0.00000
-DEAL::0 0 5 2 0.00000
-DEAL::0 0 5 3 0.00000
-DEAL::0 0 5 4 0.00000
-DEAL::0 0 5 6 0.00000
-DEAL::0 0 5 7 0.00000
-DEAL::0 0 5 8 0.00000
-DEAL::0 1 5 9 0.00000
-DEAL::0 1 5 10 0.00000
-DEAL::0 1 5 11 0.00000
-DEAL::0 1 5 18 0.00000
-DEAL::0 1 5 19 0.00000
-DEAL::0 1 5 20 0.00000
-DEAL::0 1 5 21 0.00000
-DEAL::0 1 5 22 0.00000
-DEAL::0 1 5 23 0.00000
-DEAL::0 0 6 6 0.00000
-DEAL::0 0 6 0 0.00000
-DEAL::0 0 6 1 0.00000
-DEAL::0 0 6 2 0.00000
-DEAL::0 0 6 3 0.00000
-DEAL::0 0 6 4 0.00000
-DEAL::0 0 6 5 0.00000
-DEAL::0 0 6 7 0.00000
-DEAL::0 0 6 8 0.00000
-DEAL::0 1 6 9 0.00000
-DEAL::0 1 6 10 0.00000
-DEAL::0 1 6 11 0.00000
-DEAL::0 1 6 12 0.00000
-DEAL::0 1 6 13 0.00000
-DEAL::0 1 6 14 0.00000
-DEAL::0 1 6 15 0.00000
-DEAL::0 1 6 16 0.00000
-DEAL::0 1 6 17 0.00000
-DEAL::0 1 6 18 0.00000
-DEAL::0 1 6 19 0.00000
-DEAL::0 1 6 20 0.00000
-DEAL::0 1 6 21 0.00000
-DEAL::0 1 6 22 0.00000
-DEAL::0 1 6 23 0.00000
-DEAL::0 1 6 24 0.00000
-DEAL::0 1 6 25 0.00000
-DEAL::0 1 6 26 0.00000
-DEAL::0 0 7 7 0.00000
-DEAL::0 0 7 0 0.00000
-DEAL::0 0 7 1 0.00000
-DEAL::0 0 7 2 0.00000
-DEAL::0 0 7 3 0.00000
-DEAL::0 0 7 4 0.00000
-DEAL::0 0 7 5 0.00000
-DEAL::0 0 7 6 0.00000
-DEAL::0 1 7 13 0.00000
-DEAL::0 1 7 15 0.00000
-DEAL::0 1 7 16 0.00000
-DEAL::0 1 7 17 0.00000
-DEAL::0 1 7 18 0.00000
-DEAL::0 1 7 19 0.00000
-DEAL::0 1 7 20 0.00000
-DEAL::0 1 7 21 0.00000
-DEAL::0 1 7 25 0.00000
-DEAL::0 1 7 26 0.00000
-DEAL::0 0 8 8 0.00000
-DEAL::0 0 8 1 0.00000
-DEAL::0 0 8 2 0.00000
-DEAL::0 0 8 5 0.00000
-DEAL::0 0 8 6 0.00000
-DEAL::0 1 8 9 0.00000
-DEAL::0 1 8 10 0.00000
-DEAL::0 1 8 11 0.00000
-DEAL::1 0 9 1 0.00000
-DEAL::1 0 9 2 0.00000
-DEAL::1 0 9 5 0.00000
-DEAL::1 0 9 6 0.00000
-DEAL::1 0 9 8 0.00000
-DEAL::1 1 9 9 0.00000
-DEAL::1 1 9 10 0.00000
-DEAL::1 1 9 11 0.00000
-DEAL::1 1 9 12 0.00000
-DEAL::1 1 9 13 0.00000
-DEAL::1 1 9 14 0.00000
-DEAL::1 1 9 15 0.00000
-DEAL::1 0 10 1 0.00000
-DEAL::1 0 10 2 0.00000
-DEAL::1 0 10 5 0.00000
-DEAL::1 0 10 6 0.00000
-DEAL::1 0 10 8 0.00000
-DEAL::1 1 10 10 0.00000
-DEAL::1 1 10 9 0.00000
-DEAL::1 1 10 11 0.00000
-DEAL::1 1 10 19 0.00000
-DEAL::1 1 10 20 0.00000
-DEAL::1 1 10 22 0.00000
-DEAL::1 1 10 23 0.00000
-DEAL::1 0 11 1 0.00000
-DEAL::1 0 11 2 0.00000
-DEAL::1 0 11 5 0.00000
-DEAL::1 0 11 6 0.00000
-DEAL::1 0 11 8 0.00000
-DEAL::1 1 11 11 0.00000
-DEAL::1 1 11 9 0.00000
-DEAL::1 1 11 10 0.00000
-DEAL::1 1 11 12 0.00000
-DEAL::1 1 11 13 0.00000
-DEAL::1 1 11 14 0.00000
-DEAL::1 1 11 15 0.00000
-DEAL::1 1 11 19 0.00000
-DEAL::1 1 11 20 0.00000
-DEAL::1 1 11 22 0.00000
-DEAL::1 1 11 23 0.00000
-DEAL::1 1 11 24 0.00000
-DEAL::1 1 11 25 0.00000
-DEAL::1 0 12 2 0.00000
-DEAL::1 0 12 6 0.00000
-DEAL::1 1 12 12 0.00000
-DEAL::1 1 12 9 0.00000
-DEAL::1 1 12 11 0.00000
-DEAL::1 1 12 13 0.00000
-DEAL::1 1 12 14 0.00000
-DEAL::1 1 12 15 0.00000
-DEAL::1 0 13 2 0.00000
-DEAL::1 0 13 3 0.00000
-DEAL::1 0 13 6 0.00000
-DEAL::1 0 13 7 0.00000
-DEAL::1 1 13 13 0.00000
-DEAL::1 1 13 9 0.00000
-DEAL::1 1 13 11 0.00000
-DEAL::1 1 13 12 0.00000
-DEAL::1 1 13 14 0.00000
-DEAL::1 1 13 15 0.00000
-DEAL::1 1 13 16 0.00000
-DEAL::1 1 13 17 0.00000
-DEAL::1 0 14 2 0.00000
-DEAL::1 0 14 6 0.00000
-DEAL::1 1 14 14 0.00000
-DEAL::1 1 14 9 0.00000
-DEAL::1 1 14 11 0.00000
-DEAL::1 1 14 12 0.00000
-DEAL::1 1 14 13 0.00000
-DEAL::1 1 14 15 0.00000
-DEAL::1 1 14 20 0.00000
-DEAL::1 1 14 23 0.00000
-DEAL::1 1 14 24 0.00000
-DEAL::1 1 14 25 0.00000
-DEAL::1 0 15 2 0.00000
-DEAL::1 0 15 3 0.00000
-DEAL::1 0 15 6 0.00000
-DEAL::1 0 15 7 0.00000
-DEAL::1 1 15 15 0.00000
-DEAL::1 1 15 9 0.00000
-DEAL::1 1 15 11 0.00000
-DEAL::1 1 15 12 0.00000
-DEAL::1 1 15 13 0.00000
-DEAL::1 1 15 14 0.00000
-DEAL::1 1 15 16 0.00000
-DEAL::1 1 15 17 0.00000
-DEAL::1 1 15 20 0.00000
-DEAL::1 1 15 21 0.00000
-DEAL::1 1 15 23 0.00000
-DEAL::1 1 15 24 0.00000
-DEAL::1 1 15 25 0.00000
-DEAL::1 1 15 26 0.00000
-DEAL::1 0 16 2 0.00000
-DEAL::1 0 16 3 0.00000
-DEAL::1 0 16 6 0.00000
-DEAL::1 0 16 7 0.00000
-DEAL::1 1 16 16 0.00000
-DEAL::1 1 16 13 0.00000
-DEAL::1 1 16 15 0.00000
-DEAL::1 1 16 17 0.00000
-DEAL::1 0 17 2 0.00000
-DEAL::1 0 17 3 0.00000
-DEAL::1 0 17 6 0.00000
-DEAL::1 0 17 7 0.00000
-DEAL::1 1 17 17 0.00000
-DEAL::1 1 17 13 0.00000
-DEAL::1 1 17 15 0.00000
-DEAL::1 1 17 16 0.00000
-DEAL::1 1 17 20 0.00000
-DEAL::1 1 17 21 0.00000
-DEAL::1 1 17 25 0.00000
-DEAL::1 1 17 26 0.00000
-DEAL::1 0 18 4 0.00000
-DEAL::1 0 18 5 0.00000
-DEAL::1 0 18 6 0.00000
-DEAL::1 0 18 7 0.00000
-DEAL::1 1 18 18 0.00000
-DEAL::1 1 18 19 0.00000
-DEAL::1 1 18 20 0.00000
-DEAL::1 1 18 21 0.00000
-DEAL::1 0 19 4 0.00000
-DEAL::1 0 19 5 0.00000
-DEAL::1 0 19 6 0.00000
-DEAL::1 0 19 7 0.00000
-DEAL::1 1 19 19 0.00000
-DEAL::1 1 19 10 0.00000
-DEAL::1 1 19 11 0.00000
-DEAL::1 1 19 18 0.00000
-DEAL::1 1 19 20 0.00000
-DEAL::1 1 19 21 0.00000
-DEAL::1 1 19 22 0.00000
-DEAL::1 1 19 23 0.00000
-DEAL::1 0 20 4 0.00000
-DEAL::1 0 20 5 0.00000
-DEAL::1 0 20 6 0.00000
-DEAL::1 0 20 7 0.00000
-DEAL::1 1 20 20 0.00000
-DEAL::1 1 20 10 0.00000
-DEAL::1 1 20 11 0.00000
-DEAL::1 1 20 14 0.00000
-DEAL::1 1 20 15 0.00000
-DEAL::1 1 20 17 0.00000
-DEAL::1 1 20 18 0.00000
-DEAL::1 1 20 19 0.00000
-DEAL::1 1 20 21 0.00000
-DEAL::1 1 20 22 0.00000
-DEAL::1 1 20 23 0.00000
-DEAL::1 1 20 24 0.00000
-DEAL::1 1 20 25 0.00000
-DEAL::1 1 20 26 0.00000
-DEAL::1 0 21 4 0.00000
-DEAL::1 0 21 5 0.00000
-DEAL::1 0 21 6 0.00000
-DEAL::1 0 21 7 0.00000
-DEAL::1 1 21 21 0.00000
-DEAL::1 1 21 15 0.00000
-DEAL::1 1 21 17 0.00000
-DEAL::1 1 21 18 0.00000
-DEAL::1 1 21 19 0.00000
-DEAL::1 1 21 20 0.00000
-DEAL::1 1 21 25 0.00000
-DEAL::1 1 21 26 0.00000
-DEAL::1 0 22 5 0.00000
-DEAL::1 0 22 6 0.00000
-DEAL::1 1 22 22 0.00000
-DEAL::1 1 22 10 0.00000
-DEAL::1 1 22 11 0.00000
-DEAL::1 1 22 19 0.00000
-DEAL::1 1 22 20 0.00000
-DEAL::1 1 22 23 0.00000
-DEAL::1 0 23 5 0.00000
-DEAL::1 0 23 6 0.00000
-DEAL::1 1 23 23 0.00000
-DEAL::1 1 23 10 0.00000
-DEAL::1 1 23 11 0.00000
-DEAL::1 1 23 14 0.00000
-DEAL::1 1 23 15 0.00000
-DEAL::1 1 23 19 0.00000
-DEAL::1 1 23 20 0.00000
-DEAL::1 1 23 22 0.00000
-DEAL::1 1 23 24 0.00000
-DEAL::1 1 23 25 0.00000
-DEAL::1 0 24 6 0.00000
-DEAL::1 1 24 24 0.00000
-DEAL::1 1 24 11 0.00000
-DEAL::1 1 24 14 0.00000
-DEAL::1 1 24 15 0.00000
-DEAL::1 1 24 20 0.00000
-DEAL::1 1 24 23 0.00000
-DEAL::1 1 24 25 0.00000
-DEAL::1 0 25 6 0.00000
-DEAL::1 0 25 7 0.00000
-DEAL::1 1 25 25 0.00000
-DEAL::1 1 25 11 0.00000
-DEAL::1 1 25 14 0.00000
-DEAL::1 1 25 15 0.00000
-DEAL::1 1 25 17 0.00000
-DEAL::1 1 25 20 0.00000
-DEAL::1 1 25 21 0.00000
-DEAL::1 1 25 23 0.00000
-DEAL::1 1 25 24 0.00000
-DEAL::1 1 25 26 0.00000
-DEAL::1 0 26 6 0.00000
-DEAL::1 0 26 7 0.00000
-DEAL::1 1 26 26 0.00000
-DEAL::1 1 26 15 0.00000
-DEAL::1 1 26 17 0.00000
-DEAL::1 1 26 20 0.00000
-DEAL::1 1 26 21 0.00000
-DEAL::1 1 26 25 0.00000
+DEAL::0 0 0 0 0
+DEAL::0 0 0 1 0
+DEAL::0 0 0 2 0
+DEAL::0 0 0 3 0
+DEAL::0 0 0 4 0
+DEAL::0 0 0 5 0
+DEAL::0 0 0 6 0
+DEAL::0 0 0 7 0
+DEAL::0 0 1 1 0
+DEAL::0 0 1 0 0
+DEAL::0 0 1 2 0
+DEAL::0 0 1 3 0
+DEAL::0 0 1 4 0
+DEAL::0 0 1 5 0
+DEAL::0 0 1 6 0
+DEAL::0 0 1 7 0
+DEAL::0 0 1 8 0
+DEAL::0 1 1 9 0
+DEAL::0 1 1 10 0
+DEAL::0 1 1 11 0
+DEAL::0 0 2 2 0
+DEAL::0 0 2 0 0
+DEAL::0 0 2 1 0
+DEAL::0 0 2 3 0
+DEAL::0 0 2 4 0
+DEAL::0 0 2 5 0
+DEAL::0 0 2 6 0
+DEAL::0 0 2 7 0
+DEAL::0 0 2 8 0
+DEAL::0 1 2 9 0
+DEAL::0 1 2 10 0
+DEAL::0 1 2 11 0
+DEAL::0 1 2 12 0
+DEAL::0 1 2 13 0
+DEAL::0 1 2 14 0
+DEAL::0 1 2 15 0
+DEAL::0 1 2 16 0
+DEAL::0 1 2 17 0
+DEAL::0 0 3 3 0
+DEAL::0 0 3 0 0
+DEAL::0 0 3 1 0
+DEAL::0 0 3 2 0
+DEAL::0 0 3 4 0
+DEAL::0 0 3 5 0
+DEAL::0 0 3 6 0
+DEAL::0 0 3 7 0
+DEAL::0 1 3 13 0
+DEAL::0 1 3 15 0
+DEAL::0 1 3 16 0
+DEAL::0 1 3 17 0
+DEAL::0 0 4 4 0
+DEAL::0 0 4 0 0
+DEAL::0 0 4 1 0
+DEAL::0 0 4 2 0
+DEAL::0 0 4 3 0
+DEAL::0 0 4 5 0
+DEAL::0 0 4 6 0
+DEAL::0 0 4 7 0
+DEAL::0 1 4 18 0
+DEAL::0 1 4 19 0
+DEAL::0 1 4 20 0
+DEAL::0 1 4 21 0
+DEAL::0 0 5 5 0
+DEAL::0 0 5 0 0
+DEAL::0 0 5 1 0
+DEAL::0 0 5 2 0
+DEAL::0 0 5 3 0
+DEAL::0 0 5 4 0
+DEAL::0 0 5 6 0
+DEAL::0 0 5 7 0
+DEAL::0 0 5 8 0
+DEAL::0 1 5 9 0
+DEAL::0 1 5 10 0
+DEAL::0 1 5 11 0
+DEAL::0 1 5 18 0
+DEAL::0 1 5 19 0
+DEAL::0 1 5 20 0
+DEAL::0 1 5 21 0
+DEAL::0 1 5 22 0
+DEAL::0 1 5 23 0
+DEAL::0 0 6 6 0
+DEAL::0 0 6 0 0
+DEAL::0 0 6 1 0
+DEAL::0 0 6 2 0
+DEAL::0 0 6 3 0
+DEAL::0 0 6 4 0
+DEAL::0 0 6 5 0
+DEAL::0 0 6 7 0
+DEAL::0 0 6 8 0
+DEAL::0 1 6 9 0
+DEAL::0 1 6 10 0
+DEAL::0 1 6 11 0
+DEAL::0 1 6 12 0
+DEAL::0 1 6 13 0
+DEAL::0 1 6 14 0
+DEAL::0 1 6 15 0
+DEAL::0 1 6 16 0
+DEAL::0 1 6 17 0
+DEAL::0 1 6 18 0
+DEAL::0 1 6 19 0
+DEAL::0 1 6 20 0
+DEAL::0 1 6 21 0
+DEAL::0 1 6 22 0
+DEAL::0 1 6 23 0
+DEAL::0 1 6 24 0
+DEAL::0 1 6 25 0
+DEAL::0 1 6 26 0
+DEAL::0 0 7 7 0
+DEAL::0 0 7 0 0
+DEAL::0 0 7 1 0
+DEAL::0 0 7 2 0
+DEAL::0 0 7 3 0
+DEAL::0 0 7 4 0
+DEAL::0 0 7 5 0
+DEAL::0 0 7 6 0
+DEAL::0 1 7 13 0
+DEAL::0 1 7 15 0
+DEAL::0 1 7 16 0
+DEAL::0 1 7 17 0
+DEAL::0 1 7 18 0
+DEAL::0 1 7 19 0
+DEAL::0 1 7 20 0
+DEAL::0 1 7 21 0
+DEAL::0 1 7 25 0
+DEAL::0 1 7 26 0
+DEAL::0 0 8 8 0
+DEAL::0 0 8 1 0
+DEAL::0 0 8 2 0
+DEAL::0 0 8 5 0
+DEAL::0 0 8 6 0
+DEAL::0 1 8 9 0
+DEAL::0 1 8 10 0
+DEAL::0 1 8 11 0
+DEAL::1 0 9 1 0
+DEAL::1 0 9 2 0
+DEAL::1 0 9 5 0
+DEAL::1 0 9 6 0
+DEAL::1 0 9 8 0
+DEAL::1 1 9 9 0
+DEAL::1 1 9 10 0
+DEAL::1 1 9 11 0
+DEAL::1 1 9 12 0
+DEAL::1 1 9 13 0
+DEAL::1 1 9 14 0
+DEAL::1 1 9 15 0
+DEAL::1 0 10 1 0
+DEAL::1 0 10 2 0
+DEAL::1 0 10 5 0
+DEAL::1 0 10 6 0
+DEAL::1 0 10 8 0
+DEAL::1 1 10 10 0
+DEAL::1 1 10 9 0
+DEAL::1 1 10 11 0
+DEAL::1 1 10 19 0
+DEAL::1 1 10 20 0
+DEAL::1 1 10 22 0
+DEAL::1 1 10 23 0
+DEAL::1 0 11 1 0
+DEAL::1 0 11 2 0
+DEAL::1 0 11 5 0
+DEAL::1 0 11 6 0
+DEAL::1 0 11 8 0
+DEAL::1 1 11 11 0
+DEAL::1 1 11 9 0
+DEAL::1 1 11 10 0
+DEAL::1 1 11 12 0
+DEAL::1 1 11 13 0
+DEAL::1 1 11 14 0
+DEAL::1 1 11 15 0
+DEAL::1 1 11 19 0
+DEAL::1 1 11 20 0
+DEAL::1 1 11 22 0
+DEAL::1 1 11 23 0
+DEAL::1 1 11 24 0
+DEAL::1 1 11 25 0
+DEAL::1 0 12 2 0
+DEAL::1 0 12 6 0
+DEAL::1 1 12 12 0
+DEAL::1 1 12 9 0
+DEAL::1 1 12 11 0
+DEAL::1 1 12 13 0
+DEAL::1 1 12 14 0
+DEAL::1 1 12 15 0
+DEAL::1 0 13 2 0
+DEAL::1 0 13 3 0
+DEAL::1 0 13 6 0
+DEAL::1 0 13 7 0
+DEAL::1 1 13 13 0
+DEAL::1 1 13 9 0
+DEAL::1 1 13 11 0
+DEAL::1 1 13 12 0
+DEAL::1 1 13 14 0
+DEAL::1 1 13 15 0
+DEAL::1 1 13 16 0
+DEAL::1 1 13 17 0
+DEAL::1 0 14 2 0
+DEAL::1 0 14 6 0
+DEAL::1 1 14 14 0
+DEAL::1 1 14 9 0
+DEAL::1 1 14 11 0
+DEAL::1 1 14 12 0
+DEAL::1 1 14 13 0
+DEAL::1 1 14 15 0
+DEAL::1 1 14 20 0
+DEAL::1 1 14 23 0
+DEAL::1 1 14 24 0
+DEAL::1 1 14 25 0
+DEAL::1 0 15 2 0
+DEAL::1 0 15 3 0
+DEAL::1 0 15 6 0
+DEAL::1 0 15 7 0
+DEAL::1 1 15 15 0
+DEAL::1 1 15 9 0
+DEAL::1 1 15 11 0
+DEAL::1 1 15 12 0
+DEAL::1 1 15 13 0
+DEAL::1 1 15 14 0
+DEAL::1 1 15 16 0
+DEAL::1 1 15 17 0
+DEAL::1 1 15 20 0
+DEAL::1 1 15 21 0
+DEAL::1 1 15 23 0
+DEAL::1 1 15 24 0
+DEAL::1 1 15 25 0
+DEAL::1 1 15 26 0
+DEAL::1 0 16 2 0
+DEAL::1 0 16 3 0
+DEAL::1 0 16 6 0
+DEAL::1 0 16 7 0
+DEAL::1 1 16 16 0
+DEAL::1 1 16 13 0
+DEAL::1 1 16 15 0
+DEAL::1 1 16 17 0
+DEAL::1 0 17 2 0
+DEAL::1 0 17 3 0
+DEAL::1 0 17 6 0
+DEAL::1 0 17 7 0
+DEAL::1 1 17 17 0
+DEAL::1 1 17 13 0
+DEAL::1 1 17 15 0
+DEAL::1 1 17 16 0
+DEAL::1 1 17 20 0
+DEAL::1 1 17 21 0
+DEAL::1 1 17 25 0
+DEAL::1 1 17 26 0
+DEAL::1 0 18 4 0
+DEAL::1 0 18 5 0
+DEAL::1 0 18 6 0
+DEAL::1 0 18 7 0
+DEAL::1 1 18 18 0
+DEAL::1 1 18 19 0
+DEAL::1 1 18 20 0
+DEAL::1 1 18 21 0
+DEAL::1 0 19 4 0
+DEAL::1 0 19 5 0
+DEAL::1 0 19 6 0
+DEAL::1 0 19 7 0
+DEAL::1 1 19 19 0
+DEAL::1 1 19 10 0
+DEAL::1 1 19 11 0
+DEAL::1 1 19 18 0
+DEAL::1 1 19 20 0
+DEAL::1 1 19 21 0
+DEAL::1 1 19 22 0
+DEAL::1 1 19 23 0
+DEAL::1 0 20 4 0
+DEAL::1 0 20 5 0
+DEAL::1 0 20 6 0
+DEAL::1 0 20 7 0
+DEAL::1 1 20 20 0
+DEAL::1 1 20 10 0
+DEAL::1 1 20 11 0
+DEAL::1 1 20 14 0
+DEAL::1 1 20 15 0
+DEAL::1 1 20 17 0
+DEAL::1 1 20 18 0
+DEAL::1 1 20 19 0
+DEAL::1 1 20 21 0
+DEAL::1 1 20 22 0
+DEAL::1 1 20 23 0
+DEAL::1 1 20 24 0
+DEAL::1 1 20 25 0
+DEAL::1 1 20 26 0
+DEAL::1 0 21 4 0
+DEAL::1 0 21 5 0
+DEAL::1 0 21 6 0
+DEAL::1 0 21 7 0
+DEAL::1 1 21 21 0
+DEAL::1 1 21 15 0
+DEAL::1 1 21 17 0
+DEAL::1 1 21 18 0
+DEAL::1 1 21 19 0
+DEAL::1 1 21 20 0
+DEAL::1 1 21 25 0
+DEAL::1 1 21 26 0
+DEAL::1 0 22 5 0
+DEAL::1 0 22 6 0
+DEAL::1 1 22 22 0
+DEAL::1 1 22 10 0
+DEAL::1 1 22 11 0
+DEAL::1 1 22 19 0
+DEAL::1 1 22 20 0
+DEAL::1 1 22 23 0
+DEAL::1 0 23 5 0
+DEAL::1 0 23 6 0
+DEAL::1 1 23 23 0
+DEAL::1 1 23 10 0
+DEAL::1 1 23 11 0
+DEAL::1 1 23 14 0
+DEAL::1 1 23 15 0
+DEAL::1 1 23 19 0
+DEAL::1 1 23 20 0
+DEAL::1 1 23 22 0
+DEAL::1 1 23 24 0
+DEAL::1 1 23 25 0
+DEAL::1 0 24 6 0
+DEAL::1 1 24 24 0
+DEAL::1 1 24 11 0
+DEAL::1 1 24 14 0
+DEAL::1 1 24 15 0
+DEAL::1 1 24 20 0
+DEAL::1 1 24 23 0
+DEAL::1 1 24 25 0
+DEAL::1 0 25 6 0
+DEAL::1 0 25 7 0
+DEAL::1 1 25 25 0
+DEAL::1 1 25 11 0
+DEAL::1 1 25 14 0
+DEAL::1 1 25 15 0
+DEAL::1 1 25 17 0
+DEAL::1 1 25 20 0
+DEAL::1 1 25 21 0
+DEAL::1 1 25 23 0
+DEAL::1 1 25 24 0
+DEAL::1 1 25 26 0
+DEAL::1 0 26 6 0
+DEAL::1 0 26 7 0
+DEAL::1 1 26 26 0
+DEAL::1 1 26 15 0
+DEAL::1 1 26 17 0
+DEAL::1 1 26 20 0
+DEAL::1 1 26 21 0
+DEAL::1 1 26 25 0
+++ /dev/null
-
-DEAL::Size 32 Unknowns 961
-DEAL::Solver type: 16SolverRichardsonI6VectorIdEE
-DEAL:Richardson::Starting value 31.00
-DEAL:Richardson::Failure step 374 value nan
-DEAL::Iterative method reported convergence failure in step 374 with residual nan
-DEAL::Solver stopped after 374 iterations
-DEAL::GrowingVectorMemory:Overall allocated vectors: 2
-DEAL::GrowingVectorMemory:Maximum allocated vectors: 2
DEAL::Number of cells: 115
DEAL::Number of dofs: 116
DEAL::Number of constraints: 0
-DEAL::|A|=0.00000
+DEAL::|A|=0
DEAL::|B|=364377.
DEAL::2D
DEAL::Number of cells: 1009
DEAL::Number of dofs: 1301
DEAL::Number of constraints: 459
-DEAL::|A|=0.00000
+DEAL::|A|=0
DEAL::|B|=1.01084e+09
DEAL::3D
DEAL::Number of cells: 1023
DEAL::Number of dofs: 1745
DEAL::Number of constraints: 881
-DEAL::|A|=0.00000
+DEAL::|A|=0
DEAL::|B|=1.74728e+10
DEAL::Checking Q1 in 1d:
-DEAL::0.0 2.5
-DEAL::0.0 3.8
+DEAL::0 2.5
+DEAL::0 3.8
DEAL::Checking Q1 in 2d:
DEAL::3.5 0.50 2.0 3.5 4.5 7.0
DEAL::4.4 0.75 4.0 5.2 6.8 14.
DEAL::6.5 0.50 2.0 1.0 6.0 2.5 11. 4.0 6.0 7.5 9.5 12. 8.5 11. 12. 14. 18. 17. 18. 20.
DEAL::8.1 0.75 3.0 2.0 9.0 3.8 16. 8.0 12. 11. 11. 14. 13. 16. 17. 22. 20. 26. 27. 24.
DEAL::Checking Q2 in 1d:
-DEAL::0.0 1.5 2.0
-DEAL::0.0 2.2 4.0
+DEAL::0 1.5 2.0
+DEAL::0 2.2 4.0
DEAL::Checking Q2 in 2d:
-DEAL::3.5 0.50 0.0 3.0 1.0 2.0 3.5 3.5 4.5 4.5 4.5 4.5 5.0 7.5 7.5 7.5 7.5 8.0 8.0
-DEAL::4.4 0.75 0.0 4.5 2.0 4.0 5.2 5.2 6.8 6.8 6.8 6.8 10. 9.4 11. 11. 11. 16. 16.
+DEAL::3.5 0.50 0 3.0 1.0 2.0 3.5 3.5 4.5 4.5 4.5 4.5 5.0 7.5 7.5 7.5 7.5 8.0 8.0
+DEAL::4.4 0.75 0 4.5 2.0 4.0 5.2 5.2 6.8 6.8 6.8 6.8 10. 9.4 11. 11. 11. 16. 16.
DEAL::Checking Q2 in 3d:
-DEAL::6.5 0.50 2.0 0.0 2.3 2.5 0.0 2.0 0.0 5.0 3.0 1.0 3.0 1.0 1.0 6.0 2.5 2.0 2.0 2.0 3.5 2.0 3.5 11. 3.0 3.0 3.5 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 6.0 7.5 9.5 6.5 8.0 8.0 7.5 8.0 7.5 10. 14. 7.5 9.5 7.0 10. 8.5 12. 14. 12. 10. 8.5 9.0 11. 11. 9.0 12. 12. 10. 10. 12. 16. 12. 11. 12. 16. 16. 16. 12. 13. 13. 16. 14. 16. 14. 16. 16. 16. 15. 17. 15. 17. 16. 18. 16. 18. 16. 16. 16. 17. 17. 18. 18. 18. 18. 19. 20. 19. 20. 20. 20. 20. 21.
-DEAL::8.1 0.75 3.0 0.0 3.1 3.1 0.0 3.0 0.0 7.5 4.5 2.0 4.5 2.0 2.0 9.0 3.8 4.0 4.0 4.0 4.4 4.0 5.2 16. 6.0 6.0 5.2 6.0 6.0 8.0 8.0 8.0 8.0 10. 10. 12. 11. 11. 9.8 12. 12. 9.4 12. 11. 16. 15. 11. 12. 14. 16. 13. 19. 18. 19. 15. 13. 18. 16. 16. 18. 17. 17. 16. 20. 17. 19. 17. 22. 17. 25. 25. 25. 24. 26. 26. 19. 28. 24. 22. 24. 23. 23. 30. 26. 30. 26. 23. 27. 32. 27. 25. 32. 32. 34. 34. 36. 28. 36. 36. 38. 29. 38. 31. 31. 40. 31. 42.
+DEAL::6.5 0.50 2.0 0 2.3 2.5 0 2.0 0 5.0 3.0 1.0 3.0 1.0 1.0 6.0 2.5 2.0 2.0 2.0 3.5 2.0 3.5 11. 3.0 3.0 3.5 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 6.0 7.5 9.5 6.5 8.0 8.0 7.5 8.0 7.5 10. 14. 7.5 9.5 7.0 10. 8.5 12. 14. 12. 10. 8.5 9.0 11. 11. 9.0 12. 12. 10. 10. 12. 16. 12. 11. 12. 16. 16. 16. 12. 13. 13. 16. 14. 16. 14. 16. 16. 16. 15. 17. 15. 17. 16. 18. 16. 18. 16. 16. 16. 17. 17. 18. 18. 18. 18. 19. 20. 19. 20. 20. 20. 20. 21.
+DEAL::8.1 0.75 3.0 0 3.1 3.1 0 3.0 0 7.5 4.5 2.0 4.5 2.0 2.0 9.0 3.8 4.0 4.0 4.0 4.4 4.0 5.2 16. 6.0 6.0 5.2 6.0 6.0 8.0 8.0 8.0 8.0 10. 10. 12. 11. 11. 9.8 12. 12. 9.4 12. 11. 16. 15. 11. 12. 14. 16. 13. 19. 18. 19. 15. 13. 18. 16. 16. 18. 17. 17. 16. 20. 17. 19. 17. 22. 17. 25. 25. 25. 24. 26. 26. 19. 28. 24. 22. 24. 23. 23. 30. 26. 30. 26. 23. 27. 32. 27. 25. 32. 32. 34. 34. 36. 28. 36. 36. 38. 29. 38. 31. 31. 40. 31. 42.
DEAL::Checking Q3 in 1d:
-DEAL::0.0 0.0 1.0 2.0 3.0
-DEAL::0.0 0.0 2.0 4.0 6.0
+DEAL::0 0 1.0 2.0 3.0
+DEAL::0 0 2.0 4.0 6.0
DEAL::Checking Q3 in 2d:
-DEAL::3.5 0.50 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 3.5 2.0 3.5 2.0 2.0 5.5 4.5 3.5 3.0 6.5 4.0 4.0 4.0 5.0 5.0 6.5 6.0 7.5 6.0 7.0 7.0 7.5 7.0 8.5 8.0 8.5 8.0 9.0 9.0
-DEAL::4.4 0.75 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 4.4 4.0 5.2 4.0 4.0 6.9 6.8 5.2 6.0 9.8 8.0 8.0 8.0 10. 10. 9.8 12. 11. 12. 14. 14. 11. 14. 13. 16. 13. 16. 18. 18.
+DEAL::3.5 0.50 0 0 0 0 1.0 1.0 1.0 1.0 3.5 2.0 3.5 2.0 2.0 5.5 4.5 3.5 3.0 6.5 4.0 4.0 4.0 5.0 5.0 6.5 6.0 7.5 6.0 7.0 7.0 7.5 7.0 8.5 8.0 8.5 8.0 9.0 9.0
+DEAL::4.4 0.75 0 0 0 0 2.0 2.0 2.0 2.0 4.4 4.0 5.2 4.0 4.0 6.9 6.8 5.2 6.0 9.8 8.0 8.0 8.0 10. 10. 9.8 12. 11. 12. 14. 14. 11. 14. 13. 16. 13. 16. 18. 18.
DEAL::Checking Q3 in 3d:
-DEAL::6.5 0.50 2.0 0.0 0.0 0.50 2.0 2.0 0.50 0.0 0.50 0.0 2.0 2.0 0.0 0.0 0.0 0.0 0.50 0.0 0.0 0.0 5.2 1.0 1.0 2.7 3.0 1.0 1.0 1.0 3.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 3.5 2.5 2.0 2.5 3.5 2.0 2.5 3.5 2.0 2.0 2.0 2.0 2.5 3.5 3.5 2.0 2.0 2.0 2.0 3.5 3.0 3.0 3.5 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.5 3.0 3.0 3.0 4.0 4.0 4.0 4.5 4.0 4.0 4.0 4.0 4.5 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 7.5 8.5 6.0 6.5 6.0 8.0 9.5 8.0 6.5 7.5 6.0 6.0 8.0 6.0 6.5 6.5 7.5 6.0 6.0 6.0 6.0 12. 7.0 10. 9.0 12. 10. 12. 7.0 9.0 7.0 7.0 10. 7.5 7.0 7.0 7.0 14. 12. 8.5 14. 10. 12. 8.0 8.0 10. 12. 8.0 8.0 8.5 8.0 8.0 8.0 9.0 11. 11. 9.0 9.0 11. 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 12. 12. 10. 10. 10. 10. 12. 10. 10. 10. 10. 11. 14. 14. 16. 11. 11. 14. 14. 12. 11. 11. 11. 16. 12. 16. 12. 12. 16. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 16. 14. 14. 16. 16. 14. 16. 14. 16. 14. 14. 14. 16. 14. 14. 14. 16. 15. 15. 17. 17. 15. 16. 15. 17. 15. 15. 15. 16. 15. 15. 15. 18. 16. 16. 18. 18. 16. 16. 16. 18. 16. 16. 16. 16. 16. 16. 16. 19. 17. 19. 19. 17. 17. 17. 17. 18. 18. 18. 20. 18. 18. 18. 18. 20. 18. 18. 18. 19. 20. 19. 19. 19. 19. 19. 20. 20. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21.
-DEAL::8.1 0.75 3.0 0.0 0.0 0.75 3.0 3.0 0.75 0.0 0.75 0.0 3.0 3.0 0.0 0.0 0.0 0.0 0.75 0.0 0.0 0.0 6.6 2.0 2.0 3.6 4.5 2.0 2.0 2.0 4.5 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 5.2 3.8 4.0 3.8 5.2 4.0 3.8 5.2 4.0 4.0 4.0 4.0 3.8 5.2 5.2 4.0 4.0 4.0 4.0 5.2 6.0 6.0 5.2 6.0 6.0 6.0 6.0 6.0 6.0 6.0 5.2 6.0 6.0 6.0 8.0 8.0 8.0 6.8 8.0 8.0 8.0 8.0 6.8 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 9.4 11. 12. 9.8 12. 12. 12. 12. 9.8 9.4 12. 12. 12. 12. 9.8 9.8 11. 12. 12. 12. 12. 14. 14. 16. 14. 16. 16. 14. 14. 14. 14. 14. 16. 11. 14. 14. 14. 18. 19. 13. 18. 13. 19. 16. 16. 15. 19. 16. 16. 13. 16. 16. 16. 18. 16. 16. 18. 18. 16. 18. 18. 18. 18. 18. 16. 20. 16. 20. 20. 14. 17. 20. 20. 16. 16. 17. 20. 20. 20. 20. 22. 22. 22. 19. 22. 22. 22. 22. 17. 22. 22. 22. 25. 19. 25. 24. 24. 25. 24. 19. 19. 24. 24. 26. 26. 26. 26. 26. 26. 26. 26. 26. 19. 28. 22. 24. 21. 22. 19. 28. 24. 28. 28. 22. 23. 28. 28. 28. 23. 30. 30. 26. 26. 30. 23. 30. 26. 30. 30. 30. 23. 30. 30. 30. 27. 32. 25. 27. 23. 32. 32. 32. 27. 32. 32. 32. 25. 32. 32. 32. 28. 34. 28. 28. 34. 34. 34. 34. 36. 28. 28. 24. 36. 36. 28. 28. 29. 36. 36. 36. 38. 29. 38. 38. 38. 38. 38. 29. 29. 38. 38. 31. 40. 31. 31. 40. 40. 40. 40. 31. 40. 40. 40. 42. 42. 42. 42. 42. 42.
+DEAL::6.5 0.50 2.0 0 0 0.50 2.0 2.0 0.50 0 0.50 0 2.0 2.0 0 0 0 0 0.50 0 0 0 5.2 1.0 1.0 2.7 3.0 1.0 1.0 1.0 3.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 3.5 2.5 2.0 2.5 3.5 2.0 2.5 3.5 2.0 2.0 2.0 2.0 2.5 3.5 3.5 2.0 2.0 2.0 2.0 3.5 3.0 3.0 3.5 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.5 3.0 3.0 3.0 4.0 4.0 4.0 4.5 4.0 4.0 4.0 4.0 4.5 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 7.5 8.5 6.0 6.5 6.0 8.0 9.5 8.0 6.5 7.5 6.0 6.0 8.0 6.0 6.5 6.5 7.5 6.0 6.0 6.0 6.0 12. 7.0 10. 9.0 12. 10. 12. 7.0 9.0 7.0 7.0 10. 7.5 7.0 7.0 7.0 14. 12. 8.5 14. 10. 12. 8.0 8.0 10. 12. 8.0 8.0 8.5 8.0 8.0 8.0 9.0 11. 11. 9.0 9.0 11. 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 12. 12. 10. 10. 10. 10. 12. 10. 10. 10. 10. 11. 14. 14. 16. 11. 11. 14. 14. 12. 11. 11. 11. 16. 12. 16. 12. 12. 16. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 16. 14. 14. 16. 16. 14. 16. 14. 16. 14. 14. 14. 16. 14. 14. 14. 16. 15. 15. 17. 17. 15. 16. 15. 17. 15. 15. 15. 16. 15. 15. 15. 18. 16. 16. 18. 18. 16. 16. 16. 18. 16. 16. 16. 16. 16. 16. 16. 19. 17. 19. 19. 17. 17. 17. 17. 18. 18. 18. 20. 18. 18. 18. 18. 20. 18. 18. 18. 19. 20. 19. 19. 19. 19. 19. 20. 20. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21.
+DEAL::8.1 0.75 3.0 0 0 0.75 3.0 3.0 0.75 0 0.75 0 3.0 3.0 0 0 0 0 0.75 0 0 0 6.6 2.0 2.0 3.6 4.5 2.0 2.0 2.0 4.5 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 5.2 3.8 4.0 3.8 5.2 4.0 3.8 5.2 4.0 4.0 4.0 4.0 3.8 5.2 5.2 4.0 4.0 4.0 4.0 5.2 6.0 6.0 5.2 6.0 6.0 6.0 6.0 6.0 6.0 6.0 5.2 6.0 6.0 6.0 8.0 8.0 8.0 6.8 8.0 8.0 8.0 8.0 6.8 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 9.4 11. 12. 9.8 12. 12. 12. 12. 9.8 9.4 12. 12. 12. 12. 9.8 9.8 11. 12. 12. 12. 12. 14. 14. 16. 14. 16. 16. 14. 14. 14. 14. 14. 16. 11. 14. 14. 14. 18. 19. 13. 18. 13. 19. 16. 16. 15. 19. 16. 16. 13. 16. 16. 16. 18. 16. 16. 18. 18. 16. 18. 18. 18. 18. 18. 16. 20. 16. 20. 20. 14. 17. 20. 20. 16. 16. 17. 20. 20. 20. 20. 22. 22. 22. 19. 22. 22. 22. 22. 17. 22. 22. 22. 25. 19. 25. 24. 24. 25. 24. 19. 19. 24. 24. 26. 26. 26. 26. 26. 26. 26. 26. 26. 19. 28. 22. 24. 21. 22. 19. 28. 24. 28. 28. 22. 23. 28. 28. 28. 23. 30. 30. 26. 26. 30. 23. 30. 26. 30. 30. 30. 23. 30. 30. 30. 27. 32. 25. 27. 23. 32. 32. 32. 27. 32. 32. 32. 25. 32. 32. 32. 28. 34. 28. 28. 34. 34. 34. 34. 36. 28. 28. 24. 36. 36. 28. 28. 29. 36. 36. 36. 38. 29. 38. 38. 38. 38. 38. 29. 29. 38. 38. 31. 40. 31. 31. 40. 40. 40. 40. 31. 40. 40. 40. 42. 42. 42. 42. 42. 42.
DEAL::Checking DGQ0 in 1d:
-DEAL::0.0 3.0
-DEAL::0.0 6.0
+DEAL::0 3.0
+DEAL::0 6.0
DEAL::Checking DGQ0 in 2d:
-DEAL::0.0 3.0 6.0 9.0
-DEAL::0.0 6.0 12. 18.
+DEAL::0 3.0 6.0 9.0
+DEAL::0 6.0 12. 18.
DEAL::Checking DGQ0 in 3d:
-DEAL::0.0 3.0 6.0 9.0 12. 15. 18. 21.
-DEAL::0.0 6.0 12. 18. 24. 30. 36. 42.
+DEAL::0 3.0 6.0 9.0 12. 15. 18. 21.
+DEAL::0 6.0 12. 18. 24. 30. 36. 42.
DEAL::Checking DGQ1 in 1d:
-DEAL::0.0 1.0 3.0
-DEAL::0.0 2.0 6.0
+DEAL::0 1.0 3.0
+DEAL::0 2.0 6.0
DEAL::Checking DGQ1 in 2d:
-DEAL::0.0 0.0 1.0 2.0 3.0 3.0 4.0 5.0 6.0 6.0 7.0 8.0 9.0 9.0
-DEAL::0.0 0.0 2.0 4.0 6.0 6.0 8.0 10. 12. 12. 14. 16. 18. 18.
+DEAL::0 0 1.0 2.0 3.0 3.0 4.0 5.0 6.0 6.0 7.0 8.0 9.0 9.0
+DEAL::0 0 2.0 4.0 6.0 6.0 8.0 10. 12. 12. 14. 16. 18. 18.
DEAL::Checking DGQ1 in 3d:
-DEAL::0.0 0.0 0.0 1.0 1.0 1.0 2.0 2.0 3.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 6.0 6.0 6.0 7.0 7.0 7.0 8.0 8.0 9.0 9.0 9.0 10. 10. 10. 11. 11. 12. 12. 12. 13. 13. 13. 14. 14. 15. 15. 15. 16. 16. 16. 17. 17. 18. 18. 18. 19. 19. 19. 20. 20. 21. 21. 21.
-DEAL::0.0 0.0 0.0 2.0 2.0 2.0 4.0 4.0 6.0 6.0 6.0 8.0 8.0 8.0 10. 10. 12. 12. 12. 14. 14. 14. 16. 16. 18. 18. 18. 20. 20. 20. 22. 22. 24. 24. 24. 26. 26. 26. 28. 28. 30. 30. 30. 32. 32. 32. 34. 34. 36. 36. 36. 38. 38. 38. 40. 40. 42. 42. 42.
+DEAL::0 0 0 1.0 1.0 1.0 2.0 2.0 3.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 6.0 6.0 6.0 7.0 7.0 7.0 8.0 8.0 9.0 9.0 9.0 10. 10. 10. 11. 11. 12. 12. 12. 13. 13. 13. 14. 14. 15. 15. 15. 16. 16. 16. 17. 17. 18. 18. 18. 19. 19. 19. 20. 20. 21. 21. 21.
+DEAL::0 0 0 2.0 2.0 2.0 4.0 4.0 6.0 6.0 6.0 8.0 8.0 8.0 10. 10. 12. 12. 12. 14. 14. 14. 16. 16. 18. 18. 18. 20. 20. 20. 22. 22. 24. 24. 24. 26. 26. 26. 28. 28. 30. 30. 30. 32. 32. 32. 34. 34. 36. 36. 36. 38. 38. 38. 40. 40. 42. 42. 42.
DEAL::Checking DGQ2 in 1d:
-DEAL::0.0 1.0 2.0 3.0
-DEAL::0.0 2.0 4.0 6.0
+DEAL::0 1.0 2.0 3.0
+DEAL::0 2.0 4.0 6.0
DEAL::Checking DGQ2 in 2d:
-DEAL::0.0 0.0 0.0 1.0 1.0 1.0 2.0 2.0 2.0 3.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 5.0 6.0 6.0 6.0 7.0 7.0 7.0 8.0 8.0 8.0 9.0 9.0 9.0
-DEAL::0.0 0.0 0.0 2.0 2.0 2.0 4.0 4.0 4.0 6.0 6.0 6.0 8.0 8.0 8.0 10. 10. 10. 12. 12. 12. 14. 14. 14. 16. 16. 16. 18. 18. 18.
+DEAL::0 0 0 1.0 1.0 1.0 2.0 2.0 2.0 3.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 5.0 6.0 6.0 6.0 7.0 7.0 7.0 8.0 8.0 8.0 9.0 9.0 9.0
+DEAL::0 0 0 2.0 2.0 2.0 4.0 4.0 4.0 6.0 6.0 6.0 8.0 8.0 8.0 10. 10. 10. 12. 12. 12. 14. 14. 14. 16. 16. 16. 18. 18. 18.
DEAL::Checking DGQ2 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42. 42. 42.
+DEAL::0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21.
+DEAL::0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42. 42. 42.
DEAL::Checking DGQ3 in 1d:
-DEAL::0.0 0.0 1.0 2.0 3.0 3.0
-DEAL::0.0 0.0 2.0 4.0 6.0 6.0
+DEAL::0 0 1.0 2.0 3.0 3.0
+DEAL::0 0 2.0 4.0 6.0 6.0
DEAL::Checking DGQ3 in 2d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18.
+DEAL::0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0
+DEAL::0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18.
DEAL::Checking DGQ3 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42.
DEAL::Checking DGQ4 in 1d:
-DEAL::0.0 0.0 1.0 1.0 2.0 3.0 3.0
-DEAL::0.0 0.0 2.0 2.0 4.0 6.0 6.0
+DEAL::0 0 1.0 1.0 2.0 3.0 3.0
+DEAL::0 0 2.0 2.0 4.0 6.0 6.0
DEAL::Checking DGQ4 in 2d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 18. 18.
+DEAL::0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0
+DEAL::0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 18. 18.
DEAL::Checking DGQ4 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42.
DEAL::Checking DGP0 in 1d:
-DEAL::0.0 3.0
-DEAL::0.0 6.0
+DEAL::0 3.0
+DEAL::0 6.0
DEAL::Checking DGP0 in 2d:
-DEAL::0.0 3.0 6.0 9.0
-DEAL::0.0 6.0 12. 18.
+DEAL::0 3.0 6.0 9.0
+DEAL::0 6.0 12. 18.
DEAL::Checking DGP0 in 3d:
-DEAL::0.0 3.0 6.0 9.0 12. 15. 18. 21.
-DEAL::0.0 6.0 12. 18. 24. 30. 36. 42.
+DEAL::0 3.0 6.0 9.0 12. 15. 18. 21.
+DEAL::0 6.0 12. 18. 24. 30. 36. 42.
DEAL::Checking DGP1 in 1d:
-DEAL::0.0 1.0 3.0
-DEAL::0.0 2.0 6.0
+DEAL::0 1.0 3.0
+DEAL::0 2.0 6.0
DEAL::Checking DGP1 in 2d:
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18.
DEAL::Checking DGP1 in 3d:
-DEAL::0.0 0.0 1.0 2.0 3.0 3.0 4.0 5.0 6.0 6.0 7.0 8.0 9.0 9.0 10. 11. 12. 12. 13. 14. 15. 15. 16. 17. 18. 18. 19. 20. 21. 21.
-DEAL::0.0 0.0 2.0 4.0 6.0 6.0 8.0 10. 12. 12. 14. 16. 18. 18. 20. 22. 24. 24. 26. 28. 30. 30. 32. 34. 36. 36. 38. 40. 42. 42.
+DEAL::0 0 1.0 2.0 3.0 3.0 4.0 5.0 6.0 6.0 7.0 8.0 9.0 9.0 10. 11. 12. 12. 13. 14. 15. 15. 16. 17. 18. 18. 19. 20. 21. 21.
+DEAL::0 0 2.0 4.0 6.0 6.0 8.0 10. 12. 12. 14. 16. 18. 18. 20. 22. 24. 24. 26. 28. 30. 30. 32. 34. 36. 36. 38. 40. 42. 42.
DEAL::Checking DGP2 in 1d:
-DEAL::0.0 1.0 2.0 3.0
-DEAL::0.0 2.0 4.0 6.0
+DEAL::0 1.0 2.0 3.0
+DEAL::0 2.0 4.0 6.0
DEAL::Checking DGP2 in 2d:
-DEAL::0.0 0.0 1.0 1.0 2.0 2.0 3.0 3.0 4.0 4.0 5.0 5.0 6.0 6.0 7.0 7.0 8.0 8.0 9.0 9.0
-DEAL::0.0 0.0 2.0 2.0 4.0 4.0 6.0 6.0 8.0 8.0 10. 10. 12. 12. 14. 14. 16. 16. 18. 18.
+DEAL::0 0 1.0 1.0 2.0 2.0 3.0 3.0 4.0 4.0 5.0 5.0 6.0 6.0 7.0 7.0 8.0 8.0 9.0 9.0
+DEAL::0 0 2.0 2.0 4.0 4.0 6.0 6.0 8.0 8.0 10. 10. 12. 12. 14. 14. 16. 16. 18. 18.
DEAL::Checking DGP2 in 3d:
-DEAL::0.0 0.0 0.0 0.0 1.0 1.0 1.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 10. 10. 10. 11. 11. 11. 12. 12. 12. 12. 13. 13. 13. 14. 14. 14. 15. 15. 15. 15. 16. 16. 16. 17. 17. 17. 18. 18. 18. 18. 19. 19. 19. 20. 20. 20. 21. 21. 21. 21.
-DEAL::0.0 0.0 0.0 0.0 2.0 2.0 2.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 10. 10. 10. 12. 12. 12. 12. 14. 14. 14. 16. 16. 16. 18. 18. 18. 18. 20. 20. 20. 22. 22. 22. 24. 24. 24. 24. 26. 26. 26. 28. 28. 28. 30. 30. 30. 30. 32. 32. 32. 34. 34. 34. 36. 36. 36. 36. 38. 38. 38. 40. 40. 40. 42. 42. 42. 42.
+DEAL::0 0 0 0 1.0 1.0 1.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 10. 10. 10. 11. 11. 11. 12. 12. 12. 12. 13. 13. 13. 14. 14. 14. 15. 15. 15. 15. 16. 16. 16. 17. 17. 17. 18. 18. 18. 18. 19. 19. 19. 20. 20. 20. 21. 21. 21. 21.
+DEAL::0 0 0 0 2.0 2.0 2.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 10. 10. 10. 12. 12. 12. 12. 14. 14. 14. 16. 16. 16. 18. 18. 18. 18. 20. 20. 20. 22. 22. 22. 24. 24. 24. 24. 26. 26. 26. 28. 28. 28. 30. 30. 30. 30. 32. 32. 32. 34. 34. 34. 36. 36. 36. 36. 38. 38. 38. 40. 40. 40. 42. 42. 42. 42.
DEAL::Checking DGP3 in 1d:
-DEAL::0.0 0.0 1.0 2.0 3.0 3.0
-DEAL::0.0 0.0 2.0 4.0 6.0 6.0
+DEAL::0 0 1.0 2.0 3.0 3.0
+DEAL::0 0 2.0 4.0 6.0 6.0
DEAL::Checking DGP3 in 2d:
-DEAL::0.0 0.0 0.0 0.0 1.0 1.0 1.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0
-DEAL::0.0 0.0 0.0 0.0 2.0 2.0 2.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 10. 10. 10. 12. 12. 12. 12. 14. 14. 14. 16. 16. 16. 18. 18. 18. 18.
+DEAL::0 0 0 0 1.0 1.0 1.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0
+DEAL::0 0 0 0 2.0 2.0 2.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 10. 10. 10. 12. 12. 12. 12. 14. 14. 14. 16. 16. 16. 18. 18. 18. 18.
DEAL::Checking DGP3 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42.
+DEAL::0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21.
+DEAL::0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42.
DEAL::Checking DGP4 in 1d:
-DEAL::0.0 0.0 1.0 1.0 2.0 3.0 3.0
-DEAL::0.0 0.0 2.0 2.0 4.0 6.0 6.0
+DEAL::0 0 1.0 1.0 2.0 3.0 3.0
+DEAL::0 0 2.0 2.0 4.0 6.0 6.0
DEAL::Checking DGP4 in 2d:
-DEAL::0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0
-DEAL::0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18.
+DEAL::0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0
+DEAL::0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18.
DEAL::Checking DGP4 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42. 42.
DEAL::Checking Nedelec1 in 2d:
DEAL::Checking Nedelec1 in 3d:
DEAL::Checking FE_Q<1>(1)3 in 1d:
-DEAL::0.0 0.50 1.5 2.5 3.0
-DEAL::0.0 0.50 1.5 2.5 3.0
+DEAL::0 0.50 1.5 2.5 3.0
+DEAL::0 0.50 1.5 2.5 3.0
DEAL::Checking FE_DGQ<1>(2)2 in 1d:
-DEAL::0.0 0.0 1.0 0.0 2.0 0.0 3.0 0.0
-DEAL::0.0 0.0 1.0 1.0 2.0 2.0 3.0 3.0
+DEAL::0 0 1.0 0 2.0 0 3.0 0
+DEAL::0 0 1.0 1.0 2.0 2.0 3.0 3.0
DEAL::Checking FE_DGP<1>(3)1 in 1d:
-DEAL::0.0 0.0 1.0 2.0 3.0 3.0
-DEAL::0.0 0.0 2.0 4.0 6.0 6.0
+DEAL::0 0 1.0 2.0 3.0 3.0
+DEAL::0 0 2.0 4.0 6.0 6.0
DEAL::Checking FE_Q<2>(1)3 in 2d:
-DEAL::3.5 4.0 0.0 0.50 3.0 1.0 2.0 2.5 3.5 3.5 4.5 5.5 4.5 6.5 7.5 7.0 7.5 8.5
-DEAL::3.5 4.0 0.0 0.50 3.0 1.0 2.0 2.5 3.5 3.5 4.5 5.5 4.5 6.5 7.5 7.0 7.5 8.5
+DEAL::3.5 4.0 0 0.50 3.0 1.0 2.0 2.5 3.5 3.5 4.5 5.5 4.5 6.5 7.5 7.0 7.5 8.5
+DEAL::3.5 4.0 0 0.50 3.0 1.0 2.0 2.5 3.5 3.5 4.5 5.5 4.5 6.5 7.5 7.0 7.5 8.5
DEAL::Checking FE_DGQ<2>(2)2 in 2d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 0.0 0.0 0.0 2.0 2.0 2.0 0.0 0.0 0.0 3.0 3.0 3.0 0.0 0.0 0.0 4.0 4.0 4.0 0.0 0.0 0.0 5.0 5.0 5.0 0.0 0.0 0.0 6.0 6.0 6.0 0.0 0.0 0.0 7.0 7.0 7.0 0.0 0.0 0.0 8.0 8.0 8.0 0.0 0.0 0.0 9.0 9.0 9.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0
+DEAL::0 0 0 0 0 0 1.0 1.0 1.0 0 0 0 2.0 2.0 2.0 0 0 0 3.0 3.0 3.0 0 0 0 4.0 4.0 4.0 0 0 0 5.0 5.0 5.0 0 0 0 6.0 6.0 6.0 0 0 0 7.0 7.0 7.0 0 0 0 8.0 8.0 8.0 0 0 0 9.0 9.0 9.0 0 0 0
+DEAL::0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0
DEAL::Checking FE_DGP<2>(3)1 in 2d:
-DEAL::0.0 0.0 0.0 0.0 1.0 1.0 1.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0
-DEAL::0.0 0.0 0.0 0.0 2.0 2.0 2.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 10. 10. 10. 12. 12. 12. 12. 14. 14. 14. 16. 16. 16. 18. 18. 18. 18.
+DEAL::0 0 0 0 1.0 1.0 1.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0
+DEAL::0 0 0 0 2.0 2.0 2.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 10. 10. 10. 12. 12. 12. 12. 14. 14. 14. 16. 16. 16. 18. 18. 18. 18.
DEAL::Checking FE_Q<3>(1)3 in 3d:
-DEAL::6.5 8.0 0.0 0.50 6.0 6.8 2.0 2.5 5.0 1.0 5.2 3.0 6.0 8.5 2.0 2.5 3.5 3.5 11. 3.0 3.5 4.0 4.5 5.0 6.0 6.5 7.5 7.5 8.0 8.5 9.5 9.5 10. 12. 12. 14. 8.5 14. 10. 11. 10. 12. 12. 16. 12. 14. 16. 16. 18. 15. 16. 17. 18. 16. 18. 18. 18. 20. 20. 20.
-DEAL::6.5 8.0 0.0 0.50 6.0 6.8 2.0 2.5 5.0 1.0 5.2 3.0 6.0 8.5 2.0 2.5 3.5 3.5 11. 3.0 3.5 4.0 4.5 5.0 6.0 6.5 7.5 7.5 8.0 8.5 9.5 9.5 10. 12. 12. 14. 8.5 14. 10. 11. 10. 12. 12. 16. 12. 14. 16. 16. 18. 15. 16. 17. 18. 16. 18. 18. 18. 20. 20. 20.
+DEAL::6.5 8.0 0 0.50 6.0 6.8 2.0 2.5 5.0 1.0 5.2 3.0 6.0 8.5 2.0 2.5 3.5 3.5 11. 3.0 3.5 4.0 4.5 5.0 6.0 6.5 7.5 7.5 8.0 8.5 9.5 9.5 10. 12. 12. 14. 8.5 14. 10. 11. 10. 12. 12. 16. 12. 14. 16. 16. 18. 15. 16. 17. 18. 16. 18. 18. 18. 20. 20. 20.
+DEAL::6.5 8.0 0 0.50 6.0 6.8 2.0 2.5 5.0 1.0 5.2 3.0 6.0 8.5 2.0 2.5 3.5 3.5 11. 3.0 3.5 4.0 4.5 5.0 6.0 6.5 7.5 7.5 8.0 8.5 9.5 9.5 10. 12. 12. 14. 8.5 14. 10. 11. 10. 12. 12. 16. 12. 14. 16. 16. 18. 15. 16. 17. 18. 16. 18. 18. 18. 20. 20. 20.
DEAL::Checking FE_DGQ<3>(2)2 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 11. 11. 11. 11. 11. 11. 11. 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 12. 12. 12. 12. 12. 12. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 13. 13. 13. 13. 13. 13. 13. 13. 13. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 14. 14. 14. 14. 14. 14. 14. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 15. 15. 15. 15. 15. 15. 15. 15. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 16. 16. 16. 16. 16. 16. 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 17. 17. 17. 17. 17. 17. 17. 17. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 18. 18. 18. 18. 18. 18. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 19. 19. 19. 19. 19. 19. 19. 19. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 20. 20. 20. 20. 20. 20. 20. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21. 21. 21. 21. 21. 21. 21. 21. 21. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 10. 10. 10. 10. 10. 10. 10. 10. 10. 0 0 0 0 0 0 0 0 0 11. 11. 11. 11. 11. 11. 11. 11. 11. 0 0 0 0 0 0 0 0 0 12. 12. 12. 12. 12. 12. 12. 12. 12. 0 0 0 0 0 0 0 0 0 13. 13. 13. 13. 13. 13. 13. 13. 13. 0 0 0 0 0 0 0 0 0 14. 14. 14. 14. 14. 14. 14. 14. 14. 0 0 0 0 0 0 0 0 0 15. 15. 15. 15. 15. 15. 15. 15. 15. 0 0 0 0 0 0 0 0 0 16. 16. 16. 16. 16. 16. 16. 16. 16. 0 0 0 0 0 0 0 0 0 17. 17. 17. 17. 17. 17. 17. 17. 17. 0 0 0 0 0 0 0 0 0 18. 18. 18. 18. 18. 18. 18. 18. 18. 0 0 0 0 0 0 0 0 0 19. 19. 19. 19. 19. 19. 19. 19. 19. 0 0 0 0 0 0 0 0 0 20. 20. 20. 20. 20. 20. 20. 20. 20. 0 0 0 0 0 0 0 0 0 21. 21. 21. 21. 21. 21. 21. 21. 21. 0 0 0 0 0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 21.
DEAL::Checking FE_DGP<3>(3)1 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42.
+DEAL::0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21.
+DEAL::0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 4.0 4.0 4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 10. 10. 10. 10. 10. 10. 12. 12. 12. 12. 12. 12. 12. 14. 14. 14. 14. 14. 14. 14. 16. 16. 16. 16. 16. 16. 18. 18. 18. 18. 18. 18. 18. 20. 20. 20. 20. 20. 20. 20. 22. 22. 22. 22. 22. 22. 24. 24. 24. 24. 24. 24. 24. 26. 26. 26. 26. 26. 26. 26. 28. 28. 28. 28. 28. 28. 30. 30. 30. 30. 30. 30. 30. 32. 32. 32. 32. 32. 32. 32. 34. 34. 34. 34. 34. 34. 36. 36. 36. 36. 36. 36. 36. 38. 38. 38. 38. 38. 38. 38. 40. 40. 40. 40. 40. 40. 42. 42. 42. 42. 42. 42. 42.
DEAL::Checking FE_Q<1>(1)3FE_DGQ<1>(2)2 in 1d:
-DEAL::0.0 0.50 0.0 0.0 1.5 0.0 0.0 2.5 0.0 0.0 3.0 0.0 0.0
-DEAL::0.0 0.50 0.0 0.0 1.5 0.0 1.0 2.5 0.0 2.0 3.0 0.0 3.0
+DEAL::0 0.50 0 0 1.5 0 0 2.5 0 0 3.0 0 0
+DEAL::0 0.50 0 0 1.5 0 1.0 2.5 0 2.0 3.0 0 3.0
DEAL::Checking FE_DGQ<1>(2)2FE_DGP<1>(3)1 in 1d:
-DEAL::0.0 0.0 0.0 0.0 1.0 0.0 0.0 2.0 0.0 0.0 3.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 1.0 0.0 1.0 2.0 0.0 2.0 3.0 0.0 3.0 3.0
+DEAL::0 0 0 0 1.0 0 0 2.0 0 0 3.0 0 0 0
+DEAL::0 0 0 0 1.0 0 1.0 2.0 0 2.0 3.0 0 3.0 3.0
DEAL::Checking FE_DGP<1>(3)1FE_DGQ<1>(2)2 in 1d:
-DEAL::0.0 0.0 0.0 0.0 1.0 0.0 0.0 2.0 0.0 0.0 3.0 3.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 1.0 0.0 1.0 2.0 0.0 2.0 3.0 3.0 0.0 3.0
+DEAL::0 0 0 0 1.0 0 0 2.0 0 0 3.0 3.0 0 0
+DEAL::0 0 0 0 1.0 0 1.0 2.0 0 2.0 3.0 3.0 0 3.0
DEAL::Checking FE_Q<2>(1)3FE_DGQ<2>(2)2 in 2d:
-DEAL::3.5 4.0 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.0 3.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.5 3.5 3.5 0.0 0.0 0.0 0.0 0.0 0.0 4.5 5.5 0.0 0.0 0.0 0.0 0.0 0.0 4.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.5 7.5 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.5 0.0 0.0 0.0 0.0 0.0 0.0 8.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::3.5 4.0 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.0 3.0 1.0 0.0 0.0 0.0 1.0 1.0 1.0 2.0 2.5 3.5 3.5 0.0 0.0 0.0 2.0 2.0 2.0 4.5 5.5 0.0 0.0 0.0 3.0 3.0 3.0 4.5 0.0 0.0 0.0 4.0 4.0 4.0 0.0 0.0 0.0 5.0 5.0 5.0 6.5 7.5 0.0 0.0 0.0 6.0 6.0 6.0 7.0 7.5 0.0 0.0 0.0 7.0 7.0 7.0 8.5 0.0 0.0 0.0 8.0 8.0 8.0 0.0 0.0 0.0 9.0 9.0 9.0
+DEAL::3.5 4.0 0 0.50 0 0 0 0 0 0 3.0 1.0 0 0 0 0 0 0 2.0 2.5 3.5 3.5 0 0 0 0 0 0 4.5 5.5 0 0 0 0 0 0 4.5 0 0 0 0 0 0 0 0 0 0 0 0 6.5 7.5 0 0 0 0 0 0 7.0 7.5 0 0 0 0 0 0 8.5 0 0 0 0 0 0 0 0 0 0 0 0
+DEAL::3.5 4.0 0 0.50 0 0 0 0 0 0 3.0 1.0 0 0 0 1.0 1.0 1.0 2.0 2.5 3.5 3.5 0 0 0 2.0 2.0 2.0 4.5 5.5 0 0 0 3.0 3.0 3.0 4.5 0 0 0 4.0 4.0 4.0 0 0 0 5.0 5.0 5.0 6.5 7.5 0 0 0 6.0 6.0 6.0 7.0 7.5 0 0 0 7.0 7.0 7.0 8.5 0 0 0 8.0 8.0 8.0 0 0 0 9.0 9.0 9.0
DEAL::Checking FE_DGQ<2>(2)2FE_DGP<2>(3)1 in 2d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 0.0 0.0 0.0 1.0 1.0 1.0 2.0 2.0 2.0 0.0 0.0 0.0 2.0 2.0 2.0 3.0 3.0 3.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 0.0 0.0 0.0 4.0 4.0 4.0 5.0 5.0 5.0 0.0 0.0 0.0 5.0 5.0 5.0 6.0 6.0 6.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 0.0 0.0 0.0 7.0 7.0 7.0 8.0 8.0 8.0 0.0 0.0 0.0 8.0 8.0 8.0 9.0 9.0 9.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0
+DEAL::0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 0 0 0 0 0 0 2.0 2.0 2.0 0 0 0 0 0 0 3.0 3.0 3.0 0 0 0 0 0 0 0 4.0 4.0 4.0 0 0 0 0 0 0 5.0 5.0 5.0 0 0 0 0 0 0 6.0 6.0 6.0 0 0 0 0 0 0 0 7.0 7.0 7.0 0 0 0 0 0 0 8.0 8.0 8.0 0 0 0 0 0 0 9.0 9.0 9.0 0 0 0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 0 0 0 1.0 1.0 1.0 2.0 2.0 2.0 0 0 0 2.0 2.0 2.0 3.0 3.0 3.0 0 0 0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 0 0 0 4.0 4.0 4.0 5.0 5.0 5.0 0 0 0 5.0 5.0 5.0 6.0 6.0 6.0 0 0 0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 0 0 0 7.0 7.0 7.0 8.0 8.0 8.0 0 0 0 8.0 8.0 8.0 9.0 9.0 9.0 0 0 0 9.0 9.0 9.0 9.0
DEAL::Checking FE_DGP<2>(3)1FE_DGQ<2>(2)2 in 2d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 0.0 0.0 0.0 1.0 1.0 1.0 2.0 2.0 2.0 0.0 0.0 0.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 3.0 3.0 3.0 4.0 4.0 4.0 0.0 0.0 0.0 4.0 4.0 4.0 5.0 5.0 5.0 0.0 0.0 0.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 6.0 6.0 6.0 7.0 7.0 7.0 0.0 0.0 0.0 7.0 7.0 7.0 8.0 8.0 8.0 0.0 0.0 0.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 9.0 9.0 9.0
+DEAL::0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 0 0 0 0 0 0 2.0 2.0 2.0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 4.0 4.0 4.0 0 0 0 0 0 0 5.0 5.0 5.0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 7.0 7.0 7.0 0 0 0 0 0 0 8.0 8.0 8.0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 0 0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 0 0 0 1.0 1.0 1.0 2.0 2.0 2.0 0 0 0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 0 0 0 3.0 3.0 3.0 4.0 4.0 4.0 0 0 0 4.0 4.0 4.0 5.0 5.0 5.0 0 0 0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 0 0 0 6.0 6.0 6.0 7.0 7.0 7.0 0 0 0 7.0 7.0 7.0 8.0 8.0 8.0 0 0 0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 0 0 0 9.0 9.0 9.0
DEAL::Checking FE_Q<3>(1)3FE_DGQ<3>(2)2 in 3d:
-DEAL::6.5 8.0 0.0 0.50 6.0 6.8 2.0 2.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 1.0 5.2 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 8.5 2.0 2.5 3.5 3.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 3.0 3.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.5 7.5 7.5 8.0 8.5 9.5 9.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 12. 12. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.5 14. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 16. 16. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 16. 17. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::6.5 8.0 0.0 0.50 6.0 6.8 2.0 2.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 1.0 5.2 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 6.0 8.5 2.0 2.5 3.5 3.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 11. 3.0 3.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.5 7.5 7.5 8.0 8.5 9.5 9.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 10. 12. 12. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.5 14. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 12. 12. 12. 12. 12. 12. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 16. 16. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 16. 17. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 16. 16. 16. 16. 16. 16. 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 18. 18. 18. 18. 18. 18. 18. 18. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 20. 20. 20. 20. 20. 20. 20. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21. 21. 21. 21. 21. 21. 21. 21. 21.
+DEAL::6.5 8.0 0 0.50 6.0 6.8 2.0 2.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 1.0 5.2 3.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 8.5 2.0 2.5 3.5 3.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 3.0 3.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 4.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 6.5 7.5 7.5 8.0 8.5 9.5 9.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10. 12. 12. 14. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.5 14. 10. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10. 12. 12. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14. 16. 16. 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15. 16. 17. 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16. 18. 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18. 20. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+DEAL::6.5 8.0 0 0.50 6.0 6.8 2.0 2.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 1.0 5.2 3.0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 6.0 8.5 2.0 2.5 3.5 3.5 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 11. 3.0 3.5 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.5 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.5 7.5 7.5 8.0 8.5 9.5 9.5 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 10. 12. 12. 14. 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.5 14. 10. 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 11. 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 12. 12. 0 0 0 0 0 0 0 0 0 10. 10. 10. 10. 10. 10. 10. 10. 10. 16. 0 0 0 0 0 0 0 0 0 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 0 0 0 0 0 0 0 0 0 12. 12. 12. 12. 12. 12. 12. 12. 12. 0 0 0 0 0 0 0 0 0 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 16. 16. 18. 0 0 0 0 0 0 0 0 0 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 16. 17. 18. 0 0 0 0 0 0 0 0 0 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 18. 18. 0 0 0 0 0 0 0 0 0 16. 16. 16. 16. 16. 16. 16. 16. 16. 0 0 0 0 0 0 0 0 0 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 20. 0 0 0 0 0 0 0 0 0 18. 18. 18. 18. 18. 18. 18. 18. 18. 20. 0 0 0 0 0 0 0 0 0 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 0 0 0 0 0 0 0 0 0 20. 20. 20. 20. 20. 20. 20. 20. 20. 0 0 0 0 0 0 0 0 0 21. 21. 21. 21. 21. 21. 21. 21. 21.
DEAL::Checking FE_DGQ<3>(2)2FE_DGP<3>(3)1 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 11. 11. 11. 11. 11. 11. 11. 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 12. 12. 12. 12. 12. 12. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 13. 13. 13. 13. 13. 13. 13. 13. 13. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 14. 14. 14. 14. 14. 14. 14. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 15. 15. 15. 15. 15. 15. 15. 15. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 16. 16. 16. 16. 16. 16. 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 17. 17. 17. 17. 17. 17. 17. 17. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 18. 18. 18. 18. 18. 18. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 19. 19. 19. 19. 19. 19. 19. 19. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 20. 20. 20. 20. 20. 20. 20. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21. 21. 21. 21. 21. 21. 21. 21. 21. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21. 21. 21. 21. 21. 21. 21.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10. 10. 10. 10. 10. 10. 10. 10. 10. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 11. 11. 11. 11. 11. 11. 11. 11. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12. 12. 12. 12. 12. 12. 12. 12. 12. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13. 13. 13. 13. 13. 13. 13. 13. 13. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14. 14. 14. 14. 14. 14. 14. 14. 14. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15. 15. 15. 15. 15. 15. 15. 15. 15. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16. 16. 16. 16. 16. 16. 16. 16. 16. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17. 17. 17. 17. 17. 17. 17. 17. 17. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18. 18. 18. 18. 18. 18. 18. 18. 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19. 19. 19. 19. 19. 19. 19. 19. 19. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20. 20. 20. 20. 20. 20. 20. 20. 20. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 21. 21. 21. 21. 21. 21. 21. 21. 21. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 0 0 0 0 0 0 0 0 0 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 11. 0 0 0 0 0 0 0 0 0 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 12. 0 0 0 0 0 0 0 0 0 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 0 0 0 0 0 0 0 0 0 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. 14. 0 0 0 0 0 0 0 0 0 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 15. 15. 0 0 0 0 0 0 0 0 0 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 16. 16. 0 0 0 0 0 0 0 0 0 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 17. 17. 17. 0 0 0 0 0 0 0 0 0 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 18. 18. 0 0 0 0 0 0 0 0 0 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 19. 19. 0 0 0 0 0 0 0 0 0 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 20. 20. 20. 0 0 0 0 0 0 0 0 0 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 21. 21. 0 0 0 0 0 0 0 0 0 21. 21. 21. 21. 21. 21. 21.
DEAL::Checking FE_DGP<3>(3)1FE_DGQ<3>(2)2 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 10. 10. 10. 10. 10. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 11. 11. 11. 11. 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 12. 12. 12. 12. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 13. 13. 13. 13. 13. 13. 13. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 14. 14. 14. 14. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 15. 15. 15. 15. 15. 15. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 16. 16. 16. 16. 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 17. 17. 17. 17. 17. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 18. 18. 18. 18. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 19. 19. 19. 19. 19. 19. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 20. 20. 20. 20. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21. 21. 21. 21. 21. 21. 21. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21. 21. 21. 21. 21. 21. 21. 21. 21.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10. 10. 10. 10. 10. 10. 10. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 11. 11. 11. 11. 11. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12. 12. 12. 12. 12. 12. 12. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13. 13. 13. 13. 13. 13. 13. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14. 14. 14. 14. 14. 14. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15. 15. 15. 15. 15. 15. 15. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16. 16. 16. 16. 16. 16. 16. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17. 17. 17. 17. 17. 17. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18. 18. 18. 18. 18. 18. 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19. 19. 19. 19. 19. 19. 19. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20. 20. 20. 20. 20. 20. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 21. 21. 21. 21. 21. 21. 21. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 10. 10. 10. 10. 10. 10. 10. 0 0 0 0 0 0 0 0 0 10. 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 0 0 0 0 0 0 0 0 0 11. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 0 0 0 0 0 0 0 0 0 12. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 0 0 0 0 0 0 0 0 0 13. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 0 0 0 0 0 0 0 0 0 14. 14. 14. 14. 14. 14. 14. 14. 14. 15. 15. 15. 15. 15. 15. 15. 0 0 0 0 0 0 0 0 0 15. 15. 15. 15. 15. 15. 15. 15. 15. 16. 16. 16. 16. 16. 16. 16. 0 0 0 0 0 0 0 0 0 16. 16. 16. 16. 16. 16. 16. 16. 16. 17. 17. 17. 17. 17. 17. 0 0 0 0 0 0 0 0 0 17. 17. 17. 17. 17. 17. 17. 17. 17. 18. 18. 18. 18. 18. 18. 18. 0 0 0 0 0 0 0 0 0 18. 18. 18. 18. 18. 18. 18. 18. 18. 19. 19. 19. 19. 19. 19. 19. 0 0 0 0 0 0 0 0 0 19. 19. 19. 19. 19. 19. 19. 19. 19. 20. 20. 20. 20. 20. 20. 0 0 0 0 0 0 0 0 0 20. 20. 20. 20. 20. 20. 20. 20. 20. 21. 21. 21. 21. 21. 21. 21. 0 0 0 0 0 0 0 0 0 21. 21. 21. 21. 21. 21. 21. 21. 21.
DEAL::Checking FE_Q<1>(1)3FE_DGP<1>(3)1FE_Q<1>(1)3 in 1d:
-DEAL::0.0 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.50 0.0 0.0 0.0 0.0 1.5 0.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0
+DEAL::0 0 0.50 0 0 0 0 0 0 0 0 0 3.0 0 0 0
+DEAL::0 0 0.50 0 0 0 0 1.5 0 0 0 0 3.0 0 0 0
DEAL::Checking FE_DGQ<1>(2)2FE_DGQ<1>(2)2FE_Q<1>(3)3 in 1d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 1.0 0 0 0 0 0 0 2.0 0 0 0 0 0 0 3.0 0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 1.0 0 0 0 0 0 0 2.0 0 0 0 0 0 0 3.0 0 0 0 0 0
DEAL::Checking FE_DGP<1>(3)1FE_DGP<1>(3)1FE_Q<1>(2)3 in 1d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 3.0 3.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 1.0 2.5 2.0 0.0 0.0 0.0 3.0 3.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 1.0 0 0 0 0 2.0 0 0 0 3.0 3.0 0 0
+DEAL::0 0 0 0 0 0 0 1.0 0 0 1.0 2.5 2.0 0 0 0 3.0 3.0 0 0
DEAL::Checking FE_Q<2>(1)3FE_DGP<2>(3)1FE_Q<2>(1)3 in 2d:
-DEAL::3.5 0.0 4.0 0.0 0.0 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.5 0.0 5.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.5 0.0 7.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::3.5 0.0 4.0 0.0 0.0 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.5 0.0 5.5 0.0 0.0 0.0 0.0 0.0 0.0 4.5 0.0 0.0 0.0 0.0 0.0 0.0 6.5 0.0 7.5 0.0 0.0 0.0 0.0 0.0 0.0 7.0 0.0 7.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::3.5 0 4.0 0 0 0 0.50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.5 0 5.5 0 0 0 0 0 0 0 0 0 0 0 0 0 6.5 0 7.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+DEAL::3.5 0 4.0 0 0 0 0.50 0 0 0 0 0 0 3.0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.5 0 5.5 0 0 0 0 0 0 4.5 0 0 0 0 0 0 6.5 0 7.5 0 0 0 0 0 0 7.0 0 7.5 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<2>(2)2FE_DGQ<2>(2)2FE_Q<2>(3)3 in 2d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 0.0 0.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 0 0 0 0 0 0 0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 0 0 0 0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 7.0 0 0 0 0 0 0 0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 0 0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 0 0 0 9.0
DEAL::Checking FE_DGP<2>(3)1FE_DGP<2>(3)1FE_Q<2>(2)3 in 2d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 1.0 2.0 2.5 3.5 3.5 2.0 2.5 3.5 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 4.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 7.0 8.5 8.0 8.0 8.5 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 0 0 0 0 0 0 0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 0 0 0 0 0 9.0 9.0 9.0 9.0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 0 0 0 0 1.0 2.0 2.5 3.5 3.5 2.0 2.5 3.5 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 0 0 0 0 4.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 0 0 0 0 7.0 8.5 8.0 8.0 8.5 8.0 8.0 8.0 0 0 0 0 0 9.0 9.0 9.0 9.0 0 0 0 0
DEAL::Checking FE_Q<3>(1)3FE_DGP<3>(3)1FE_Q<3>(1)3 in 3d:
-DEAL::6.5 0.0 8.0 0.0 0.0 0.0 0.50 0.0 6.0 0.0 6.8 0.0 2.0 0.0 2.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 0.0 3.0 0.0 3.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 0.0 6.5 0.0 7.5 0.0 7.5 0.0 8.0 0.0 8.5 0.0 9.5 0.0 9.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 0.0 16. 0.0 17. 0.0 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 0.0 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::6.5 0.0 8.0 0.0 0.0 0.0 0.50 0.0 6.0 0.0 6.8 0.0 2.0 0.0 2.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 0.0 8.5 0.0 2.0 0.0 2.5 0.0 3.5 0.0 3.5 0.0 0.0 0.0 0.0 0.0 0.0 11. 0.0 3.0 0.0 3.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 0.0 6.5 0.0 7.5 0.0 7.5 0.0 8.0 0.0 8.5 0.0 9.5 0.0 9.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.5 0.0 14. 0.0 10. 0.0 0.0 0.0 0.0 0.0 0.0 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 0.0 0.0 0.0 0.0 0.0 0.0 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 0.0 16. 0.0 16. 0.0 18. 0.0 0.0 0.0 0.0 0.0 0.0 15. 0.0 16. 0.0 17. 0.0 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 0.0 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::6.5 0 8.0 0 0 0 0.50 0 6.0 0 6.8 0 2.0 0 2.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 0 3.0 0 3.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 0 6.5 0 7.5 0 7.5 0 8.0 0 8.5 0 9.5 0 9.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15. 0 16. 0 17. 0 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18. 0 20. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+DEAL::6.5 0 8.0 0 0 0 0.50 0 6.0 0 6.8 0 2.0 0 2.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 0 8.5 0 2.0 0 2.5 0 3.5 0 3.5 0 0 0 0 0 0 11. 0 3.0 0 3.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 0 0 0 0 0 0 6.0 0 6.5 0 7.5 0 7.5 0 8.0 0 8.5 0 9.5 0 9.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.5 0 14. 0 10. 0 0 0 0 0 0 11. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16. 0 0 0 0 0 0 12. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14. 0 16. 0 16. 0 18. 0 0 0 0 0 0 15. 0 16. 0 17. 0 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18. 0 20. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20. 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<3>(2)2FE_DGQ<3>(2)2FE_Q<3>(3)3 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 11. 11. 11. 11. 11. 11. 11. 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 12. 12. 12. 12. 12. 12. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 13. 13. 13. 13. 13. 13. 13. 13. 13. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 14. 14. 14. 14. 14. 14. 14. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 15. 15. 15. 15. 15. 15. 15. 15. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 16. 16. 16. 16. 16. 16. 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 17. 17. 17. 17. 17. 17. 17. 17. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 18. 18. 18. 18. 18. 18. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 19. 19. 19. 19. 19. 19. 19. 19. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 20. 20. 20. 20. 20. 20. 20. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21. 21. 21. 21. 21. 21. 21. 21. 21. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 2.0 0.0 0.0 0.0 2.5 0.0 0.0 0.0 3.5 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0 3.5 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 0.0 4.0 0.0 0.0 0.0 4.5 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 0.0 0.0 0.0 5.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 0.0 0.0 0.0 8.0 0.0 0.0 0.0 6.0 0.0 0.0 0.0 6.5 0.0 0.0 0.0 7.5 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 0.0 0.0 0.0 9.0 0.0 0.0 0.0 7.0 0.0 0.0 0.0 10. 0.0 0.0 0.0 7.5 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 0.0 0.0 0.0 10. 0.0 0.0 0.0 12. 0.0 0.0 0.0 8.0 0.0 0.0 0.0 8.5 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 0.0 0.0 0.0 11. 0.0 0.0 0.0 9.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 0.0 0.0 0.0 10. 0.0 0.0 0.0 10. 0.0 0.0 0.0 12. 0.0 0.0 0.0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 0.0 0.0 0.0 11. 0.0 0.0 0.0 14. 0.0 0.0 0.0 12. 11. 11. 11. 11. 11. 11. 11. 11. 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 0.0 0.0 0.0 16. 0.0 0.0 0.0 12. 0.0 0.0 0.0 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 13. 0.0 0.0 0.0 13. 0.0 0.0 0.0 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 13. 13. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 0.0 0.0 0.0 16. 0.0 0.0 0.0 14. 0.0 0.0 0.0 14. 0.0 0.0 0.0 16. 14. 14. 14. 14. 14. 14. 14. 14. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 0.0 0.0 0.0 17. 0.0 0.0 0.0 15. 0.0 0.0 0.0 15. 0.0 0.0 0.0 16. 15. 15. 15. 15. 15. 15. 15. 15. 15. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 15. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 0.0 0.0 0.0 18. 0.0 0.0 0.0 16. 0.0 0.0 0.0 16. 0.0 0.0 0.0 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 0.0 0.0 0.0 19. 0.0 0.0 0.0 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 17. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 0.0 0.0 0.0 18. 0.0 0.0 0.0 18. 0.0 0.0 0.0 20. 18. 18. 18. 18. 18. 18. 18. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 0.0 0.0 0.0 19. 0.0 0.0 0.0 19. 0.0 0.0 0.0 20. 19. 19. 19. 19. 19. 19. 19. 19. 19. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 19. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 0.0 0.0 0.0 20. 0.0 0.0 0.0 20. 0.0 0.0 0.0 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 20. 0.0 0.0 0.0 0.0 0.0 21. 0.0 0.0 0.0 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21. 21.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10. 10. 10. 10. 10. 10. 10. 10. 10. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 11. 11. 11. 11. 11. 11. 11. 11. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12. 12. 12. 12. 12. 12. 12. 12. 12. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13. 13. 13. 13. 13. 13. 13. 13. 13. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14. 14. 14. 14. 14. 14. 14. 14. 14. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15. 15. 15. 15. 15. 15. 15. 15. 15. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16. 16. 16. 16. 16. 16. 16. 16. 16. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17. 17. 17. 17. 17. 17. 17. 17. 17. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18. 18. 18. 18. 18. 18. 18. 18. 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19. 19. 19. 19. 19. 19. 19. 19. 19. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20. 20. 20. 20. 20. 20. 20. 20. 20. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 21. 21. 21. 21. 21. 21. 21. 21. 21. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 0 0 3.0 0 0 0 1.0 0 0 0 1.0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 0 0 0 2.0 0 0 0 2.0 0 0 0 2.5 0 0 0 3.5 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 0 0 0 3.0 0 0 0 3.0 0 0 0 3.0 0 0 0 3.5 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 3.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 0 0 0 4.0 0 0 0 4.0 0 0 0 4.5 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 5.0 0 0 0 5.0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 0 0 0 8.0 0 0 0 6.0 0 0 0 6.5 0 0 0 7.5 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 6.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.0 0 0 0 9.0 0 0 0 7.0 0 0 0 10. 0 0 0 7.5 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 0 0 0 10. 0 0 0 12. 0 0 0 8.0 0 0 0 8.5 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.0 0 0 0 11. 0 0 0 9.0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.0 9.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10. 0 0 0 10. 0 0 0 10. 0 0 0 12. 0 0 0 10. 10. 10. 10. 10. 10. 10. 10. 10. 10. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10. 10. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 0 0 0 11. 0 0 0 14. 0 0 0 12. 11. 11. 11. 11. 11. 11. 11. 11. 11. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 11. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12. 0 0 0 16. 0 0 0 12. 0 0 0 12. 12. 12. 12. 12. 12. 12. 12. 12. 12. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12. 12. 0 0 0 0 0 0 0 0 0 13. 0 0 0 13. 0 0 0 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13. 13. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14. 0 0 0 16. 0 0 0 14. 0 0 0 14. 0 0 0 16. 14. 14. 14. 14. 14. 14. 14. 14. 14. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14. 14. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15. 0 0 0 17. 0 0 0 15. 0 0 0 15. 0 0 0 16. 15. 15. 15. 15. 15. 15. 15. 15. 15. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15. 15. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16. 0 0 0 18. 0 0 0 16. 0 0 0 16. 0 0 0 16. 16. 16. 16. 16. 16. 16. 16. 16. 16. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16. 16. 0 0 0 0 0 0 0 17. 0 0 0 19. 0 0 0 17. 17. 17. 17. 17. 17. 17. 17. 17. 17. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 17. 17. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18. 0 0 0 18. 0 0 0 18. 0 0 0 20. 18. 18. 18. 18. 18. 18. 18. 18. 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18. 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19. 0 0 0 19. 0 0 0 19. 0 0 0 20. 19. 19. 19. 19. 19. 19. 19. 19. 19. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19. 19. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20. 0 0 0 20. 0 0 0 20. 0 0 0 20. 20. 20. 20. 20. 20. 20. 20. 20. 20. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20. 20. 0 0 0 0 0 21. 0 0 0 21. 21. 21. 21. 21. 21. 21. 21. 21. 21. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 21. 21.
DEAL::Checking FE_DGP<3>(3)1FE_DGP<3>(3)1FE_Q<3>(2)3 in 3d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 10. 10. 10. 10. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 11. 11. 11. 11. 11. 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 12. 12. 12. 12. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 13. 13. 13. 13. 13. 13. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 14. 14. 14. 14. 14. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 15. 15. 15. 15. 15. 15. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 16. 16. 16. 16. 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 17. 17. 17. 17. 17. 17. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 18. 18. 18. 18. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 19. 19. 19. 19. 19. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 20. 20. 20. 20. 20. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21. 21. 21. 21. 21. 21. 21. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 1.0 5.2 3.0 1.0 1.0 1.0 2.7 3.0 3.0 1.0 1.0 1.0 3.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 4.0 4.5 4.0 4.0 4.5 4.0 4.5 4.0 4.0 4.0 4.5 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 10. 12. 12. 14. 7.0 10. 7.5 9.0 12. 9.5 10. 12. 7.0 9.0 7.0 10. 7.5 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 10. 12. 12. 10. 10. 12. 10. 10. 10. 12. 12. 10. 10. 10. 12. 10. 10. 10. 10. 10. 10. 10. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 11. 11. 11. 11. 11. 11. 11. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 12. 12. 12. 12. 12. 12. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 14. 14. 14. 14. 14. 14. 14. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 15. 15. 15. 15. 15. 15. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 15. 16. 18. 18. 16. 16. 16. 18. 18. 18. 16. 16. 16. 18. 16. 16. 16. 16. 16. 16. 16. 16. 16. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 17. 17. 17. 17. 17. 17. 17. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 18. 18. 18. 18. 18. 18. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 18. 20. 19. 19. 20. 19. 20. 19. 19. 19. 20. 19. 19. 19. 19. 19. 19. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 20. 20. 20. 20. 20. 20. 20. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21. 21. 21. 21. 21. 21. 21. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 21.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 10. 10. 10. 10. 10. 10. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 11. 11. 11. 11. 11. 11. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12. 12. 12. 12. 12. 12. 12. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 13. 13. 13. 13. 13. 13. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14. 14. 14. 14. 14. 14. 14. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15. 15. 15. 15. 15. 15. 15. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 16. 16. 16. 16. 16. 16. 0 0 0 0 0 0 0 0 0 0 0 0 0 17. 17. 17. 17. 17. 17. 17. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18. 18. 18. 18. 18. 18. 18. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19. 19. 19. 19. 19. 19. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20. 20. 20. 20. 20. 20. 20. 0 0 0 0 0 0 0 0 0 0 21. 21. 21. 21. 21. 21. 21. 0 0 0 0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 1.0 5.2 3.0 1.0 1.0 1.0 2.7 3.0 3.0 1.0 1.0 1.0 3.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 3.0 4.0 4.5 4.0 4.0 4.5 4.0 4.5 4.0 4.0 4.0 4.5 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 6.0 10. 12. 12. 14. 7.0 10. 7.5 9.0 12. 9.5 10. 12. 7.0 9.0 7.0 10. 7.5 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 9.0 10. 12. 12. 10. 10. 12. 10. 10. 10. 12. 12. 10. 10. 10. 12. 10. 10. 10. 10. 10. 10. 10. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 11. 11. 11. 11. 11. 11. 11. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12. 12. 12. 12. 12. 12. 12. 0 0 0 0 0 0 0 12. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 13. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 14. 14. 14. 14. 14. 14. 14. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 15. 15. 15. 15. 15. 15. 15. 0 0 0 0 0 0 0 15. 16. 18. 18. 16. 16. 16. 18. 18. 18. 16. 16. 16. 18. 16. 16. 16. 16. 16. 16. 16. 16. 16. 0 0 0 0 0 0 0 0 0 0 0 0 0 17. 17. 17. 17. 17. 17. 17. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 18. 18. 18. 18. 18. 18. 18. 0 0 0 0 0 0 0 18. 20. 19. 19. 20. 19. 20. 19. 19. 19. 20. 19. 19. 19. 19. 19. 19. 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 20. 20. 20. 20. 20. 20. 20. 0 0 0 0 0 0 0 0 0 0 21. 21. 21. 21. 21. 21. 21. 0 0 0 0 0 0 0 21.
DEAL::Checking (FESystem<2>(FE_Q<2>(1),3))3FE_DGQ<2>(3)1FE_Q<2>(1)3 in 2d:
-DEAL::3.5 0.0 0.0 0.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.5 0.0 0.0 0.0 5.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.5 0.0 0.0 0.0 7.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::3.5 0.0 0.0 0.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.5 0.0 0.0 0.0 5.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.5 0.0 0.0 0.0 7.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 0.0 0.0 0.0 7.5 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::3.5 0 0 0 4.0 0 0 0 0 0 0 0 0.50 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.5 0 0 0 5.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.5 0 0 0 7.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+DEAL::3.5 0 0 0 4.0 0 0 0 0 0 0 0 0.50 0 0 0 0 0 0 0 0 0 0 0 0 3.0 0 0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.5 0 0 0 5.5 0 0 0 0 0 0 0 0 0 0 0 0 4.5 0 0 0 0 0 0 0 0 0 0 6.5 0 0 0 7.5 0 0 0 0 0 0 0 0 0 0 0 0 7.0 0 0 0 7.5 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<2>(3)1FESystem<2>(FE_DGQ<2>(3),3)1FESystem<2>(FE_Q<2>(2),3, FE_DGQ<2>(0),1)2 in 2d:
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.0 2.0 2.0 2.0 2.0 2.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.0 3.0 3.0 3.0 3.0 3.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 4.0 4.0 4.0 4.0 4.0 4.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 5.0 5.0 5.0 5.0 5.0 5.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 6.0 6.0 6.0 6.0 6.0 6.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 7.0 7.0 7.0 7.0 7.0 7.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.0 8.0 8.0 8.0 8.0 8.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 9.0 9.0 9.0 9.0 9.0 9.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 1.0 1.0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2.0 2.0 2.0 2.0 2.0 2.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 3.0 3.0 3.0 3.0 3.0 3.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 4.0 4.0 4.0 4.0 4.0 4.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5.0 5.0 5.0 5.0 5.0 5.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 6.0 6.0 6.0 6.0 6.0 6.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 7.0 7.0 7.0 7.0 7.0 7.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 8.0 8.0 8.0 8.0 8.0 8.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 9.0 9.0 9.0 9.0 9.0 9.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<2>(3)1FE_Nedelec<2>(1)2 in 2d:
DEAL::Checking FE_Nedelec<2>(1)1FESystem<2>(FE_DGQ<2>(3),3)1FESystem<2>(FE_Q<2>(2),3, FE_Nedelec<2>(1),2)2 in 2d:
DEAL::Checking Q1 against Q1 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking Q1 against Q1 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking Q1 against Q1 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q1 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q1 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q1 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q2 in 1d:
DEAL::1.5 1.0
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking Q2 against Q1 in 1d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking Q1 against Q2 in 2d:
DEAL::2.2 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q1 in 2d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q2 in 3d:
DEAL::3.4 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q1 in 3d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q3 in 1d:
DEAL::2.0 1.0
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking Q3 against Q1 in 1d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking Q1 against Q3 in 2d:
DEAL::4.0 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q1 in 2d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q3 in 3d:
DEAL::8.0 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q1 in 3d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking Q2 against Q2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking Q2 against Q2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q3 in 1d:
DEAL::1.8 1.2
-DEAL::1.0 0.0 1.0 1.0 0.89 0.22
+DEAL::1.0 0 1.0 1.0 0.89 0.22
DEAL::Checking Q3 against Q2 in 1d:
DEAL::1.1 1.2
-DEAL::1.0 0.0 1.0 1.0 0.56 -0.062
+DEAL::1.0 0 1.0 1.0 0.56 -0.062
DEAL::Checking Q2 against Q3 in 2d:
DEAL::3.2 1.5
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.89 0.89 0.0 0.0 0.0 -0.11 0.0 -0.11 0.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 0.89 0.89 0 0 0 -0.11 0 -0.11 0 0
DEAL::Checking Q3 against Q2 in 2d:
DEAL::1.1 1.6
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.56 0.56 0.0 0.0 0.0 -0.062 0.0 0.0 -0.035 0.0039
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 0.56 0.56 0 0 0 -0.062 0 0 -0.035 0.0039
DEAL::Checking Q2 against Q3 in 3d:
DEAL::5.6 1.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.89 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.89 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.11 0.0 0.0 0.0 0.22 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0.89 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.89 0 0 0 0 0 0 0 0 0 -0.11 0 0 0 0.22 0 0 0 0 0 0 0 0
DEAL::Checking Q3 against Q2 in 3d:
DEAL::1.2 2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.56 0.0 0.0 0.0 0.0 0.0 0.0 0.56 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.062 0.0 0.0 -0.035 0.0039 0.0 0.0039 0.0 0.0 0.0 0.0039 -0.035 0.0 0.0022 0.00024
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0.56 0 0 0 0 0 0 0.56 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 -0.062 0 0 -0.035 0.0039 0 0.0039 0 0 0 0.0039 -0.035 0 0.0022 0.00024
DEAL::Checking Q3 against Q3 in 1d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q3 in 1d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q3 in 2d:
DEAL::1.0 1.0
DEAL::4.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q3 in 2d:
DEAL::1.0 1.0
DEAL::4.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q3 in 3d:
DEAL::1.0 1.0
DEAL::8.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q3 in 3d:
DEAL::1.0 1.0
DEAL::8.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ0 against DGQ0 in 1d:
DEAL::1.0 1.0
DEAL::1.0
DEAL::1.0 1.0
DEAL::Checking DGQ2 against DGQ0 in 1d:
DEAL::1.0 1.0
-DEAL::0.0 0.0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ2 in 2d:
DEAL::9.0 1.0
DEAL::1.0 1.0
DEAL::Checking DGQ2 against DGQ0 in 2d:
DEAL::1.0 1.0
-DEAL::0.0 0.0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ2 in 3d:
DEAL::27. 1.0
DEAL::1.0 1.0
DEAL::Checking DGQ2 against DGQ0 in 3d:
DEAL::1.0 1.0
-DEAL::0.0 0.0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ4 in 1d:
DEAL::5.0 1.0
DEAL::1.0 1.0
DEAL::Checking DGQ4 against DGQ0 in 1d:
DEAL::1.0 1.0
-DEAL::0.0 0.0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ4 in 2d:
DEAL::25. 1.0
DEAL::1.0 1.0
DEAL::Checking DGQ4 against DGQ0 in 2d:
DEAL::1.0 1.0
-DEAL::0.0 0.0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ4 in 3d:
DEAL::1.2e+02 1.0
DEAL::1.0 1.0
DEAL::Checking DGQ4 against DGQ0 in 3d:
DEAL::1.0 1.0
-DEAL::0.0 0.0
+DEAL::0 0
DEAL::Checking DGQ1 against DGQ1 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ3 in 1d:
DEAL::2.0 1.0
-DEAL::1.0 0.0 0.33 0.67
+DEAL::1.0 0 0.33 0.67
DEAL::Checking DGQ3 against DGQ1 in 1d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 0.0 0.0
+DEAL::1.0 0 0 0
DEAL::Checking DGQ1 against DGQ3 in 2d:
DEAL::4.0 1.0
-DEAL::1.0 0.0 0.33 0.0 0.0 0.67 0.0 0.0
+DEAL::1.0 0 0.33 0 0 0.67 0 0
DEAL::Checking DGQ3 against DGQ1 in 2d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ3 in 3d:
DEAL::8.0 1.0
-DEAL::1.0 0.0 0.33 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.22 0.0 0.44 0.0 0.0
+DEAL::1.0 0 0.33 0 0 0 0 0 0 0 0 0.22 0 0.44 0 0
DEAL::Checking DGQ3 against DGQ1 in 3d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ5 in 1d:
DEAL::3.0 1.0
-DEAL::1.0 0.0 0.20 0.80
+DEAL::1.0 0 0.20 0.80
DEAL::Checking DGQ5 against DGQ1 in 1d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 0.0 0.0
+DEAL::1.0 0 0 0
DEAL::Checking DGQ1 against DGQ5 in 2d:
DEAL::9.0 1.0
-DEAL::1.0 0.0 0.20 0.0 0.0 0.40 0.0 0.40
+DEAL::1.0 0 0.20 0 0 0.40 0 0.40
DEAL::Checking DGQ5 against DGQ1 in 2d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ5 in 3d:
DEAL::27. 1.0
-DEAL::1.0 0.0 0.20 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.64
+DEAL::1.0 0 0.20 0 0 0 0 0 0 0 0 0 0 0 0 0.64
DEAL::Checking DGQ5 against DGQ1 in 3d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ4 in 1d:
DEAL::2.5 1.3
-DEAL::1.0 0.0 0.75 0.75 0.0 0.0
+DEAL::1.0 0 0.75 0.75 0 0
DEAL::Checking DGQ4 against DGQ2 in 1d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ4 in 2d:
DEAL::6.3 1.6
-DEAL::1.0 0.0 0.75 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.75 -0.047 -0.047 -0.12 0.37 -0.047 -0.047
+DEAL::1.0 0 0.75 0 0 0 0 0 0 0 0 0.75 -0.047 -0.047 -0.12 0.37 -0.047 -0.047
DEAL::Checking DGQ4 against DGQ2 in 2d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ4 in 3d:
DEAL::16. 2.0
-DEAL::1.0 0.0 0.75 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.047 0.0 -0.12 0.0 -0.047 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.14 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.14
+DEAL::1.0 0 0.75 0 0 0 0 0 0 0 0 0 -0.047 0 -0.12 0 -0.047 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.14 0 0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0.14
DEAL::Checking DGQ4 against DGQ2 in 3d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 1d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ3 in 1d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ3 in 2d:
DEAL::1.0 1.0
DEAL::4.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ3 in 2d:
DEAL::1.0 1.0
DEAL::4.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ3 in 3d:
DEAL::1.0 1.0
DEAL::8.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ3 in 3d:
DEAL::1.0 1.0
DEAL::8.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ5 in 1d:
DEAL::2.4 1.6
-DEAL::1.0 0.0 1.0 -0.29 0.22 0.86 -0.048 -0.032
+DEAL::1.0 0 1.0 -0.29 0.22 0.86 -0.048 -0.032
DEAL::Checking DGQ5 against DGQ3 in 1d:
DEAL::1.2 1.5
-DEAL::1.0 0.0 0.24 0.96 -0.24 0.069 0.0 0.0
+DEAL::1.0 0 0.24 0.96 -0.24 0.069 0 0
DEAL::Checking DGQ3 against DGQ5 in 2d:
DEAL::5.6 2.5
-DEAL::1.0 0.0 1.0 0.0 0.22 0.0 -0.048 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.056 -0.065 0.014 -0.032 -0.062 0.87 -0.29 -0.29 -0.29 0.0 -0.032 0.0 -0.032 0.014 0.0069 -0.041 0.0015 0.0015
+DEAL::1.0 0 1.0 0 0.22 0 -0.048 0 0 0 0 0 0 0 0.056 -0.065 0.014 -0.032 -0.062 0.87 -0.29 -0.29 -0.29 0 -0.032 0 -0.032 0.014 0.0069 -0.041 0.0015 0.0015
DEAL::Checking DGQ5 against DGQ3 in 2d:
DEAL::1.4 2.4
-DEAL::1.0 0.0 0.24 0.0 -0.24 0.0 0.0 0.0 0.0 0.0 0.00018 0.016 0.0023 0.23 0.0 0.0 0.0 0.0 -0.016 0.0013 0.016 0.00018 0.069 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0.24 0 -0.24 0 0 0 0 0 0.00018 0.016 0.0023 0.23 0 0 0 0 -0.016 0.0013 0.016 0.00018 0.069 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ5 in 3d:
DEAL::13. 3.9
-DEAL::1.0 0.0 1.0 0.0 0.22 0.0 -0.048 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.056 0.0 0.014 0.0 -0.062 0.0 -0.29 0.0 -0.29 0.0 -0.032 0.0 -0.032 0.0 0.0069 0.0 0.0015 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0046 0.23 0.00077 0.0072 0.0035 0.20 -0.016 -0.065 -0.016 0.0 0.0027 0.0 0.0027 0.0021 0.00058 0.0062 0.00013 0.00023 0.0027 0.011 0.0 0.0 0.0 0.0 0.00068 0.043 0.0023 0.0015 0.010 0.042 0.049 -0.014 0.048 0.0 0.013 0.0 0.013 0.0036 0.0027 0.011 0.00060 0.00040
+DEAL::1.0 0 1.0 0 0.22 0 -0.048 0 0 0 0 0 0 0 0.056 0 0.014 0 -0.062 0 -0.29 0 -0.29 0 -0.032 0 -0.032 0 0.0069 0 0.0015 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0046 0.23 0.00077 0.0072 0.0035 0.20 -0.016 -0.065 -0.016 0 0.0027 0 0.0027 0.0021 0.00058 0.0062 0.00013 0.00023 0.0027 0.011 0 0 0 0 0.00068 0.043 0.0023 0.0015 0.010 0.042 0.049 -0.014 0.048 0 0.013 0 0.013 0.0036 0.0027 0.011 0.00060 0.00040
DEAL::Checking DGQ5 against DGQ3 in 3d:
DEAL::1.7 3.6
-DEAL::1.0 0.0 0.24 0.0 -0.24 0.0 0.0 0.0 0.0 0.0 0.00018 0.0 0.0023 0.0 0.0 0.0 0.0 0.0 -0.016 0.0 0.016 0.0 0.069 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0011 0.0011 0.0011 8.9e-05 0.0046 0.0 0.0046 0.0 0.0011 0.0022 0.0011 0.00016 0.0 0.0 0.0 0.0 0.0 0.0013 0.00018 -0.018 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0013 0.0 0.00032 0.00063 0.00032 -4.5e-05 0.0 0.0 0.0 0.0 6.3e-06 0.00063 -4.5e-05 0.0089 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0.24 0 -0.24 0 0 0 0 0 0.00018 0 0.0023 0 0 0 0 0 -0.016 0 0.016 0 0.069 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0011 0.0011 0.0011 8.9e-05 0.0046 0 0.0046 0 0.0011 0.0022 0.0011 0.00016 0 0 0 0 0 0.0013 0.00018 -0.018 0 0 0 0 0 0 0 0 0 0 0.0013 0 0.00032 0.00063 0.00032 -4.5e-05 0 0 0 0 6.3e-06 0.00063 -4.5e-05 0.0089 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ5 in 1d:
DEAL::2.2 1.6
-DEAL::1.0 0.0 1.1 0.10 0.81 0.81 0.36 -0.15 0.070 -0.018
+DEAL::1.0 0 1.1 0.10 0.81 0.81 0.36 -0.15 0.070 -0.018
DEAL::Checking DGQ5 against DGQ4 in 1d:
DEAL::1.3 1.5
-DEAL::1.0 0.0 0.70 -0.20 0.59 0.59 0.47 0.064 0.0 0.0
+DEAL::1.0 0 0.70 -0.20 0.59 0.59 0.47 0.064 0 0
DEAL::Checking DGQ4 against DGQ5 in 2d:
DEAL::4.7 2.6
-DEAL::1.0 0.0 1.1 0.0 0.81 0.0 0.36 0.0 0.070 0.0 0.0 0.0 0.0 0.0 -0.32 -0.029 -0.17 0.037 -0.038 0.0023 0.0050 -0.020 0.0 0.0 0.0 0.0 0.083 0.91 0.018 -0.027 0.0034 -0.012 -0.016 0.40 0.0 0.0 0.0 0.0 0.0063 -0.011 0.0011 0.00050 0.0052 0.0080 0.0095 0.0063 0.0 0.0 0.0 -0.018
+DEAL::1.0 0 1.1 0 0.81 0 0.36 0 0.070 0 0 0 0 0 -0.32 -0.029 -0.17 0.037 -0.038 0.0023 0.0050 -0.020 0 0 0 0 0.083 0.91 0.018 -0.027 0.0034 -0.012 -0.016 0.40 0 0 0 0 0.0063 -0.011 0.0011 0.00050 0.0052 0.0080 0.0095 0.0063 0 0 0 -0.018
DEAL::Checking DGQ5 against DGQ4 in 2d:
DEAL::1.6 2.2
-DEAL::1.0 0.0 0.70 0.0 0.59 0.0 0.47 0.0 0.0 0.0 0.0 0.0 -0.020 0.0057 -0.069 0.0055 -0.14 0.33 0.0 0.0 0.0 0.0 0.00092 0.41 0.0069 0.0069 0.038 0.0028 0.0 0.0 0.0 0.0 -0.013 0.030 0.0024 0.0063 0.0044 0.00060 0.0 0.0094 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0.70 0 0.59 0 0.47 0 0 0 0 0 -0.020 0.0057 -0.069 0.0055 -0.14 0.33 0 0 0 0 0.00092 0.41 0.0069 0.0069 0.038 0.0028 0 0 0 0 -0.013 0.030 0.0024 0.0063 0.0044 0.00060 0 0.0094 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ5 in 3d:
DEAL::10. 4.1
-DEAL::1.0 0.0 1.1 0.0 0.81 0.0 0.36 0.0 0.070 0.0 0.0 0.0 0.0 0.0 -0.32 0.0 -0.17 0.0 -0.038 0.0 0.0050 0.0 0.0 0.0 0.0 0.0 0.083 0.0 0.018 0.0 0.0034 0.0 -0.016 0.0 0.0 0.0 0.0 0.0 0.0063 0.0 0.0011 0.0 0.0052 0.0 0.0095 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.012 0.13 0.0026 0.0039 0.00044 0.00024 0.0020 0.0081 0.0 0.0 0.0 0.0 0.00044 0.00024 0.00032 0.00014 0.0015 0.0023 0.0027 0.0018 0.0 0.0 0.0 0.0095 0.0030 0.0018 0.016 0.016 0.035 -0.081 0.049 -0.010 0.043 0.0 0.079 0.0 0.089 0.0081 0.064 0.064 0.028 -0.012 0.0056 0.0014 0.0 -0.029 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0050 0.0 0.0 0.0 0.0 0.0 0.0 0.91 0.0 -0.027 0.0034 0.0 -0.016 0.0 0.0 0.0 0.0 0.0 0.00019 0.00044 0.0058 0.00082 0.027 0.013 0.049 -0.010 0.0 0.0 0.0 -0.055 0.0087 0.0051 -0.044 -0.044 -0.100 0.23 -0.14 0.030 -0.12 0.0 -0.055 0.0 -0.062 0.0056 -0.044 -0.044 -0.020 0.0085 0.0039 0.00097 0.0 0.0080 0.0 0.0 0.0030 0.0018 0.0017 0.0023 0.00036 0.00014 6.9e-06 0.00017 0.0 0.0 0.0 0.0 0.0 -0.038 0.0 0.0011 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0063 0.00024 0.00044 0.0012 0.0039 0.0028 0.020 0.0039 0.0026 0.0034 0.0 0.00075 0.0 0.00085 -7.7e-05 0.00061 0.00061 0.00027 0.00012 -5.3e-05 1.3e-05
+DEAL::1.0 0 1.1 0 0.81 0 0.36 0 0.070 0 0 0 0 0 -0.32 0 -0.17 0 -0.038 0 0.0050 0 0 0 0 0 0.083 0 0.018 0 0.0034 0 -0.016 0 0 0 0 0 0.0063 0 0.0011 0 0.0052 0 0.0095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.012 0.13 0.0026 0.0039 0.00044 0.00024 0.0020 0.0081 0 0 0 0 0.00044 0.00024 0.00032 0.00014 0.0015 0.0023 0.0027 0.0018 0 0 0 0.0095 0.0030 0.0018 0.016 0.016 0.035 -0.081 0.049 -0.010 0.043 0 0.079 0 0.089 0.0081 0.064 0.064 0.028 -0.012 0.0056 0.0014 0 -0.029 0 0 0 0 0 0 0 0 0.0050 0 0 0 0 0 0 0.91 0 -0.027 0.0034 0 -0.016 0 0 0 0 0 0.00019 0.00044 0.0058 0.00082 0.027 0.013 0.049 -0.010 0 0 0 -0.055 0.0087 0.0051 -0.044 -0.044 -0.100 0.23 -0.14 0.030 -0.12 0 -0.055 0 -0.062 0.0056 -0.044 -0.044 -0.020 0.0085 0.0039 0.00097 0 0.0080 0 0 0.0030 0.0018 0.0017 0.0023 0.00036 0.00014 6.9e-06 0.00017 0 0 0 0 0 -0.038 0 0.0011 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0063 0.00024 0.00044 0.0012 0.0039 0.0028 0.020 0.0039 0.0026 0.0034 0 0.00075 0 0.00085 -7.7e-05 0.00061 0.00061 0.00027 0.00012 -5.3e-05 1.3e-05
DEAL::Checking DGQ5 against DGQ4 in 3d:
DEAL::2.0 3.2
-DEAL::1.0 0.0 0.70 0.0 0.59 0.0 0.47 0.0 0.0 0.0 0.0 0.0 -0.020 0.0 -0.069 0.0 -0.14 0.0 0.0 0.0 0.0 0.0 0.00092 0.0 0.0069 0.0 0.038 0.0 0.0 0.0 0.0 0.0 -0.013 0.0 0.0024 0.0 0.0044 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00027 0.0 0.00019 0.019 0.00016 -0.055 0.00012 0.0061 0.0 0.0 0.0 0.0 0.00023 0.018 0.00081 0.16 0.0017 -0.055 0.0 0.0 0.0 -0.095 6.2e-05 0.00028 0.00053 0.0029 0.0029 0.014 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.41 0.0 0.0069 0.0 0.0 0.0 0.0 0.0 0.0 0.0092 0.00043 0.012 -9.0e-05 0.014 -8.6e-06 0.020 0.0063 0.0095 0.0 0.0067 0.0019 0.0056 0.0056 0.0045 0.00061 0.0 0.0 0.0 0.0 -7.8e-05 0.0029 0.00027 -0.027 0.00055 0.0092 0.0 0.0 0.0 0.0 0.00092 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.013 0.0 0.0024 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.029 0.032 0.014 0.00053 0.0040 5.1e-05 0.0 0.0 0.0 0.0 -0.055 0.00035 -0.069 -7.3e-05 -0.083 -7.1e-06 -0.12 0.00011 -0.095 0.0 -0.067 -5.3e-05 -0.055 0.00016 -0.044 1.7e-05 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0.70 0 0.59 0 0.47 0 0 0 0 0 -0.020 0 -0.069 0 -0.14 0 0 0 0 0 0.00092 0 0.0069 0 0.038 0 0 0 0 0 -0.013 0 0.0024 0 0.0044 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.00027 0 0.00019 0.019 0.00016 -0.055 0.00012 0.0061 0 0 0 0 0.00023 0.018 0.00081 0.16 0.0017 -0.055 0 0 0 -0.095 6.2e-05 0.00028 0.00053 0.0029 0.0029 0.014 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.41 0 0.0069 0 0 0 0 0 0 0.0092 0.00043 0.012 -9.0e-05 0.014 -8.6e-06 0.020 0.0063 0.0095 0 0.0067 0.0019 0.0056 0.0056 0.0045 0.00061 0 0 0 0 -7.8e-05 0.0029 0.00027 -0.027 0.00055 0.0092 0 0 0 0 0.00092 0 0 0 0 0 0 0 0 0 -0.013 0 0.0024 0 0 0 0 0 0 0 0.029 0.032 0.014 0.00053 0.0040 5.1e-05 0 0 0 0 -0.055 0.00035 -0.069 -7.3e-05 -0.083 -7.1e-06 -0.12 0.00011 -0.095 0 -0.067 -5.3e-05 -0.055 0.00016 -0.044 1.7e-05 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 2d:
DEAL::Checking Nedelec1 against Nedelec1 in 3d:
DEAL::Checking FE_Q<1>(1)3 against FE_Q<1>(2)3 in 1d:
DEAL::1.5 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_Q<1>(2)3 against FE_Q<1>(1)3 in 1d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_DGQ<1>(2)2 against FE_DGQ<1>(3)2 in 1d:
DEAL::1.8 1.2
-DEAL::1.0 0.0 0.89 0.0 0.22 0.0 0.0 1.0 0.0 0.0 -0.11 0.0
+DEAL::1.0 0 0.89 0 0.22 0 0 1.0 0 0 -0.11 0
DEAL::Checking FE_DGQ<1>(3)2 against FE_DGQ<1>(2)2 in 1d:
DEAL::1.1 1.2
-DEAL::1.0 0.0 0.56 0.0 0.0 1.0 0.0 0.0 -0.062 0.0 0.0 0.0
+DEAL::1.0 0 0.56 0 0 1.0 0 0 -0.062 0 0 0
DEAL::Checking FE_DGP<1>(3)1 against FE_DGP<1>(1)1 in 1d:
DEAL::Checking FE_DGP<1>(1)1 against FE_DGP<1>(3)1 in 1d:
DEAL::Checking FE_Q<2>(1)3 against FE_Q<2>(2)3 in 2d:
DEAL::2.2 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_Q<2>(2)3 against FE_Q<2>(1)3 in 2d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_DGQ<2>(2)2 against FE_DGQ<2>(3)2 in 2d:
DEAL::3.2 1.5
-DEAL::1.0 0.0 0.89 0.0 0.22 0.0 0.0 0.0 0.0 0.0 -0.099 0.0 0.012 0.0 0.0 0.0 0.0 0.0 0.0 -0.025 0.0 0.20 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0.89 0 0.22 0 0 0 0 0 -0.099 0 0.012 0 0 0 0 0 0 -0.025 0 0.20 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<2>(3)2 against FE_DGQ<2>(2)2 in 2d:
DEAL::1.1 1.6
-DEAL::1.0 0.0 0.56 0.0 0.0 0.0 0.0 0.0 -0.035 -0.035 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0.56 0 0 0 0 0 -0.035 -0.035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGP<2>(3)1 against FE_DGP<2>(1)1 in 2d:
DEAL::Checking FE_DGP<2>(1)1 against FE_DGP<2>(3)1 in 2d:
DEAL::Checking FE_Q<3>(1)3 against FE_Q<3>(2)3 in 3d:
DEAL::3.4 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_Q<3>(2)3 against FE_Q<3>(1)3 in 3d:
DEAL::1.0 1.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_DGQ<3>(2)2 against FE_DGQ<3>(3)2 in 3d:
DEAL::5.6 1.8
-DEAL::1.0 0.0 0.89 0.0 0.22 0.0 0.0 0.0 0.0 0.0 -0.099 0.0 0.012 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.012 0.0 0.0 0.0 0.0 0.0 -0.022 0.0 -0.088 0.0 -0.099 0.0 -0.025 0.0 -0.022 0.0 0.0055 0.0 0.0 -0.025 0.0 0.0 0.0 -0.025 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -0.025 0.0 0.20 0.0 0.0 0.0 0.0 0.0 -0.088 0.0 0.011 0.0 0.79 0.0 0.0 0.0 0.18 0.0 -0.022 0.0 0.0 0.0 0.0 0.0 0.012 0.0 -0.099 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0.89 0 0.22 0 0 0 0 0 -0.099 0 0.012 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.012 0 0 0 0 0 -0.022 0 -0.088 0 -0.099 0 -0.025 0 -0.022 0 0.0055 0 0 -0.025 0 0 0 -0.025 0 0 0 0 0 0 0 -0.025 0 0.20 0 0 0 0 0 -0.088 0 0.011 0 0.79 0 0 0 0.18 0 -0.022 0 0 0 0 0 0.012 0 -0.099 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<3>(3)2 against FE_DGQ<3>(2)2 in 3d:
DEAL::1.2 2.0
-DEAL::1.0 0.0 0.56 0.0 0.0 0.0 0.0 0.0 -0.035 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0039 0.0 0.0022 -0.020 0.0 0.32 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.0 0 0.56 0 0 0 0 0 -0.035 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.0039 0 0.0022 -0.020 0 0.32 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGP<3>(3)1 against FE_DGP<3>(1)1 in 3d:
DEAL::Checking FE_DGP<3>(1)1 against FE_DGP<3>(3)1 in 3d:
DEAL::Checking Q1 against Q1 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking Q1 against Q1 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking Q1 against Q1 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q1 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q1 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q1 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q1 against Q2 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking Q2 against Q1 in 1d:
DEAL::1.5 1.0
DEAL::1.6
-DEAL::1.0 0.0 1.0 1.0 0.0 0.50
+DEAL::1.0 0 1.0 1.0 0 0.50
DEAL::Checking Q1 against Q2 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q1 in 2d:
DEAL::2.2 1.0
DEAL::2.5
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.0 0.0 0.25
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 0 0 0 0 0 0.50 0 0 0 0.25
DEAL::Checking Q1 against Q2 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q1 in 3d:
DEAL::3.4 1.0
DEAL::4.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.0 0.0 0.25 0.0 0.25 0.0 0.0 0.0 0.25 0.0 0.0 0.0 0.12
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.50 0 0 0 0.25 0 0.25 0 0 0 0.25 0 0 0 0.12
DEAL::Checking Q1 against Q3 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking Q3 against Q1 in 1d:
DEAL::2.0 1.0
DEAL::1.8
-DEAL::1.0 0.0 1.0 0.0 0.0 0.33 0.0 0.33
+DEAL::1.0 0 1.0 0 0 0.33 0 0.33
DEAL::Checking Q1 against Q3 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q1 in 2d:
DEAL::4.0 1.0
DEAL::3.1
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.22 0.0 0.22 0.0 0.11 0.0 0.11
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.22 0 0.22 0 0.11 0 0.11
DEAL::Checking Q1 against Q3 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q1 in 3d:
DEAL::8.0 1.0
DEAL::5.5
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.074 0.0 0.074 0.0 0.15 0.0 0.15 0.0 0.30 0.0 0.30 0.0 0.037 0.0 0.037
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.074 0 0.074 0 0.15 0 0.15 0 0.30 0 0.30 0 0.037 0 0.037
DEAL::Checking Q2 against Q2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking Q2 against Q2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking Q2 against Q2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q2 against Q3 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking Q3 against Q2 in 1d:
DEAL::1.3 1.3
DEAL::1.8
-DEAL::1.0 0.0 1.0 0.0 0.50 -0.17 0.50 -0.17
+DEAL::1.0 0 1.0 0 0.50 -0.17 0.50 -0.17
DEAL::Checking Q2 against Q3 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q2 in 2d:
DEAL::1.8 1.8
DEAL::3.1
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.25 -0.028 0.25 -0.028 0.25 0.028 0.25 0.028
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.25 -0.028 0.25 -0.028 0.25 0.028 0.25 0.028
DEAL::Checking Q2 against Q3 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q2 in 3d:
DEAL::2.4 2.4
DEAL::5.5
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 -0.083 0.25 0.083 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.25 -0.083 0.25 -0.083 0.25 0.0 0.25 0.0 0.25 0.0 0.25 0.0 0.12 0.0046 0.12 0.0046 0.12 0.0046 0.12 0.0046 0.12 0.0046 0.12 0.0046 0.12 0.0046 0.12 0.0046
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.25 0 0.25 0 0.25 0 0.25 0 0.25 0 0.25 0 0.25 0 0.25 0 0.25 0 0.25 0 0.25 0 0.25 0 0.25 -0.083 0.25 0.083 0.25 0 0.25 0 0.25 0 0.25 0 0.25 -0.083 0.25 -0.083 0.25 0 0.25 0 0.25 0 0.25 0 0.12 0.0046 0.12 0.0046 0.12 0.0046 0.12 0.0046 0.12 0.0046 0.12 0.0046 0.12 0.0046 0.12 0.0046
DEAL::Checking Q3 against Q3 in 1d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q3 in 1d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q3 in 2d:
DEAL::1.0 1.0
DEAL::4.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q3 in 2d:
DEAL::1.0 1.0
DEAL::4.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q3 in 3d:
DEAL::1.0 1.0
DEAL::8.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking Q3 against Q3 in 3d:
DEAL::1.0 1.0
DEAL::8.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ0 against DGQ0 in 1d:
DEAL::1.0 1.0
DEAL::1.0
DEAL::Checking DGQ2 against DGQ0 in 1d:
DEAL::3.0 1.0
DEAL::1.7
-DEAL::0.0 0.0 1.0 1.0 0.0 0.0
+DEAL::0 0 1.0 1.0 0 0
DEAL::Checking DGQ0 against DGQ2 in 2d:
DEAL::1.0 1.0
DEAL::1.0
DEAL::Checking DGQ2 against DGQ0 in 2d:
DEAL::9.0 1.0
DEAL::3.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 1.0 1.0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ0 against DGQ2 in 3d:
DEAL::1.0 1.0
DEAL::1.0
DEAL::Checking DGQ2 against DGQ0 in 3d:
DEAL::27. 1.0
DEAL::5.2
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ0 against DGQ4 in 1d:
DEAL::1.0 1.0
DEAL::1.0
DEAL::Checking DGQ4 against DGQ0 in 1d:
DEAL::5.0 1.0
DEAL::2.2
-DEAL::0.0 0.0 0.0 0.0 1.00 1.00 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 1.00 1.00 0 0 0 0
DEAL::Checking DGQ0 against DGQ4 in 2d:
DEAL::1.0 1.0
DEAL::1.0
DEAL::Checking DGQ4 against DGQ0 in 2d:
DEAL::25. 1.0
DEAL::5.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 1.00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ0 against DGQ4 in 3d:
DEAL::1.0 1.0
DEAL::1.0
DEAL::Checking DGQ4 against DGQ0 in 3d:
DEAL::1.2e+02 1.0
DEAL::11.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 1.00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ3 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ1 in 1d:
DEAL::2.0 1.0
DEAL::1.8
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0
+DEAL::1.0 0 0 0 0 0 1.0 0
DEAL::Checking DGQ1 against DGQ3 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ1 in 2d:
DEAL::4.0 1.0
DEAL::3.1
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0
+DEAL::1.0 0 0 0 0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 0 0 0 0 1.0 0
DEAL::Checking DGQ1 against DGQ3 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ1 in 3d:
DEAL::8.0 1.0
DEAL::5.5
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0
+DEAL::1.0 0 0 0 0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 0 0 0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 0 0 0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 0 0 0 0 1.0 0
DEAL::Checking DGQ1 against DGQ5 in 1d:
DEAL::1.0 1.0
DEAL::1.4
-DEAL::1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0
DEAL::Checking DGQ5 against DGQ1 in 1d:
DEAL::3.0 1.0
DEAL::2.1
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0
+DEAL::1.0 0 0 0 0 0 0 0 0 0 1.00 0
DEAL::Checking DGQ1 against DGQ5 in 2d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ5 against DGQ1 in 2d:
DEAL::9.0 1.0
DEAL::4.4
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0
+DEAL::1.0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 0 0 0 0 0 0 1.00 0
DEAL::Checking DGQ1 against DGQ5 in 3d:
DEAL::1.0 1.0
DEAL::2.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ5 against DGQ1 in 3d:
DEAL::27. 1.0
DEAL::9.2
-DEAL::1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0
+DEAL::1.0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 0 0 0 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 0 0 0 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 0 0 0 0 0 0 1.00 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.0 1.0 1.0 0.0
+DEAL::1.0 0 1.0 1.0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ2 against DGQ4 in 1d:
DEAL::1.0 1.0
DEAL::1.7
-DEAL::1.0 0.0 1.00 1.00 1.00 0.0
+DEAL::1.0 0 1.00 1.00 1.00 0
DEAL::Checking DGQ4 against DGQ2 in 1d:
DEAL::2.5 1.3
DEAL::2.1
-DEAL::1.0 0.0 0.0 0.0 1.00 1.00 0.0 0.0 1.00 0.0
+DEAL::1.0 0 0 0 1.00 1.00 0 0 1.00 0
DEAL::Checking DGQ2 against DGQ4 in 2d:
DEAL::1.0 1.0
DEAL::3.0
-DEAL::1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 1.00 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0
+DEAL::1.0 0 1.00 0 1.00 0 1.00 0 1.00 1.00 1.00 0 1.00 0 1.00 0 1.0 0
DEAL::Checking DGQ4 against DGQ2 in 2d:
DEAL::6.3 1.6
DEAL::4.4
-DEAL::1.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 1.00 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0
+DEAL::1.0 0 0 0 1.00 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 1.00 1.00 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0
DEAL::Checking DGQ2 against DGQ4 in 3d:
DEAL::1.0 1.0
DEAL::5.2
-DEAL::1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 1.00 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0
+DEAL::1.0 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.0 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 1.00 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.0 0 1.00 0 1.00 0 1.00 0 1.0 0 1.00 0 1.0 0
DEAL::Checking DGQ4 against DGQ2 in 3d:
DEAL::16. 2.0
DEAL::9.3
-DEAL::1.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 1.00 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0
+DEAL::1.0 0 0 0 1.00 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 1.00 1.00 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 0 0 0 0 0 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0
DEAL::Checking DGQ3 against DGQ3 in 1d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ3 in 1d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ3 in 2d:
DEAL::1.0 1.0
DEAL::4.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ3 in 2d:
DEAL::1.0 1.0
DEAL::4.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ3 in 3d:
DEAL::1.0 1.0
DEAL::8.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ3 in 3d:
DEAL::1.0 1.0
DEAL::8.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ3 against DGQ5 in 1d:
DEAL::1.0 1.0
DEAL::2.0
-DEAL::1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.00 0 1.0 0 1.0 0
DEAL::Checking DGQ5 against DGQ3 in 1d:
DEAL::2.3 2.0
DEAL::2.5
-DEAL::1.0 0.0 0.22 0.0 0.78 0.0 0.78 0.0 0.22 0.0 1.0 0.0
+DEAL::1.0 0 0.22 0 0.78 0 0.78 0 0.22 0 1.0 0
DEAL::Checking DGQ3 against DGQ5 in 2d:
DEAL::1.0 1.0
DEAL::4.0
-DEAL::1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.00 0 1.0 0 1.0 0 1.00 0 1.00 0 1.00 0 1.00 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0
DEAL::Checking DGQ5 against DGQ3 in 2d:
DEAL::5.4 4.1
DEAL::6.2
-DEAL::1.0 0.0 0.22 0.0 0.78 0.0 0.78 0.0 0.22 0.0 1.0 0.0 0.22 0.0 0.049 0.0 0.17 0.0 0.17 0.0 0.049 0.0 0.22 0.0 0.78 0.0 0.17 0.0 0.60 0.0 0.60 0.0 0.17 0.0 0.78 0.0 0.78 0.0 0.17 0.0 0.60 0.0 0.60 0.0 0.17 0.0 0.78 0.0 0.22 0.0 0.049 0.0 0.17 0.0 0.17 0.0 0.049 0.0 0.22 0.0 1.0 0.0 0.22 0.0 0.78 0.0 0.78 0.0 0.22 0.0 1.0 0.0
+DEAL::1.0 0 0.22 0 0.78 0 0.78 0 0.22 0 1.0 0 0.22 0 0.049 0 0.17 0 0.17 0 0.049 0 0.22 0 0.78 0 0.17 0 0.60 0 0.60 0 0.17 0 0.78 0 0.78 0 0.17 0 0.60 0 0.60 0 0.17 0 0.78 0 0.22 0 0.049 0 0.17 0 0.17 0 0.049 0 0.22 0 1.0 0 0.22 0 0.78 0 0.78 0 0.22 0 1.0 0
DEAL::Checking DGQ3 against DGQ5 in 3d:
DEAL::1.0 1.0
DEAL::8.0
-DEAL::1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.00 0 1.0 0 1.0 0 1.00 0 1.00 0 1.00 0 1.00 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.0 0 1.00 0 1.0 0 1.0 0 1.00 0 1.00 0 1.00 0 1.00 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.00 0 1.00 0 1.00 0 1.00 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0
DEAL::Checking DGQ5 against DGQ3 in 3d:
DEAL::13. 8.5
DEAL::16.
-DEAL::1.0 0.0 0.22 0.0 0.78 0.0 0.78 0.0 0.22 0.0 1.0 0.0 0.22 0.0 0.049 0.0 0.17 0.0 0.17 0.0 0.049 0.0 0.22 0.0 0.78 0.0 0.17 0.0 0.60 0.0 0.60 0.0 0.17 0.0 0.78 0.0 0.78 0.0 0.17 0.0 0.60 0.0 0.60 0.0 0.17 0.0 0.78 0.0 0.22 0.0 0.049 0.0 0.17 0.0 0.17 0.0 0.049 0.0 0.22 0.0 1.0 0.0 0.22 0.0 0.78 0.0 0.78 0.0 0.22 0.0 1.0 0.0 0.22 0.0 0.049 0.0 0.17 0.0 0.17 0.0 0.049 0.0 0.22 0.0 0.049 0.0 0.011 0.0 0.038 0.0 0.038 0.0 0.011 0.0 0.049 0.0 0.17 0.0 0.038 0.0 0.13 0.0 0.13 0.0 0.038 0.0 0.17 0.0 0.17 0.0 0.038 0.0 0.13 0.0 0.13 0.0 0.038 0.0 0.17 0.0 0.049 0.0 0.011 0.0 0.038 0.0 0.038 0.0 0.011 0.0 0.049 0.0 0.22 0.0 0.049 0.0 0.17 0.0 0.17 0.0 0.049 0.0 0.22 0.0 0.78 0.0 0.17 0.0 0.60 0.0 0.60 0.0 0.17 0.0 0.78 0.0 0.17 0.0 0.038 0.0 0.13 0.0 0.13 0.0 0.038 0.0 0.17 0.0 0.60 0.0 0.13 0.0 0.47 0.0 0.47 0.0 0.13 0.0 0.60 0.0 0.60 0.0 0.13 0.0 0.47 0.0 0.47 0.0 0.13 0.0 0.60 0.0 0.17 0.0 0.038 0.0 0.13 0.0 0.13 0.0 0.038 0.0 0.17 0.0 0.78 0.0 0.17 0.0 0.60 0.0 0.60 0.0 0.17 0.0 0.78 0.0 0.78 0.0 0.17 0.0 0.60 0.0 0.60 0.0 0.17 0.0 0.78 0.0 0.17 0.0 0.038 0.0 0.13 0.0 0.13 0.0 0.038 0.0 0.17 0.0 0.60 0.0 0.13 0.0 0.47 0.0 0.47 0.0 0.13 0.0 0.60 0.0 0.60 0.0 0.13 0.0 0.47 0.0 0.47 0.0 0.13 0.0 0.60 0.0 0.17 0.0 0.038 0.0 0.13 0.0 0.13 0.0 0.038 0.0 0.17 0.0 0.78 0.0 0.17 0.0 0.60 0.0 0.60 0.0 0.17 0.0 0.78 0.0 0.22 0.0 0.049 0.0 0.17 0.0 0.17 0.0 0.049 0.0 0.22 0.0 0.049 0.0 0.011 0.0 0.038 0.0 0.038 0.0 0.011 0.0 0.049 0.0 0.17 0.0 0.038 0.0 0.13 0.0 0.13 0.0 0.038 0.0 0.17 0.0 0.17 0.0 0.038 0.0 0.13 0.0 0.13 0.0 0.038 0.0 0.17 0.0 0.049 0.0 0.011 0.0 0.038 0.0 0.038 0.0 0.011 0.0 0.049 0.0 0.22 0.0 0.049 0.0 0.17 0.0 0.17 0.0 0.049 0.0 0.22 0.0 1.0 0.0 0.22 0.0 0.78 0.0 0.78 0.0 0.22 0.0 1.0 0.0 0.22 0.0 0.049 0.0 0.17 0.0 0.17 0.0 0.049 0.0 0.22 0.0 0.78 0.0 0.17 0.0 0.60 0.0 0.60 0.0 0.17 0.0 0.78 0.0 0.78 0.0 0.17 0.0 0.60 0.0 0.60 0.0 0.17 0.0 0.78 0.0 0.22 0.0 0.049 0.0 0.17 0.0 0.17 0.0 0.049 0.0 0.22 0.0 1.0 0.0 0.22 0.0 0.78 0.0 0.78 0.0 0.22 0.0 1.0 0.0
+DEAL::1.0 0 0.22 0 0.78 0 0.78 0 0.22 0 1.0 0 0.22 0 0.049 0 0.17 0 0.17 0 0.049 0 0.22 0 0.78 0 0.17 0 0.60 0 0.60 0 0.17 0 0.78 0 0.78 0 0.17 0 0.60 0 0.60 0 0.17 0 0.78 0 0.22 0 0.049 0 0.17 0 0.17 0 0.049 0 0.22 0 1.0 0 0.22 0 0.78 0 0.78 0 0.22 0 1.0 0 0.22 0 0.049 0 0.17 0 0.17 0 0.049 0 0.22 0 0.049 0 0.011 0 0.038 0 0.038 0 0.011 0 0.049 0 0.17 0 0.038 0 0.13 0 0.13 0 0.038 0 0.17 0 0.17 0 0.038 0 0.13 0 0.13 0 0.038 0 0.17 0 0.049 0 0.011 0 0.038 0 0.038 0 0.011 0 0.049 0 0.22 0 0.049 0 0.17 0 0.17 0 0.049 0 0.22 0 0.78 0 0.17 0 0.60 0 0.60 0 0.17 0 0.78 0 0.17 0 0.038 0 0.13 0 0.13 0 0.038 0 0.17 0 0.60 0 0.13 0 0.47 0 0.47 0 0.13 0 0.60 0 0.60 0 0.13 0 0.47 0 0.47 0 0.13 0 0.60 0 0.17 0 0.038 0 0.13 0 0.13 0 0.038 0 0.17 0 0.78 0 0.17 0 0.60 0 0.60 0 0.17 0 0.78 0 0.78 0 0.17 0 0.60 0 0.60 0 0.17 0 0.78 0 0.17 0 0.038 0 0.13 0 0.13 0 0.038 0 0.17 0 0.60 0 0.13 0 0.47 0 0.47 0 0.13 0 0.60 0 0.60 0 0.13 0 0.47 0 0.47 0 0.13 0 0.60 0 0.17 0 0.038 0 0.13 0 0.13 0 0.038 0 0.17 0 0.78 0 0.17 0 0.60 0 0.60 0 0.17 0 0.78 0 0.22 0 0.049 0 0.17 0 0.17 0 0.049 0 0.22 0 0.049 0 0.011 0 0.038 0 0.038 0 0.011 0 0.049 0 0.17 0 0.038 0 0.13 0 0.13 0 0.038 0 0.17 0 0.17 0 0.038 0 0.13 0 0.13 0 0.038 0 0.17 0 0.049 0 0.011 0 0.038 0 0.038 0 0.011 0 0.049 0 0.22 0 0.049 0 0.17 0 0.17 0 0.049 0 0.22 0 1.0 0 0.22 0 0.78 0 0.78 0 0.22 0 1.0 0 0.22 0 0.049 0 0.17 0 0.17 0 0.049 0 0.22 0 0.78 0 0.17 0 0.60 0 0.60 0 0.17 0 0.78 0 0.78 0 0.17 0 0.60 0 0.60 0 0.17 0 0.78 0 0.22 0 0.049 0 0.17 0 0.17 0 0.049 0 0.22 0 1.0 0 0.22 0 0.78 0 0.78 0 0.22 0 1.0 0
DEAL::Checking DGQ4 against DGQ5 in 1d:
DEAL::1.0 1.0
DEAL::2.2
-DEAL::1.0 0.0 1.00 0.0 1.0 1.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.00 0 1.0 1.0 1.0 0 1.0 0
DEAL::Checking DGQ5 against DGQ4 in 1d:
DEAL::1.7 1.8
DEAL::2.3
-DEAL::1.0 0.0 0.83 0.17 0.67 0.33 0.67 0.33 0.83 0.17 1.0 0.0
+DEAL::1.0 0 0.83 0.17 0.67 0.33 0.67 0.33 0.83 0.17 1.0 0
DEAL::Checking DGQ4 against DGQ5 in 2d:
DEAL::1.0 1.0
DEAL::5.0
-DEAL::1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.00 0 1.0 0 1.00 0 1.00 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ5 against DGQ4 in 2d:
DEAL::2.8 3.1
DEAL::5.1
-DEAL::1.0 0.0 0.83 0.0 0.67 0.0 0.67 0.0 0.83 0.0 1.0 0.0 0.83 0.0 0.69 0.030 0.56 0.056 0.56 0.056 0.69 0.030 0.83 0.0 0.67 0.0 0.56 0.056 0.45 0.11 0.45 0.11 0.56 0.056 0.67 0.0 0.67 0.0 0.56 0.056 0.45 0.11 0.45 0.11 0.56 0.056 0.67 0.0 0.83 0.0 0.69 0.030 0.56 0.056 0.56 0.056 0.69 0.030 0.83 0.0 1.0 0.0 0.83 0.0 0.67 0.0 0.67 0.0 0.83 0.0 1.0 0.0
+DEAL::1.0 0 0.83 0 0.67 0 0.67 0 0.83 0 1.0 0 0.83 0 0.69 0.030 0.56 0.056 0.56 0.056 0.69 0.030 0.83 0 0.67 0 0.56 0.056 0.45 0.11 0.45 0.11 0.56 0.056 0.67 0 0.67 0 0.56 0.056 0.45 0.11 0.45 0.11 0.56 0.056 0.67 0 0.83 0 0.69 0.030 0.56 0.056 0.56 0.056 0.69 0.030 0.83 0 1.0 0 0.83 0 0.67 0 0.67 0 0.83 0 1.0 0
DEAL::Checking DGQ4 against DGQ5 in 3d:
DEAL::1.0 1.0
DEAL::11.
-DEAL::1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.00 0 1.0 0 1.00 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.00 0 1.0 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.00 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.00 0 1.0 0 1.00 0 1.00 0 1.00 0 1.00 0 1.0 0 1.00 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.00 0 1.0 0 1.00 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 1.00 0 1.0 0 1.00 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ5 against DGQ4 in 3d:
DEAL::4.8 5.4
DEAL::12.
-DEAL::1.0 0.0 0.83 0.0 0.67 0.0 0.67 0.0 0.83 0.0 1.0 0.0 0.83 0.0 0.69 0.0 0.56 0.0 0.56 0.0 0.69 0.0 0.83 0.0 0.67 0.0 0.56 0.0 0.45 0.0 0.45 0.0 0.56 0.0 0.67 0.0 0.67 0.0 0.56 0.0 0.45 0.0 0.45 0.0 0.56 0.0 0.67 0.0 0.83 0.0 0.69 0.0 0.56 0.0 0.56 0.0 0.69 0.0 0.83 0.0 1.0 0.0 0.83 0.0 0.67 0.0 0.67 0.0 0.83 0.0 1.0 0.0 0.83 0.0 0.69 0.0 0.56 0.0 0.56 0.0 0.69 0.0 0.83 0.0 0.69 0.0 0.57 0.0051 0.46 0.0097 0.46 0.0097 0.57 0.0051 0.69 0.0 0.56 0.0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0.0 0.56 0.0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0.0 0.69 0.0 0.57 0.0051 0.46 0.0097 0.46 0.0097 0.57 0.0051 0.69 0.0 0.83 0.0 0.69 0.0 0.56 0.0 0.56 0.0 0.69 0.0 0.83 0.0 0.67 0.0 0.56 0.0 0.45 0.0 0.45 0.0 0.56 0.0 0.67 0.0 0.56 0.0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0.0 0.45 0.0 0.37 0.019 0.30 0.035 0.30 0.035 0.37 0.019 0.45 0.0 0.45 0.0 0.37 0.019 0.30 0.035 0.30 0.035 0.37 0.019 0.45 0.0 0.56 0.0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0.0 0.67 0.0 0.56 0.0 0.45 0.0 0.45 0.0 0.56 0.0 0.67 0.0 0.67 0.0 0.56 0.0 0.45 0.0 0.45 0.0 0.56 0.0 0.67 0.0 0.56 0.0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0.0 0.45 0.0 0.37 0.019 0.30 0.035 0.30 0.035 0.37 0.019 0.45 0.0 0.45 0.0 0.37 0.019 0.30 0.035 0.30 0.035 0.37 0.019 0.45 0.0 0.56 0.0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0.0 0.67 0.0 0.56 0.0 0.45 0.0 0.45 0.0 0.56 0.0 0.67 0.0 0.83 0.0 0.69 0.0 0.56 0.0 0.56 0.0 0.69 0.0 0.83 0.0 0.69 0.0 0.57 0.0051 0.46 0.0097 0.46 0.0097 0.57 0.0051 0.69 0.0 0.56 0.0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0.0 0.56 0.0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0.0 0.69 0.0 0.57 0.0051 0.46 0.0097 0.46 0.0097 0.57 0.0051 0.69 0.0 0.83 0.0 0.69 0.0 0.56 0.0 0.56 0.0 0.69 0.0 0.83 0.0 1.0 0.0 0.83 0.0 0.67 0.0 0.67 0.0 0.83 0.0 1.0 0.0 0.83 0.0 0.69 0.0 0.56 0.0 0.56 0.0 0.69 0.0 0.83 0.0 0.67 0.0 0.56 0.0 0.45 0.0 0.45 0.0 0.56 0.0 0.67 0.0 0.67 0.0 0.56 0.0 0.45 0.0 0.45 0.0 0.56 0.0 0.67 0.0 0.83 0.0 0.69 0.0 0.56 0.0 0.56 0.0 0.69 0.0 0.83 0.0 1.0 0.0 0.83 0.0 0.67 0.0 0.67 0.0 0.83 0.0 1.0 0.0
+DEAL::1.0 0 0.83 0 0.67 0 0.67 0 0.83 0 1.0 0 0.83 0 0.69 0 0.56 0 0.56 0 0.69 0 0.83 0 0.67 0 0.56 0 0.45 0 0.45 0 0.56 0 0.67 0 0.67 0 0.56 0 0.45 0 0.45 0 0.56 0 0.67 0 0.83 0 0.69 0 0.56 0 0.56 0 0.69 0 0.83 0 1.0 0 0.83 0 0.67 0 0.67 0 0.83 0 1.0 0 0.83 0 0.69 0 0.56 0 0.56 0 0.69 0 0.83 0 0.69 0 0.57 0.0051 0.46 0.0097 0.46 0.0097 0.57 0.0051 0.69 0 0.56 0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0 0.56 0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0 0.69 0 0.57 0.0051 0.46 0.0097 0.46 0.0097 0.57 0.0051 0.69 0 0.83 0 0.69 0 0.56 0 0.56 0 0.69 0 0.83 0 0.67 0 0.56 0 0.45 0 0.45 0 0.56 0 0.67 0 0.56 0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0 0.45 0 0.37 0.019 0.30 0.035 0.30 0.035 0.37 0.019 0.45 0 0.45 0 0.37 0.019 0.30 0.035 0.30 0.035 0.37 0.019 0.45 0 0.56 0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0 0.67 0 0.56 0 0.45 0 0.45 0 0.56 0 0.67 0 0.67 0 0.56 0 0.45 0 0.45 0 0.56 0 0.67 0 0.56 0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0 0.45 0 0.37 0.019 0.30 0.035 0.30 0.035 0.37 0.019 0.45 0 0.45 0 0.37 0.019 0.30 0.035 0.30 0.035 0.37 0.019 0.45 0 0.56 0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0 0.67 0 0.56 0 0.45 0 0.45 0 0.56 0 0.67 0 0.83 0 0.69 0 0.56 0 0.56 0 0.69 0 0.83 0 0.69 0 0.57 0.0051 0.46 0.0097 0.46 0.0097 0.57 0.0051 0.69 0 0.56 0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0 0.56 0 0.46 0.0097 0.37 0.019 0.37 0.019 0.46 0.0097 0.56 0 0.69 0 0.57 0.0051 0.46 0.0097 0.46 0.0097 0.57 0.0051 0.69 0 0.83 0 0.69 0 0.56 0 0.56 0 0.69 0 0.83 0 1.0 0 0.83 0 0.67 0 0.67 0 0.83 0 1.0 0 0.83 0 0.69 0 0.56 0 0.56 0 0.69 0 0.83 0 0.67 0 0.56 0 0.45 0 0.45 0 0.56 0 0.67 0 0.67 0 0.56 0 0.45 0 0.45 0 0.56 0 0.67 0 0.83 0 0.69 0 0.56 0 0.56 0 0.69 0 0.83 0 1.0 0 0.83 0 0.67 0 0.67 0 0.83 0 1.0 0
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 2d:
DEAL::Checking FE_Q<1>(1)3 against FE_Q<1>(2)3 in 1d:
DEAL::1.0 1.0
DEAL::2.4
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_Q<1>(2)3 against FE_Q<1>(1)3 in 1d:
DEAL::1.5 1.0
DEAL::2.7
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 0.0 0.0 0.0 0.50 0.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 0 0 0 0.50 0 0
DEAL::Checking FE_DGQ<1>(2)2 against FE_DGQ<1>(3)2 in 1d:
DEAL::1.0 1.0
DEAL::2.4
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_DGQ<1>(3)2 against FE_DGQ<1>(2)2 in 1d:
DEAL::1.3 1.3
DEAL::2.5
-DEAL::1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0
+DEAL::1.0 0 0.50 0 0.50 0 1.0 0 1.0 0 0.50 0 0.50 0 1.0 0
DEAL::Checking FE_DGP<1>(3)1 against FE_DGP<1>(1)1 in 1d:
DEAL::Checking FE_DGP<1>(1)1 against FE_DGP<1>(3)1 in 1d:
DEAL::Checking FE_Q<2>(1)3 against FE_Q<2>(2)3 in 2d:
DEAL::1.0 1.0
DEAL::3.5
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_Q<2>(2)3 against FE_Q<2>(1)3 in 2d:
DEAL::2.2 1.0
DEAL::4.3
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.25 0.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.50 0 0 0 0 0 0 0 0 0 0 0 0.25 0 0
DEAL::Checking FE_DGQ<2>(2)2 against FE_DGQ<2>(3)2 in 2d:
DEAL::1.0 1.0
DEAL::4.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_DGQ<2>(3)2 against FE_DGQ<2>(2)2 in 2d:
DEAL::1.8 1.8
DEAL::4.4
-DEAL::1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0
+DEAL::1.0 0 0.50 0 0.50 0 1.0 0 0.50 0 0.25 0 0.25 0 0.50 0 0.50 0 0.25 0 0.25 0 0.50 0 1.0 0 0.50 0 0.50 0 1.0 0 1.0 0 0.50 0 0.50 0 1.0 0 0.50 0 0.25 0 0.25 0 0.50 0 0.50 0 0.25 0 0.25 0 0.50 0 1.0 0 0.50 0 0.50 0 1.0 0
DEAL::Checking FE_DGP<2>(3)1 against FE_DGP<2>(1)1 in 2d:
DEAL::Checking FE_DGP<2>(1)1 against FE_DGP<2>(3)1 in 2d:
DEAL::Checking FE_Q<3>(1)3 against FE_Q<3>(2)3 in 3d:
DEAL::1.0 1.0
DEAL::4.9
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_Q<3>(2)3 against FE_Q<3>(1)3 in 3d:
DEAL::3.4 1.0
DEAL::6.8
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.25 0.0 0.0 0.0 0.0 0.0 0.25 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.25 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.12 0.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.50 0 0 0 0 0 0 0 0 0 0 0 0.25 0 0 0 0 0 0.25 0 0 0 0 0 0 0 0 0 0 0 0.25 0 0 0 0 0 0 0 0 0 0 0 0.12 0 0
DEAL::Checking FE_DGQ<3>(2)2 against FE_DGQ<3>(3)2 in 3d:
DEAL::1.0 1.0
DEAL::7.3
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking FE_DGQ<3>(3)2 against FE_DGQ<3>(2)2 in 3d:
DEAL::2.4 2.4
DEAL::7.8
-DEAL::1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.25 0.0 0.12 0.0 0.12 0.0 0.25 0.0 0.25 0.0 0.12 0.0 0.12 0.0 0.25 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.25 0.0 0.12 0.0 0.12 0.0 0.25 0.0 0.25 0.0 0.12 0.0 0.12 0.0 0.25 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.25 0.0 0.12 0.0 0.12 0.0 0.25 0.0 0.25 0.0 0.12 0.0 0.12 0.0 0.25 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.25 0.0 0.12 0.0 0.12 0.0 0.25 0.0 0.25 0.0 0.12 0.0 0.12 0.0 0.25 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 0.50 0.0 0.25 0.0 0.25 0.0 0.50 0.0 1.0 0.0 0.50 0.0 0.50 0.0 1.0 0.0
+DEAL::1.0 0 0.50 0 0.50 0 1.0 0 0.50 0 0.25 0 0.25 0 0.50 0 0.50 0 0.25 0 0.25 0 0.50 0 1.0 0 0.50 0 0.50 0 1.0 0 0.50 0 0.25 0 0.25 0 0.50 0 0.25 0 0.12 0 0.12 0 0.25 0 0.25 0 0.12 0 0.12 0 0.25 0 0.50 0 0.25 0 0.25 0 0.50 0 0.50 0 0.25 0 0.25 0 0.50 0 0.25 0 0.12 0 0.12 0 0.25 0 0.25 0 0.12 0 0.12 0 0.25 0 0.50 0 0.25 0 0.25 0 0.50 0 1.0 0 0.50 0 0.50 0 1.0 0 0.50 0 0.25 0 0.25 0 0.50 0 0.50 0 0.25 0 0.25 0 0.50 0 1.0 0 0.50 0 0.50 0 1.0 0 1.0 0 0.50 0 0.50 0 1.0 0 0.50 0 0.25 0 0.25 0 0.50 0 0.50 0 0.25 0 0.25 0 0.50 0 1.0 0 0.50 0 0.50 0 1.0 0 0.50 0 0.25 0 0.25 0 0.50 0 0.25 0 0.12 0 0.12 0 0.25 0 0.25 0 0.12 0 0.12 0 0.25 0 0.50 0 0.25 0 0.25 0 0.50 0 0.50 0 0.25 0 0.25 0 0.50 0 0.25 0 0.12 0 0.12 0 0.25 0 0.25 0 0.12 0 0.12 0 0.25 0 0.50 0 0.25 0 0.25 0 0.50 0 1.0 0 0.50 0 0.50 0 1.0 0 0.50 0 0.25 0 0.25 0 0.50 0 0.50 0 0.25 0 0.25 0 0.50 0 1.0 0 0.50 0 0.50 0 1.0 0
DEAL::Checking FE_DGP<3>(3)1 against FE_DGP<3>(1)1 in 3d:
DEAL::Checking FE_DGP<3>(1)1 against FE_DGP<3>(3)1 in 3d:
DEAL::Checking Q1 against Q1 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0
DEAL::Checking Q1 against Q1 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0
DEAL::Checking Q1 against Q1 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking Q1 against Q1 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking Q1 against Q1 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q1 against Q1 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q1 against Q2 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0
DEAL::Checking Q2 against Q1 in 1d:
DEAL::1.0 2.0
DEAL::1.2
-DEAL::0.0 0.0 0.0 0.0 1.0 -0.50
+DEAL::0 0 0 0 1.0 -0.50
DEAL::Checking Q1 against Q2 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking Q2 against Q1 in 2d:
DEAL::1.2 2.0
DEAL::2.7
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.0 0.0 1.0 -0.50 1.0 0.0 1.0 -0.25
+DEAL::0 0 0 0 0 0 0 0 1.0 1.0 1.0 0 1.0 -0.50 1.0 0 1.0 -0.25
DEAL::Checking Q1 against Q2 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q2 against Q1 in 3d:
DEAL::2.4 2.0
DEAL::5.2
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 -0.50 1.0 0.0 1.0 -0.25 1.0 -0.25 1.0 0.0 1.0 -0.25 1.0 0.0 1.0 -0.12
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 -0.50 1.0 0 1.0 -0.25 1.0 -0.25 1.0 0 1.0 -0.25 1.0 0 1.0 -0.12
DEAL::Checking Q1 against Q3 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0
DEAL::Checking Q3 against Q1 in 1d:
DEAL::1.0 2.0
DEAL::1.8
-DEAL::0.0 0.0 0.0 0.0 1.0 -0.33 1.0 -0.33
+DEAL::0 0 0 0 1.0 -0.33 1.0 -0.33
DEAL::Checking Q1 against Q3 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking Q3 against Q1 in 2d:
DEAL::3.0 2.0
DEAL::4.2
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 -0.22 1.0 -0.22 1.0 -0.11 1.0 -0.11
+DEAL::0 0 0 0 0 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 -0.22 1.0 -0.22 1.0 -0.11 1.0 -0.11
DEAL::Checking Q1 against Q3 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q3 against Q1 in 3d:
DEAL::7.0 2.0
DEAL::8.8
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 -0.074 1.0 -0.074 1.0 -0.15 1.0 -0.15 1.0 -0.30 1.0 -0.30 1.0 -0.037 1.0 -0.037
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 -0.074 1.0 -0.074 1.0 -0.15 1.0 -0.15 1.0 -0.30 1.0 -0.30 1.0 -0.037 1.0 -0.037
DEAL::Checking Q2 against Q2 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0
DEAL::Checking Q2 against Q2 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0
DEAL::Checking Q2 against Q2 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q2 against Q2 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q2 against Q2 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q2 against Q2 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q2 against Q3 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0
DEAL::Checking Q3 against Q2 in 1d:
DEAL::1.0 1.3
DEAL::1.1
-DEAL::0.0 0.0 0.0 0.0 0.50 0.17 0.50 0.17
+DEAL::0 0 0 0 0.50 0.17 0.50 0.17
DEAL::Checking Q2 against Q3 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q3 against Q2 in 2d:
DEAL::1.5 2.3
DEAL::2.8
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.75 0.028 0.75 0.028 0.75 -0.028 0.75 -0.028
+DEAL::0 0 0 0 0 0 0 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.75 0.028 0.75 0.028 0.75 -0.028 0.75 -0.028
DEAL::Checking Q2 against Q3 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q3 against Q2 in 3d:
DEAL::1.8 3.1
DEAL::6.3
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.083 0.75 -0.083 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.083 0.75 0.083 0.75 0.0 0.75 0.0 0.75 0.0 0.75 0.0 0.88 0.0046 0.88 0.0046 0.88 0.0046 0.88 0.0046 0.88 0.0046 0.88 0.0046 0.88 0.0046 0.88 0.0046
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.50 0 0.75 0 0.75 0 0.75 0 0.75 0 0.75 0 0.75 0 0.75 0 0.75 0 0.75 0 0.75 0 0.75 0 0.75 0 0.75 0.083 0.75 -0.083 0.75 0 0.75 0 0.75 0 0.75 0 0.75 0.083 0.75 0.083 0.75 0 0.75 0 0.75 0 0.75 0 0.88 0.0046 0.88 0.0046 0.88 0.0046 0.88 0.0046 0.88 0.0046 0.88 0.0046 0.88 0.0046 0.88 0.0046
DEAL::Checking Q3 against Q3 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking Q3 against Q3 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking Q3 against Q3 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q3 against Q3 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q3 against Q3 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking Q3 against Q3 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ0 against DGQ0 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ0 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ0 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ0 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ0 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ0 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ0 against DGQ1 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ1 against DGQ0 in 1d:
DEAL::1.0 1.0
DEAL::1.0
DEAL::0.50 -0.50 0.50 -0.50
DEAL::Checking DGQ0 against DGQ1 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ1 against DGQ0 in 2d:
DEAL::1.5 1.5
DEAL::1.7
DEAL::0.75 -0.25 0.75 -0.25 0.75 -0.25 0.75 -0.25
DEAL::Checking DGQ0 against DGQ1 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ1 against DGQ0 in 3d:
DEAL::1.8 1.8
DEAL::2.6
DEAL::0.88 -0.12 0.88 -0.12 0.88 -0.12 0.88 -0.12 0.88 -0.12 0.88 -0.12 0.88 -0.12 0.88 -0.12
DEAL::Checking DGQ0 against DGQ2 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ2 against DGQ0 in 1d:
DEAL::2.0 2.0
DEAL::2.0
-DEAL::1.0 0.0 0.0 0.0 1.0 0.0
+DEAL::1.0 0 0 0 1.0 0
DEAL::Checking DGQ0 against DGQ2 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ2 against DGQ0 in 2d:
DEAL::8.0 2.0
DEAL::4.0
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ0 against DGQ2 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ2 against DGQ0 in 3d:
DEAL::26. 2.0
DEAL::7.2
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ0 against DGQ4 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ4 against DGQ0 in 1d:
DEAL::4.0 2.0
DEAL::2.8
-DEAL::1.0 0.0 1.00 0.0 0.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.00 0 0 0 1.0 0 1.0 0
DEAL::Checking DGQ0 against DGQ4 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ4 against DGQ0 in 2d:
DEAL::24. 2.0
DEAL::6.9
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ0 against DGQ4 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0
DEAL::Checking DGQ4 against DGQ0 in 3d:
DEAL::1.2e+02 2.0
DEAL::16.
-DEAL::1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0
+DEAL::1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.00 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0
DEAL::Checking DGQ1 against DGQ1 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ3 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0
DEAL::Checking DGQ3 against DGQ1 in 1d:
DEAL::1.0 2.0
DEAL::1.8
-DEAL::0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0
+DEAL::0 0 1.0 0 1.0 0 0 0
DEAL::Checking DGQ1 against DGQ3 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ1 in 2d:
DEAL::3.0 2.0
DEAL::4.2
-DEAL::0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0
+DEAL::0 0 1.0 0 1.0 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 1.0 0 1.0 0 0 0
DEAL::Checking DGQ1 against DGQ3 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ1 in 3d:
DEAL::7.0 2.0
DEAL::8.8
-DEAL::0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0
+DEAL::0 0 1.0 0 1.0 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 1.0 0 1.0 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 1.0 0 1.0 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 1.0 0 1.0 0 0 0
DEAL::Checking DGQ1 against DGQ5 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0
DEAL::Checking DGQ5 against DGQ1 in 1d:
DEAL::2.0 2.0
DEAL::2.5
-DEAL::0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 0.0 0.0
+DEAL::0 0 1.00 0 1.0 0 1.00 0 1.0 0 0 0
DEAL::Checking DGQ1 against DGQ5 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ1 in 2d:
DEAL::8.0 2.0
DEAL::6.9
-DEAL::0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 0.0 0.0
+DEAL::0 0 1.00 0 1.0 0 1.00 0 1.0 0 0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 0 0
DEAL::Checking DGQ1 against DGQ5 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ1 in 3d:
DEAL::26. 2.0
DEAL::17.
-DEAL::0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 0.0 0.0
+DEAL::0 0 1.00 0 1.0 0 1.00 0 1.0 0 0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ4 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ2 in 1d:
DEAL::1.5 2.3
DEAL::1.9
-DEAL::0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0
+DEAL::0 0 1.00 0 0 0 1.00 0 0 0
DEAL::Checking DGQ2 against DGQ4 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ2 in 2d:
DEAL::5.3 2.6
DEAL::5.2
-DEAL::0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0
+DEAL::0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0
DEAL::Checking DGQ2 against DGQ4 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ2 in 3d:
DEAL::15. 3.0
DEAL::13.
-DEAL::0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 1.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0 1.00 0.0 0.0 0.0
+DEAL::0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 1.0 0 1.00 0 1.0 0 1.00 0 0 0 1.00 0 0 0 1.00 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ5 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ3 in 1d:
DEAL::1.8 2.6
DEAL::2.1
-DEAL::0.0 0.0 0.78 0.0 0.22 0.0 0.22 0.0 0.78 0.0 0.0 0.0
+DEAL::0 0 0.78 0 0.22 0 0.22 0 0.78 0 0 0
DEAL::Checking DGQ3 against DGQ5 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ3 in 2d:
DEAL::5.2 5.1
DEAL::6.5
-DEAL::0.0 0.0 0.78 0.0 0.22 0.0 0.22 0.0 0.78 0.0 0.0 0.0 0.78 0.0 0.95 0.0 0.83 0.0 0.83 0.0 0.95 0.0 0.78 0.0 0.22 0.0 0.83 0.0 0.40 0.0 0.40 0.0 0.83 0.0 0.22 0.0 0.22 0.0 0.83 0.0 0.40 0.0 0.40 0.0 0.83 0.0 0.22 0.0 0.78 0.0 0.95 0.0 0.83 0.0 0.83 0.0 0.95 0.0 0.78 0.0 0.0 0.0 0.78 0.0 0.22 0.0 0.22 0.0 0.78 0.0 0.0 0.0
+DEAL::0 0 0.78 0 0.22 0 0.22 0 0.78 0 0 0 0.78 0 0.95 0 0.83 0 0.83 0 0.95 0 0.78 0 0.22 0 0.83 0 0.40 0 0.40 0 0.83 0 0.22 0 0.22 0 0.83 0 0.40 0 0.40 0 0.83 0 0.22 0 0.78 0 0.95 0 0.83 0 0.83 0 0.95 0 0.78 0 0 0 0.78 0 0.22 0 0.22 0 0.78 0 0 0
DEAL::Checking DGQ3 against DGQ5 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ3 in 3d:
DEAL::13. 9.4
DEAL::18.
-DEAL::0.0 0.0 0.78 0.0 0.22 0.0 0.22 0.0 0.78 0.0 0.0 0.0 0.78 0.0 0.95 0.0 0.83 0.0 0.83 0.0 0.95 0.0 0.78 0.0 0.22 0.0 0.83 0.0 0.40 0.0 0.40 0.0 0.83 0.0 0.22 0.0 0.22 0.0 0.83 0.0 0.40 0.0 0.40 0.0 0.83 0.0 0.22 0.0 0.78 0.0 0.95 0.0 0.83 0.0 0.83 0.0 0.95 0.0 0.78 0.0 0.0 0.0 0.78 0.0 0.22 0.0 0.22 0.0 0.78 0.0 0.0 0.0 0.78 0.0 0.95 0.0 0.83 0.0 0.83 0.0 0.95 0.0 0.78 0.0 0.95 0.0 0.99 0.0 0.96 0.0 0.96 0.0 0.99 0.0 0.95 0.0 0.83 0.0 0.96 0.0 0.87 0.0 0.87 0.0 0.96 0.0 0.83 0.0 0.83 0.0 0.96 0.0 0.87 0.0 0.87 0.0 0.96 0.0 0.83 0.0 0.95 0.0 0.99 0.0 0.96 0.0 0.96 0.0 0.99 0.0 0.95 0.0 0.78 0.0 0.95 0.0 0.83 0.0 0.83 0.0 0.95 0.0 0.78 0.0 0.22 0.0 0.83 0.0 0.40 0.0 0.40 0.0 0.83 0.0 0.22 0.0 0.83 0.0 0.96 0.0 0.87 0.0 0.87 0.0 0.96 0.0 0.83 0.0 0.40 0.0 0.87 0.0 0.53 0.0 0.53 0.0 0.87 0.0 0.40 0.0 0.40 0.0 0.87 0.0 0.53 0.0 0.53 0.0 0.87 0.0 0.40 0.0 0.83 0.0 0.96 0.0 0.87 0.0 0.87 0.0 0.96 0.0 0.83 0.0 0.22 0.0 0.83 0.0 0.40 0.0 0.40 0.0 0.83 0.0 0.22 0.0 0.22 0.0 0.83 0.0 0.40 0.0 0.40 0.0 0.83 0.0 0.22 0.0 0.83 0.0 0.96 0.0 0.87 0.0 0.87 0.0 0.96 0.0 0.83 0.0 0.40 0.0 0.87 0.0 0.53 0.0 0.53 0.0 0.87 0.0 0.40 0.0 0.40 0.0 0.87 0.0 0.53 0.0 0.53 0.0 0.87 0.0 0.40 0.0 0.83 0.0 0.96 0.0 0.87 0.0 0.87 0.0 0.96 0.0 0.83 0.0 0.22 0.0 0.83 0.0 0.40 0.0 0.40 0.0 0.83 0.0 0.22 0.0 0.78 0.0 0.95 0.0 0.83 0.0 0.83 0.0 0.95 0.0 0.78 0.0 0.95 0.0 0.99 0.0 0.96 0.0 0.96 0.0 0.99 0.0 0.95 0.0 0.83 0.0 0.96 0.0 0.87 0.0 0.87 0.0 0.96 0.0 0.83 0.0 0.83 0.0 0.96 0.0 0.87 0.0 0.87 0.0 0.96 0.0 0.83 0.0 0.95 0.0 0.99 0.0 0.96 0.0 0.96 0.0 0.99 0.0 0.95 0.0 0.78 0.0 0.95 0.0 0.83 0.0 0.83 0.0 0.95 0.0 0.78 0.0 0.0 0.0 0.78 0.0 0.22 0.0 0.22 0.0 0.78 0.0 0.0 0.0 0.78 0.0 0.95 0.0 0.83 0.0 0.83 0.0 0.95 0.0 0.78 0.0 0.22 0.0 0.83 0.0 0.40 0.0 0.40 0.0 0.83 0.0 0.22 0.0 0.22 0.0 0.83 0.0 0.40 0.0 0.40 0.0 0.83 0.0 0.22 0.0 0.78 0.0 0.95 0.0 0.83 0.0 0.83 0.0 0.95 0.0 0.78 0.0 0.0 0.0 0.78 0.0 0.22 0.0 0.22 0.0 0.78 0.0 0.0 0.0
+DEAL::0 0 0.78 0 0.22 0 0.22 0 0.78 0 0 0 0.78 0 0.95 0 0.83 0 0.83 0 0.95 0 0.78 0 0.22 0 0.83 0 0.40 0 0.40 0 0.83 0 0.22 0 0.22 0 0.83 0 0.40 0 0.40 0 0.83 0 0.22 0 0.78 0 0.95 0 0.83 0 0.83 0 0.95 0 0.78 0 0 0 0.78 0 0.22 0 0.22 0 0.78 0 0 0 0.78 0 0.95 0 0.83 0 0.83 0 0.95 0 0.78 0 0.95 0 0.99 0 0.96 0 0.96 0 0.99 0 0.95 0 0.83 0 0.96 0 0.87 0 0.87 0 0.96 0 0.83 0 0.83 0 0.96 0 0.87 0 0.87 0 0.96 0 0.83 0 0.95 0 0.99 0 0.96 0 0.96 0 0.99 0 0.95 0 0.78 0 0.95 0 0.83 0 0.83 0 0.95 0 0.78 0 0.22 0 0.83 0 0.40 0 0.40 0 0.83 0 0.22 0 0.83 0 0.96 0 0.87 0 0.87 0 0.96 0 0.83 0 0.40 0 0.87 0 0.53 0 0.53 0 0.87 0 0.40 0 0.40 0 0.87 0 0.53 0 0.53 0 0.87 0 0.40 0 0.83 0 0.96 0 0.87 0 0.87 0 0.96 0 0.83 0 0.22 0 0.83 0 0.40 0 0.40 0 0.83 0 0.22 0 0.22 0 0.83 0 0.40 0 0.40 0 0.83 0 0.22 0 0.83 0 0.96 0 0.87 0 0.87 0 0.96 0 0.83 0 0.40 0 0.87 0 0.53 0 0.53 0 0.87 0 0.40 0 0.40 0 0.87 0 0.53 0 0.53 0 0.87 0 0.40 0 0.83 0 0.96 0 0.87 0 0.87 0 0.96 0 0.83 0 0.22 0 0.83 0 0.40 0 0.40 0 0.83 0 0.22 0 0.78 0 0.95 0 0.83 0 0.83 0 0.95 0 0.78 0 0.95 0 0.99 0 0.96 0 0.96 0 0.99 0 0.95 0 0.83 0 0.96 0 0.87 0 0.87 0 0.96 0 0.83 0 0.83 0 0.96 0 0.87 0 0.87 0 0.96 0 0.83 0 0.95 0 0.99 0 0.96 0 0.96 0 0.99 0 0.95 0 0.78 0 0.95 0 0.83 0 0.83 0 0.95 0 0.78 0 0 0 0.78 0 0.22 0 0.22 0 0.78 0 0 0 0.78 0 0.95 0 0.83 0 0.83 0 0.95 0 0.78 0 0.22 0 0.83 0 0.40 0 0.40 0 0.83 0 0.22 0 0.22 0 0.83 0 0.40 0 0.40 0 0.83 0 0.22 0 0.78 0 0.95 0 0.83 0 0.83 0 0.95 0 0.78 0 0 0 0.78 0 0.22 0 0.22 0 0.78 0 0 0
DEAL::Checking DGQ4 against DGQ5 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ4 in 1d:
DEAL::1.3 1.1
DEAL::1.1
-DEAL::0.0 0.0 0.17 -0.17 0.33 -0.33 0.33 -0.33 0.17 -0.17 0.0 0.0
+DEAL::0 0 0.17 -0.17 0.33 -0.33 0.33 -0.33 0.17 -0.17 0 0
DEAL::Checking DGQ4 against DGQ5 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ4 in 2d:
DEAL::2.9 2.7
DEAL::3.5
-DEAL::0.0 0.0 0.17 0.0 0.33 0.0 0.33 0.0 0.17 0.0 0.0 0.0 0.17 0.0 0.31 -0.030 0.44 -0.056 0.44 -0.056 0.31 -0.030 0.17 0.0 0.33 0.0 0.44 -0.056 0.55 -0.11 0.55 -0.11 0.44 -0.056 0.33 0.0 0.33 0.0 0.44 -0.056 0.55 -0.11 0.55 -0.11 0.44 -0.056 0.33 0.0 0.17 0.0 0.31 -0.030 0.44 -0.056 0.44 -0.056 0.31 -0.030 0.17 0.0 0.0 0.0 0.17 0.0 0.33 0.0 0.33 0.0 0.17 0.0 0.0 0.0
+DEAL::0 0 0.17 0 0.33 0 0.33 0 0.17 0 0 0 0.17 0 0.31 -0.030 0.44 -0.056 0.44 -0.056 0.31 -0.030 0.17 0 0.33 0 0.44 -0.056 0.55 -0.11 0.55 -0.11 0.44 -0.056 0.33 0 0.33 0 0.44 -0.056 0.55 -0.11 0.55 -0.11 0.44 -0.056 0.33 0 0.17 0 0.31 -0.030 0.44 -0.056 0.44 -0.056 0.31 -0.030 0.17 0 0 0 0.17 0 0.33 0 0.33 0 0.17 0 0 0
DEAL::Checking DGQ4 against DGQ5 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ4 in 3d:
DEAL::5.2 5.3
DEAL::10.
-DEAL::0.0 0.0 0.17 0.0 0.33 0.0 0.33 0.0 0.17 0.0 0.0 0.0 0.17 0.0 0.31 0.0 0.44 0.0 0.44 0.0 0.31 0.0 0.17 0.0 0.33 0.0 0.44 0.0 0.55 0.0 0.55 0.0 0.44 0.0 0.33 0.0 0.33 0.0 0.44 0.0 0.55 0.0 0.55 0.0 0.44 0.0 0.33 0.0 0.17 0.0 0.31 0.0 0.44 0.0 0.44 0.0 0.31 0.0 0.17 0.0 0.0 0.0 0.17 0.0 0.33 0.0 0.33 0.0 0.17 0.0 0.0 0.0 0.17 0.0 0.31 0.0 0.44 0.0 0.44 0.0 0.31 0.0 0.17 0.0 0.31 0.0 0.43 0.0051 0.54 0.0097 0.54 0.0097 0.43 0.0051 0.31 0.0 0.44 0.0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0.0 0.44 0.0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0.0 0.31 0.0 0.43 0.0051 0.54 0.0097 0.54 0.0097 0.43 0.0051 0.31 0.0 0.17 0.0 0.31 0.0 0.44 0.0 0.44 0.0 0.31 0.0 0.17 0.0 0.33 0.0 0.44 0.0 0.55 0.0 0.55 0.0 0.44 0.0 0.33 0.0 0.44 0.0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0.0 0.55 0.0 0.63 -0.019 0.70 -0.035 0.70 -0.035 0.63 -0.019 0.55 0.0 0.55 0.0 0.63 -0.019 0.70 -0.035 0.70 -0.035 0.63 -0.019 0.55 0.0 0.44 0.0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0.0 0.33 0.0 0.44 0.0 0.55 0.0 0.55 0.0 0.44 0.0 0.33 0.0 0.33 0.0 0.44 0.0 0.55 0.0 0.55 0.0 0.44 0.0 0.33 0.0 0.44 0.0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0.0 0.55 0.0 0.63 -0.019 0.70 -0.035 0.70 -0.035 0.63 -0.019 0.55 0.0 0.55 0.0 0.63 -0.019 0.70 -0.035 0.70 -0.035 0.63 -0.019 0.55 0.0 0.44 0.0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0.0 0.33 0.0 0.44 0.0 0.55 0.0 0.55 0.0 0.44 0.0 0.33 0.0 0.17 0.0 0.31 0.0 0.44 0.0 0.44 0.0 0.31 0.0 0.17 0.0 0.31 0.0 0.43 0.0051 0.54 0.0097 0.54 0.0097 0.43 0.0051 0.31 0.0 0.44 0.0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0.0 0.44 0.0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0.0 0.31 0.0 0.43 0.0051 0.54 0.0097 0.54 0.0097 0.43 0.0051 0.31 0.0 0.17 0.0 0.31 0.0 0.44 0.0 0.44 0.0 0.31 0.0 0.17 0.0 0.0 0.0 0.17 0.0 0.33 0.0 0.33 0.0 0.17 0.0 0.0 0.0 0.17 0.0 0.31 0.0 0.44 0.0 0.44 0.0 0.31 0.0 0.17 0.0 0.33 0.0 0.44 0.0 0.55 0.0 0.55 0.0 0.44 0.0 0.33 0.0 0.33 0.0 0.44 0.0 0.55 0.0 0.55 0.0 0.44 0.0 0.33 0.0 0.17 0.0 0.31 0.0 0.44 0.0 0.44 0.0 0.31 0.0 0.17 0.0 0.0 0.0 0.17 0.0 0.33 0.0 0.33 0.0 0.17 0.0 0.0 0.0
+DEAL::0 0 0.17 0 0.33 0 0.33 0 0.17 0 0 0 0.17 0 0.31 0 0.44 0 0.44 0 0.31 0 0.17 0 0.33 0 0.44 0 0.55 0 0.55 0 0.44 0 0.33 0 0.33 0 0.44 0 0.55 0 0.55 0 0.44 0 0.33 0 0.17 0 0.31 0 0.44 0 0.44 0 0.31 0 0.17 0 0 0 0.17 0 0.33 0 0.33 0 0.17 0 0 0 0.17 0 0.31 0 0.44 0 0.44 0 0.31 0 0.17 0 0.31 0 0.43 0.0051 0.54 0.0097 0.54 0.0097 0.43 0.0051 0.31 0 0.44 0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0 0.44 0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0 0.31 0 0.43 0.0051 0.54 0.0097 0.54 0.0097 0.43 0.0051 0.31 0 0.17 0 0.31 0 0.44 0 0.44 0 0.31 0 0.17 0 0.33 0 0.44 0 0.55 0 0.55 0 0.44 0 0.33 0 0.44 0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0 0.55 0 0.63 -0.019 0.70 -0.035 0.70 -0.035 0.63 -0.019 0.55 0 0.55 0 0.63 -0.019 0.70 -0.035 0.70 -0.035 0.63 -0.019 0.55 0 0.44 0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0 0.33 0 0.44 0 0.55 0 0.55 0 0.44 0 0.33 0 0.33 0 0.44 0 0.55 0 0.55 0 0.44 0 0.33 0 0.44 0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0 0.55 0 0.63 -0.019 0.70 -0.035 0.70 -0.035 0.63 -0.019 0.55 0 0.55 0 0.63 -0.019 0.70 -0.035 0.70 -0.035 0.63 -0.019 0.55 0 0.44 0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0 0.33 0 0.44 0 0.55 0 0.55 0 0.44 0 0.33 0 0.17 0 0.31 0 0.44 0 0.44 0 0.31 0 0.17 0 0.31 0 0.43 0.0051 0.54 0.0097 0.54 0.0097 0.43 0.0051 0.31 0 0.44 0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0 0.44 0 0.54 0.0097 0.63 -0.019 0.63 -0.019 0.54 0.0097 0.44 0 0.31 0 0.43 0.0051 0.54 0.0097 0.54 0.0097 0.43 0.0051 0.31 0 0.17 0 0.31 0 0.44 0 0.44 0 0.31 0 0.17 0 0 0 0.17 0 0.33 0 0.33 0 0.17 0 0 0 0.17 0 0.31 0 0.44 0 0.44 0 0.31 0 0.17 0 0.33 0 0.44 0 0.55 0 0.55 0 0.44 0 0.33 0 0.33 0 0.44 0 0.55 0 0.55 0 0.44 0 0.33 0 0.17 0 0.31 0 0.44 0 0.44 0 0.31 0 0.17 0 0 0 0.17 0 0.33 0 0.33 0 0.17 0 0 0
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 2d:
DEAL::Checking Nedelec1 against Nedelec1 in 3d:
DEAL::Checking Nedelec1 against Nedelec1 in 3d:
DEAL::Checking FE_Q<1>(1)3 against FE_Q<1>(2)3 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_Q<1>(2)3 against FE_Q<1>(1)3 in 1d:
DEAL::1.0 2.0
DEAL::2.1
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 -0.50 1.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 1.0 -0.50 1.0 0
DEAL::Checking FE_DGQ<1>(2)2 against FE_DGQ<1>(3)2 in 1d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<1>(3)2 against FE_DGQ<1>(2)2 in 1d:
DEAL::1.0 1.3
DEAL::1.5
-DEAL::0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0
+DEAL::0 0 0.50 0 0.50 0 0 0 0 0 0.50 0 0.50 0 0 0
DEAL::Checking FE_DGP<1>(3)1 against FE_DGP<1>(1)1 in 1d:
DEAL::Checking FE_DGP<1>(1)1 against FE_DGP<1>(3)1 in 1d:
DEAL::Checking FE_Q<2>(1)3 against FE_Q<2>(2)3 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_Q<2>(2)3 against FE_Q<2>(1)3 in 2d:
DEAL::1.2 2.0
DEAL::4.7
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 -0.50 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 -0.25 1.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 -0.50 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 -0.25 1.0 0
DEAL::Checking FE_DGQ<2>(2)2 against FE_DGQ<2>(3)2 in 2d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<2>(3)2 against FE_DGQ<2>(2)2 in 2d:
DEAL::1.5 2.3
DEAL::3.9
-DEAL::0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0
+DEAL::0 0 0.50 0 0.50 0 0 0 0.50 0 0.75 0 0.75 0 0.50 0 0.50 0 0.75 0 0.75 0 0.50 0 0 0 0.50 0 0.50 0 0 0 0 0 0.50 0 0.50 0 0 0 0.50 0 0.75 0 0.75 0 0.50 0 0.50 0 0.75 0 0.75 0 0.50 0 0 0 0.50 0 0.50 0 0 0
DEAL::Checking FE_DGP<2>(3)1 against FE_DGP<2>(1)1 in 2d:
DEAL::Checking FE_DGP<2>(1)1 against FE_DGP<2>(3)1 in 2d:
DEAL::Checking FE_Q<3>(1)3 against FE_Q<3>(2)3 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_Q<3>(2)3 against FE_Q<3>(1)3 in 3d:
DEAL::2.4 2.0
DEAL::8.9
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 1.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 -0.50 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 -0.25 1.0 0.0 1.0 0.0 1.0 -0.25 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 -0.25 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 0.0 1.0 -0.12 1.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 1.0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 -0.50 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 -0.25 1.0 0 1.0 0 1.0 -0.25 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 -0.25 1.0 0 1.0 0 1.0 0 1.0 0 1.0 0 1.0 -0.12 1.0 0
DEAL::Checking FE_DGQ<3>(2)2 against FE_DGQ<3>(3)2 in 3d:
-DEAL::0.0 0.0
-DEAL::0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0
+DEAL::0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<3>(3)2 against FE_DGQ<3>(2)2 in 3d:
DEAL::1.8 3.1
DEAL::9.0
-DEAL::0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.75 0.0 0.88 0.0 0.88 0.0 0.75 0.0 0.75 0.0 0.88 0.0 0.88 0.0 0.75 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.75 0.0 0.88 0.0 0.88 0.0 0.75 0.0 0.75 0.0 0.88 0.0 0.88 0.0 0.75 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.75 0.0 0.88 0.0 0.88 0.0 0.75 0.0 0.75 0.0 0.88 0.0 0.88 0.0 0.75 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.75 0.0 0.88 0.0 0.88 0.0 0.75 0.0 0.75 0.0 0.88 0.0 0.88 0.0 0.75 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.50 0.0 0.75 0.0 0.75 0.0 0.50 0.0 0.0 0.0 0.50 0.0 0.50 0.0 0.0 0.0
+DEAL::0 0 0.50 0 0.50 0 0 0 0.50 0 0.75 0 0.75 0 0.50 0 0.50 0 0.75 0 0.75 0 0.50 0 0 0 0.50 0 0.50 0 0 0 0.50 0 0.75 0 0.75 0 0.50 0 0.75 0 0.88 0 0.88 0 0.75 0 0.75 0 0.88 0 0.88 0 0.75 0 0.50 0 0.75 0 0.75 0 0.50 0 0.50 0 0.75 0 0.75 0 0.50 0 0.75 0 0.88 0 0.88 0 0.75 0 0.75 0 0.88 0 0.88 0 0.75 0 0.50 0 0.75 0 0.75 0 0.50 0 0 0 0.50 0 0.50 0 0 0 0.50 0 0.75 0 0.75 0 0.50 0 0.50 0 0.75 0 0.75 0 0.50 0 0 0 0.50 0 0.50 0 0 0 0 0 0.50 0 0.50 0 0 0 0.50 0 0.75 0 0.75 0 0.50 0 0.50 0 0.75 0 0.75 0 0.50 0 0 0 0.50 0 0.50 0 0 0 0.50 0 0.75 0 0.75 0 0.50 0 0.75 0 0.88 0 0.88 0 0.75 0 0.75 0 0.88 0 0.88 0 0.75 0 0.50 0 0.75 0 0.75 0 0.50 0 0.50 0 0.75 0 0.75 0 0.50 0 0.75 0 0.88 0 0.88 0 0.75 0 0.75 0 0.88 0 0.88 0 0.75 0 0.50 0 0.75 0 0.75 0 0.50 0 0 0 0.50 0 0.50 0 0 0 0.50 0 0.75 0 0.75 0 0.50 0 0.50 0 0.75 0 0.75 0 0.50 0 0 0 0.50 0 0.50 0 0 0
DEAL::Checking FE_DGP<3>(3)1 against FE_DGP<3>(1)1 in 3d:
DEAL::Checking FE_DGP<3>(1)1 against FE_DGP<3>(3)1 in 3d:
DEAL::Checking Q1 against Q1 in 1d:
DEAL::Checking Q1 against Q1 in 2d:
DEAL::1.3e+02 37. 16.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
DEAL::Checking Q1 against Q1 in 2d:
DEAL::1.3e+02 37. 16.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
DEAL::Checking Q1 against Q1 in 3d:
DEAL::1.1e+03 1.9e+02 52.
-DEAL::0.0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
+DEAL::0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
DEAL::Checking Q1 against Q1 in 3d:
DEAL::1.1e+03 1.9e+02 52.
-DEAL::0.0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
+DEAL::0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
DEAL::Checking Q1 against Q2 in 1d:
DEAL::Checking Q2 against Q1 in 1d:
DEAL::Checking Q1 against Q2 in 2d:
DEAL::4.2e+02 66. 16.
-DEAL::0.0 2.0 0.50 2.5 1.5 5.0 4.0 3.0 7.0 9.0 7.5 7.5 10. 8.5 9.5 2.0 1.0 7.8 6.5 13. 12. 12. 15. 14. 15. 0.50 0.75 12. 10.
+DEAL::0 2.0 0.50 2.5 1.5 5.0 4.0 3.0 7.0 9.0 7.5 7.5 10. 8.5 9.5 2.0 1.0 7.8 6.5 13. 12. 12. 15. 14. 15. 0.50 0.75 12. 10.
DEAL::Checking Q2 against Q1 in 2d:
DEAL::3.1e+02 97. 45.
-DEAL::0.0 1.0 2.0 3.0 9.0 10. 15. 16. 17. 18. 24. 25. 4.5 38. 39. 44. 45. 0.50
+DEAL::0 1.0 2.0 3.0 9.0 10. 15. 16. 17. 18. 24. 25. 4.5 38. 39. 44. 45. 0.50
DEAL::Checking Q1 against Q2 in 3d:
DEAL::7.0e+03 4.8e+02 55.
-DEAL::0.0 2.0 6.0 15. 14. 18. 13. 31. 28. 29. 4.8 26. 36. 5.5 45. 40. 48. 52. 52. 54. 42.
+DEAL::0 2.0 6.0 15. 14. 18. 13. 31. 28. 29. 4.8 26. 36. 5.5 45. 40. 48. 52. 52. 54. 42.
DEAL::Checking Q2 against Q1 in 3d:
DEAL::4.5e+03 8.2e+02 2.4e+02
-DEAL::0.0 3.0 6.0 28. 45. 48. 69. 85. 1.0e+02 1.1e+02 1.1e+02 1.3e+02 14. 28. 37. 2.2e+02 2.3e+02 2.4e+02 3.0 31.
+DEAL::0 3.0 6.0 28. 45. 48. 69. 85. 1.0e+02 1.1e+02 1.1e+02 1.3e+02 14. 28. 37. 2.2e+02 2.3e+02 2.4e+02 3.0 31.
DEAL::Checking Q1 against Q3 in 1d:
DEAL::Checking Q3 against Q1 in 1d:
DEAL::Checking Q1 against Q3 in 2d:
DEAL::8.9e+02 97. 16.
-DEAL::0.0 0.67 1.0 1.8 4.3 2.1 8.0 7.7 7.1 11. 9.0 9.7 0.67 8.3 5.7 13. 14. 12. 14. 14. 11. 16. 0.17 12.
+DEAL::0 0.67 1.0 1.8 4.3 2.1 8.0 7.7 7.1 11. 9.0 9.7 0.67 8.3 5.7 13. 14. 12. 14. 14. 11. 16. 0.17 12.
DEAL::Checking Q3 against Q1 in 2d:
DEAL::5.8e+02 1.9e+02 88.
-DEAL::0.0 1.0 2.0 3.0 16. 17. 28. 29. 30. 31. 44. 45. 8.0 75. 76. 87. 88. 0.50
+DEAL::0 1.0 2.0 3.0 16. 17. 28. 29. 30. 31. 44. 45. 8.0 75. 76. 87. 88. 0.50
DEAL::Checking Q1 against Q3 in 3d:
DEAL::2.2e+04 8.6e+02 56.
-DEAL::0.0 4.0 9.1 14. 18. 11. 14. 26. 33. 33. 24. 11. 31. 37. 48. 48. 48. 40. 45. 4.5 40.
+DEAL::0 4.0 9.1 14. 18. 11. 14. 26. 33. 33. 24. 11. 31. 37. 48. 48. 48. 40. 45. 4.5 40.
DEAL::Checking Q3 against Q1 in 3d:
DEAL::1.2e+04 2.2e+03 6.7e+02
-DEAL::0.0 3.0 6.0 65. 1.1e+02 1.2e+02 1.7e+02 2.2e+02 2.8e+02 2.8e+02 2.9e+02 3.4e+02 32. 65. 89. 6.2e+02 6.2e+02 6.7e+02 3.0 74.
+DEAL::0 3.0 6.0 65. 1.1e+02 1.2e+02 1.7e+02 2.2e+02 2.8e+02 2.8e+02 2.9e+02 3.4e+02 32. 65. 89. 6.2e+02 6.2e+02 6.7e+02 3.0 74.
DEAL::Checking Q2 against Q2 in 1d:
DEAL::Checking Q2 against Q2 in 1d:
DEAL::Checking Q2 against Q2 in 2d:
DEAL::1.4e+03 2.2e+02 56.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 11. 7.1 34. 36. 38. 40. 42. 44. 46. 48. 4.0 3.4 54. 56.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 11. 7.1 34. 36. 38. 40. 42. 44. 46. 48. 4.0 3.4 54. 56.
DEAL::Checking Q2 against Q2 in 2d:
DEAL::1.4e+03 2.2e+02 56.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 11. 7.1 34. 36. 38. 40. 42. 44. 46. 48. 4.0 3.4 54. 56.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 11. 7.1 34. 36. 38. 40. 42. 44. 46. 48. 4.0 3.4 54. 56.
DEAL::Checking Q2 against Q2 in 3d:
DEAL::3.7e+04 2.6e+03 3.2e+02
-DEAL::0.0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 38. 1.8e+02 1.9e+02 23. 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02 3.2e+02
+DEAL::0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 38. 1.8e+02 1.9e+02 23. 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02 3.2e+02
DEAL::Checking Q2 against Q2 in 3d:
DEAL::3.7e+04 2.6e+03 3.2e+02
-DEAL::0.0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 38. 1.8e+02 1.9e+02 23. 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02 3.2e+02
+DEAL::0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 38. 1.8e+02 1.9e+02 23. 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02 3.2e+02
DEAL::Checking Q2 against Q3 in 1d:
DEAL::Checking Q3 against Q2 in 1d:
DEAL::Checking Q2 against Q3 in 2d:
DEAL::3.1e+03 3.3e+02 60.
-DEAL::0.0 3.8 5.9 7.4 13. 12. 17. 20. 22. 25. 26. 30. 5.1 35. 32. 38. 41. 40. 46. 47. 55. 54. 2.1 60.
+DEAL::0 3.8 5.9 7.4 13. 12. 17. 20. 22. 25. 26. 30. 5.1 35. 32. 38. 41. 40. 46. 47. 55. 54. 2.1 60.
DEAL::Checking Q3 against Q2 in 2d:
DEAL::2.7e+03 4.4e+02 1.2e+02
-DEAL::0.0 2.0 5.0 9.2 15. 17. 22. 27. 29. 31. 35. 40. 44. 48. 52. 20. 13. 66. 75. 75. 80. 84. 87. 91. 95. 5.0 4.1 1.1e+02 1.2e+02
+DEAL::0 2.0 5.0 9.2 15. 17. 22. 27. 29. 31. 35. 40. 44. 48. 52. 20. 13. 66. 75. 75. 80. 84. 87. 91. 95. 5.0 4.1 1.1e+02 1.2e+02
DEAL::Checking Q2 against Q3 in 3d:
DEAL::1.2e+05 4.9e+03 3.4e+02
-DEAL::0.0 22. 41. 58. 76. 72. 91. 1.2e+02 1.4e+02 1.5e+02 1.6e+02 59. 1.9e+02 2.2e+02 2.3e+02 2.4e+02 2.6e+02 2.8e+02 2.8e+02 12. 2.8e+02
+DEAL::0 22. 41. 58. 76. 72. 91. 1.2e+02 1.4e+02 1.5e+02 1.6e+02 59. 1.9e+02 2.2e+02 2.3e+02 2.4e+02 2.6e+02 2.8e+02 2.8e+02 12. 2.8e+02
DEAL::Checking Q3 against Q2 in 3d:
DEAL::1.0e+05 7.2e+03 9.4e+02
-DEAL::0.0 27. 75. 1.2e+02 1.6e+02 2.0e+02 2.7e+02 2.9e+02 3.3e+02 3.7e+02 94. 4.7e+02 5.2e+02 53. 6.2e+02 6.8e+02 7.0e+02 7.4e+02 8.0e+02 8.6e+02 9.4e+02
+DEAL::0 27. 75. 1.2e+02 1.6e+02 2.0e+02 2.7e+02 2.9e+02 3.3e+02 3.7e+02 94. 4.7e+02 5.2e+02 53. 6.2e+02 6.8e+02 7.0e+02 7.4e+02 8.0e+02 8.6e+02 9.4e+02
DEAL::Checking Q3 against Q3 in 1d:
DEAL::Checking Q3 against Q3 in 1d:
DEAL::Checking Q3 against Q3 in 2d:
DEAL::5.9e+03 6.6e+02 1.2e+02
-DEAL::0.0 5.0 10. 15. 20. 25. 30. 35. 40. 45. 50. 55. 13. 65. 70. 75. 80. 85. 90. 95. 1.0e+02 1.0e+02 2.2 1.2e+02
+DEAL::0 5.0 10. 15. 20. 25. 30. 35. 40. 45. 50. 55. 13. 65. 70. 75. 80. 85. 90. 95. 1.0e+02 1.0e+02 2.2 1.2e+02
DEAL::Checking Q3 against Q3 in 2d:
DEAL::5.9e+03 6.6e+02 1.2e+02
-DEAL::0.0 5.0 10. 15. 20. 25. 30. 35. 40. 45. 50. 55. 13. 65. 70. 75. 80. 85. 90. 95. 1.0e+02 1.0e+02 2.2 1.2e+02
+DEAL::0 5.0 10. 15. 20. 25. 30. 35. 40. 45. 50. 55. 13. 65. 70. 75. 80. 85. 90. 95. 1.0e+02 1.0e+02 2.2 1.2e+02
DEAL::Checking Q3 against Q3 in 3d:
DEAL::3.2e+05 1.3e+04 9.1e+02
-DEAL::0.0 45. 90. 1.4e+02 1.8e+02 2.2e+02 2.7e+02 3.2e+02 3.6e+02 4.0e+02 4.5e+02 1.3e+02 5.4e+02 5.8e+02 6.3e+02 6.8e+02 7.2e+02 7.6e+02 8.1e+02 18. 9.0e+02
+DEAL::0 45. 90. 1.4e+02 1.8e+02 2.2e+02 2.7e+02 3.2e+02 3.6e+02 4.0e+02 4.5e+02 1.3e+02 5.4e+02 5.8e+02 6.3e+02 6.8e+02 7.2e+02 7.6e+02 8.1e+02 18. 9.0e+02
DEAL::Checking Q3 against Q3 in 3d:
DEAL::3.2e+05 1.3e+04 9.1e+02
-DEAL::0.0 45. 90. 1.4e+02 1.8e+02 2.2e+02 2.7e+02 3.2e+02 3.6e+02 4.0e+02 4.5e+02 1.3e+02 5.4e+02 5.8e+02 6.3e+02 6.8e+02 7.2e+02 7.6e+02 8.1e+02 18. 9.0e+02
+DEAL::0 45. 90. 1.4e+02 1.8e+02 2.2e+02 2.7e+02 3.2e+02 3.6e+02 4.0e+02 4.5e+02 1.3e+02 5.4e+02 5.8e+02 6.3e+02 6.8e+02 7.2e+02 7.6e+02 8.1e+02 18. 9.0e+02
DEAL::Checking DGQ0 against DGQ0 in 1d:
DEAL::6.0 3.7 3.0
-DEAL::0.0 1.0 2.0 3.0
+DEAL::0 1.0 2.0 3.0
DEAL::Checking DGQ0 against DGQ0 in 1d:
DEAL::6.0 3.7 3.0
-DEAL::0.0 1.0 2.0 3.0
+DEAL::0 1.0 2.0 3.0
DEAL::Checking DGQ0 against DGQ0 in 2d:
DEAL::45. 17. 9.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
DEAL::Checking DGQ0 against DGQ0 in 2d:
DEAL::45. 17. 9.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
DEAL::Checking DGQ0 against DGQ0 in 3d:
DEAL::2.3e+02 58. 21.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
DEAL::Checking DGQ0 against DGQ0 in 3d:
DEAL::2.3e+02 58. 21.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
DEAL::Checking DGQ0 against DGQ1 in 1d:
DEAL::12. 5.3 3.0
-DEAL::0.0 0.0 1.0 1.0 2.0 2.0 3.0 3.0
+DEAL::0 0 1.0 1.0 2.0 2.0 3.0 3.0
DEAL::Checking DGQ1 against DGQ0 in 1d:
DEAL::14. 8.3 6.5
DEAL::0.50 2.5 4.5 6.5
DEAL::Checking DGQ0 against DGQ1 in 2d:
DEAL::1.8e+02 34. 9.0
-DEAL::0.0 0.0 1.0 1.0 2.0 2.0 3.0 3.0 4.0 4.0 5.0 5.0 6.0 6.0 7.0 7.0 8.0 8.0 9.0 9.0
+DEAL::0 0 1.0 1.0 2.0 2.0 3.0 3.0 4.0 4.0 5.0 5.0 6.0 6.0 7.0 7.0 8.0 8.0 9.0 9.0
DEAL::Checking DGQ1 against DGQ0 in 2d:
DEAL::2.0e+02 72. 38.
DEAL::1.5 5.5 9.5 14. 18. 22. 26. 30. 34. 38.
DEAL::Checking DGQ0 against DGQ1 in 3d:
DEAL::1.8e+03 1.6e+02 21.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
DEAL::Checking DGQ1 against DGQ0 in 3d:
DEAL::1.9e+03 4.7e+02 1.7e+02
DEAL::3.5 12. 20. 28. 36. 44. 52. 60. 68. 76. 84. 92. 1.e+02 1.1e+02 1.2e+02 1.2e+02 1.3e+02 1.4e+02 1.5e+02 1.6e+02 1.6e+02 1.7e+02
DEAL::Checking DGQ0 against DGQ2 in 1d:
DEAL::18. 6.5 3.0
-DEAL::0.0 0.0 0.0 1.0 1.0 1.0 2.0 2.0 2.0 3.0 3.0 3.0
+DEAL::0 0 0 1.0 1.0 1.0 2.0 2.0 2.0 3.0 3.0 3.0
DEAL::Checking DGQ2 against DGQ0 in 1d:
DEAL::22. 13. 10.
DEAL::1.0 4.0 7.0 10.
DEAL::Checking DGQ0 against DGQ2 in 2d:
DEAL::4.0e+02 51. 9.0
-DEAL::0.0 0.0 0.0 1.0 1.0 2.0 2.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 6.0 6.0 7.0 7.0 8.0 8.0 8.0 9.0 9.0
+DEAL::0 0 0 1.0 1.0 2.0 2.0 3.0 3.0 4.0 4.0 4.0 5.0 5.0 6.0 6.0 7.0 7.0 8.0 8.0 8.0 9.0 9.0
DEAL::Checking DGQ2 against DGQ0 in 2d:
DEAL::4.4e+02 1.6e+02 85.
DEAL::4.0 13. 22. 31. 40. 49. 58. 67. 76. 85.
DEAL::Checking DGQ0 against DGQ2 in 3d:
DEAL::6.2e+03 3.0e+02 21.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 15. 16. 17. 18. 19. 20. 21.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 15. 16. 17. 18. 19. 20. 21.
DEAL::Checking DGQ2 against DGQ0 in 3d:
DEAL::6.5e+03 1.6e+03 5.8e+02
DEAL::13. 40. 67. 94. 1.2e+02 1.5e+02 1.8e+02 2.0e+02 2.3e+02 2.6e+02 2.8e+02 3.1e+02 3.4e+02 3.6e+02 3.9e+02 4.2e+02 4.4e+02 4.7e+02 5.0e+02 5.3e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ0 against DGQ4 in 1d:
DEAL::30. 8.4 3.0
-DEAL::0.0 0.0 0.0 0.0 0.0 1.0 1.0 1.00 1.0 1.00 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0
+DEAL::0 0 0 0 0 1.0 1.0 1.00 1.0 1.00 2.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 3.0
DEAL::Checking DGQ4 against DGQ0 in 1d:
DEAL::38. 22. 17.
DEAL::2.0 7.0 12. 17.
DEAL::Checking DGQ0 against DGQ4 in 2d:
DEAL::1.1e+03 84. 9.0
-DEAL::0.0 0.0 0.0 1.00 1.00 2.0 2.0 3.0 3.0 4.0 4.0 5.0 5.0 6.0 6.0 7.0 7.0 8.0 8.0 9.0 9.0
+DEAL::0 0 0 1.00 1.00 2.0 2.0 3.0 3.0 4.0 4.0 5.0 5.0 6.0 6.0 7.0 7.0 8.0 8.0 9.0 9.0
DEAL::Checking DGQ4 against DGQ0 in 2d:
DEAL::1.2e+03 4.5e+02 2.4e+02
DEAL::12. 37. 62. 87. 1.1e+02 1.4e+02 1.6e+02 1.9e+02 2.1e+02 2.4e+02
DEAL::Checking DGQ0 against DGQ4 in 3d:
DEAL::2.9e+04 6.4e+02 21.
-DEAL::0.0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
+DEAL::0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
DEAL::Checking DGQ4 against DGQ0 in 3d:
DEAL::3.0e+04 7.4e+03 2.7e+03
DEAL::62. 1.9e+02 3.1e+02 4.4e+02 5.6e+02 6.9e+02 8.1e+02 9.4e+02 1.1e+03 1.2e+03 1.3e+03 1.4e+03 1.6e+03 1.7e+03 1.8e+03 1.9e+03 2.1e+03 2.2e+03 2.3e+03 2.4e+03 2.6e+03 2.7e+03
DEAL::Checking DGQ1 against DGQ1 in 1d:
DEAL::28. 12. 7.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
DEAL::Checking DGQ1 against DGQ1 in 1d:
DEAL::28. 12. 7.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
DEAL::Checking DGQ1 against DGQ1 in 2d:
DEAL::7.8e+02 1.4e+02 39.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
DEAL::Checking DGQ1 against DGQ1 in 2d:
DEAL::7.8e+02 1.4e+02 39.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
DEAL::Checking DGQ1 against DGQ1 in 3d:
DEAL::1.5e+04 1.3e+03 1.8e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
DEAL::Checking DGQ1 against DGQ1 in 3d:
DEAL::1.5e+04 1.3e+03 1.8e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
DEAL::Checking DGQ1 against DGQ3 in 1d:
DEAL::56. 17. 7.0
-DEAL::0.0 0.33 0.67 1.0 2.0 2.3 2.7 3.0 4.0 4.3 4.7 5.0 6.0 6.3 6.7 7.0
+DEAL::0 0.33 0.67 1.0 2.0 2.3 2.7 3.0 4.0 4.3 4.7 5.0 6.0 6.3 6.7 7.0
DEAL::Checking DGQ3 against DGQ1 in 1d:
DEAL::60. 25. 15.
-DEAL::0.0 3.0 4.0 7.0 8.0 11. 12. 15.
+DEAL::0 3.0 4.0 7.0 8.0 11. 12. 15.
DEAL::Checking DGQ1 against DGQ3 in 2d:
DEAL::3.1e+03 2.9e+02 39.
-DEAL::0.0 1.3 4.0 5.3 8.0 9.3 12. 13. 16. 17. 20. 21. 24. 25. 28. 29. 32. 33. 36. 37.
+DEAL::0 1.3 4.0 5.3 8.0 9.3 12. 13. 16. 17. 20. 21. 24. 25. 28. 29. 32. 33. 36. 37.
DEAL::Checking DGQ3 against DGQ1 in 2d:
DEAL::3.2e+03 5.8e+02 1.6e+02
-DEAL::0.0 12. 16. 28. 32. 44. 48. 60. 64. 76. 80. 92. 96. 1.1e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.6e+02
+DEAL::0 12. 16. 28. 32. 44. 48. 60. 64. 76. 80. 92. 96. 1.1e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.6e+02
DEAL::Checking DGQ1 against DGQ3 in 3d:
DEAL::1.2e+05 3.8e+03 1.8e+02
-DEAL::0.0 9.3 18. 26. 35. 44. 51. 61. 68. 77. 86. 97. 1.1e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.5e+02 1.6e+02 1.6e+02 1.7e+02
+DEAL::0 9.3 18. 26. 35. 44. 51. 61. 68. 77. 86. 97. 1.1e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.5e+02 1.6e+02 1.6e+02 1.7e+02
DEAL::Checking DGQ3 against DGQ1 in 3d:
DEAL::1.2e+05 1.1e+04 1.4e+03
-DEAL::0.0 64. 1.3e+02 1.9e+02 2.6e+02 3.2e+02 3.8e+02 4.5e+02 5.1e+02 5.8e+02 6.4e+02 7.0e+02 7.7e+02 8.3e+02 9.0e+02 9.6e+02 1.0e+03 1.1e+03 1.2e+03 1.2e+03 1.3e+03 1.3e+03
+DEAL::0 64. 1.3e+02 1.9e+02 2.6e+02 3.2e+02 3.8e+02 4.5e+02 5.1e+02 5.8e+02 6.4e+02 7.0e+02 7.7e+02 8.3e+02 9.0e+02 9.6e+02 1.0e+03 1.1e+03 1.2e+03 1.2e+03 1.3e+03 1.3e+03
DEAL::Checking DGQ1 against DGQ5 in 1d:
DEAL::84. 20. 7.0
-DEAL::0.0 0.20 0.40 0.60 0.80 1.00 2.0 2.2 2.4 2.6 2.8 3.0 4.0 4.2 4.4 4.6 4.8 5.0 6.0 6.2 6.4 6.6 6.8 7.0
+DEAL::0 0.20 0.40 0.60 0.80 1.00 2.0 2.2 2.4 2.6 2.8 3.0 4.0 4.2 4.4 4.6 4.8 5.0 6.0 6.2 6.4 6.6 6.8 7.0
DEAL::Checking DGQ5 against DGQ1 in 1d:
DEAL::92. 38. 23.
-DEAL::0.0 5.0 6.0 11. 12. 17. 18. 23.
+DEAL::0 5.0 6.0 11. 12. 17. 18. 23.
DEAL::Checking DGQ1 against DGQ5 in 2d:
DEAL::7.0e+03 4.3e+02 39.
-DEAL::0.0 1.2 4.0 5.2 8.0 9.2 12. 13. 16. 17. 20. 21. 24. 25. 28. 29. 32. 33. 36. 37.
+DEAL::0 1.2 4.0 5.2 8.0 9.2 12. 13. 16. 17. 20. 21. 24. 25. 28. 29. 32. 33. 36. 37.
DEAL::Checking DGQ5 against DGQ1 in 2d:
DEAL::7.2e+03 1.3e+03 3.6e+02
-DEAL::0.0 30. 36. 66. 72. 1.0e+02 1.1e+02 1.4e+02 1.4e+02 1.7e+02 1.8e+02 2.1e+02 2.2e+02 2.5e+02 2.5e+02 2.8e+02 2.9e+02 3.2e+02 3.2e+02 3.5e+02
+DEAL::0 30. 36. 66. 72. 1.0e+02 1.1e+02 1.4e+02 1.4e+02 1.7e+02 1.8e+02 2.1e+02 2.2e+02 2.5e+02 2.5e+02 2.8e+02 2.9e+02 3.2e+02 3.2e+02 3.5e+02
DEAL::Checking DGQ1 against DGQ5 in 3d:
DEAL::4.2e+05 7.0e+03 1.7e+02
-DEAL::0.0 9.8 17. 27. 34. 44. 52. 60. 69. 77. 86. 97. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.5e+02 1.6e+02 1.6e+02 1.7e+02
+DEAL::0 9.8 17. 27. 34. 44. 52. 60. 69. 77. 86. 97. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.5e+02 1.6e+02 1.6e+02 1.7e+02
DEAL::Checking DGQ5 against DGQ1 in 3d:
DEAL::4.2e+05 3.6e+04 4.8e+03
-DEAL::0.0 2.2e+02 4.3e+02 6.5e+02 8.6e+02 1.1e+03 1.3e+03 1.5e+03 1.7e+03 1.9e+03 2.2e+03 2.4e+03 2.6e+03 2.8e+03 3.0e+03 3.2e+03 3.5e+03 3.7e+03 3.9e+03 4.1e+03 4.3e+03 4.5e+03
+DEAL::0 2.2e+02 4.3e+02 6.5e+02 8.6e+02 1.1e+03 1.3e+03 1.5e+03 1.7e+03 1.9e+03 2.2e+03 2.4e+03 2.6e+03 2.8e+03 3.0e+03 3.2e+03 3.5e+03 3.7e+03 3.9e+03 4.1e+03 4.3e+03 4.5e+03
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::66. 22. 11.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::66. 22. 11.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::4.0e+03 4.9e+02 89.
-DEAL::0.0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
+DEAL::0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::4.0e+03 4.9e+02 89.
-DEAL::0.0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
+DEAL::0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.8e+05 8.3e+03 5.9e+02
-DEAL::0.0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
+DEAL::0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.8e+05 8.3e+03 5.9e+02
-DEAL::0.0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
+DEAL::0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::66. 22. 11.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::66. 22. 11.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::4.0e+03 4.9e+02 89.
-DEAL::0.0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
+DEAL::0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::4.0e+03 4.9e+02 89.
-DEAL::0.0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
+DEAL::0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.8e+05 8.3e+03 5.9e+02
-DEAL::0.0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
+DEAL::0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.8e+05 8.3e+03 5.9e+02
-DEAL::0.0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
+DEAL::0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ2 against DGQ4 in 1d:
DEAL::1.1e+02 29. 11.
-DEAL::0.0 0.50 1.00 1.5 2.0 3.0 3.5 4.0 4.5 5.0 6.0 6.5 7.0 7.5 8.0 9.0 9.5 10. 11. 11.
+DEAL::0 0.50 1.00 1.5 2.0 3.0 3.5 4.0 4.5 5.0 6.0 6.5 7.0 7.5 8.0 9.0 9.5 10. 11. 11.
DEAL::Checking DGQ4 against DGQ2 in 1d:
DEAL::1.1e+02 39. 19.
-DEAL::0.0 2.0 4.0 5.0 7.0 9.0 10. 12. 14. 15. 17. 19.
+DEAL::0 2.0 4.0 5.0 7.0 9.0 10. 12. 14. 15. 17. 19.
DEAL::Checking DGQ2 against DGQ4 in 2d:
DEAL::1.1e+04 8.1e+02 89.
-DEAL::0.0 4.0 8.0 12. 16. 21. 25. 30. 33. 39. 42. 47. 51. 56. 60. 65. 68. 74. 77. 83. 86.
+DEAL::0 4.0 8.0 12. 16. 21. 25. 30. 33. 39. 42. 47. 51. 56. 60. 65. 68. 74. 77. 83. 86.
DEAL::Checking DGQ4 against DGQ2 in 2d:
DEAL::1.1e+04 1.4e+03 2.5e+02
-DEAL::0.0 12. 24. 35. 47. 54. 70. 77. 89. 1.0e+02 1.1e+02 1.2e+02 1.4e+02 1.5e+02 1.5e+02 1.7e+02 1.8e+02 1.9e+02 2.0e+02 2.1e+02 2.2e+02 2.4e+02 2.5e+02
+DEAL::0 12. 24. 35. 47. 54. 70. 77. 89. 1.0e+02 1.1e+02 1.2e+02 1.4e+02 1.5e+02 1.5e+02 1.7e+02 1.8e+02 1.9e+02 2.0e+02 2.1e+02 2.2e+02 2.4e+02 2.5e+02
DEAL::Checking DGQ2 against DGQ4 in 3d:
DEAL::8.2e+05 1.8e+04 5.9e+02
-DEAL::0.0 31. 62. 89. 1.2e+02 1.5e+02 1.8e+02 2.1e+02 2.4e+02 2.6e+02 2.9e+02 3.3e+02 3.6e+02 3.8e+02 4.2e+02 4.4e+02 4.7e+02 5.0e+02 5.3e+02 5.6e+02 5.9e+02
+DEAL::0 31. 62. 89. 1.2e+02 1.5e+02 1.8e+02 2.1e+02 2.4e+02 2.6e+02 2.9e+02 3.3e+02 3.6e+02 3.8e+02 4.2e+02 4.4e+02 4.7e+02 5.0e+02 5.3e+02 5.6e+02 5.9e+02
DEAL::Checking DGQ4 against DGQ2 in 3d:
DEAL::8.2e+05 3.9e+04 2.7e+03
-DEAL::0.0 1.3e+02 2.6e+02 4.0e+02 5.2e+02 6.8e+02 8.1e+02 9.4e+02 1.1e+03 1.2e+03 1.4e+03 1.5e+03 1.6e+03 1.7e+03 1.9e+03 2.0e+03 2.1e+03 2.3e+03 2.4e+03 2.6e+03 2.7e+03
+DEAL::0 1.3e+02 2.6e+02 4.0e+02 5.2e+02 6.8e+02 8.1e+02 9.4e+02 1.1e+03 1.2e+03 1.4e+03 1.5e+03 1.6e+03 1.7e+03 1.9e+03 2.0e+03 2.1e+03 2.3e+03 2.4e+03 2.6e+03 2.7e+03
DEAL::Checking DGQ3 against DGQ3 in 1d:
DEAL::1.2e+02 35. 15.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
DEAL::Checking DGQ3 against DGQ3 in 1d:
DEAL::1.2e+02 35. 15.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
DEAL::Checking DGQ3 against DGQ3 in 2d:
DEAL::1.3e+04 1.2e+03 1.6e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
DEAL::Checking DGQ3 against DGQ3 in 2d:
DEAL::1.3e+04 1.2e+03 1.6e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
DEAL::Checking DGQ3 against DGQ3 in 3d:
DEAL::9.9e+05 3.0e+04 1.4e+03
-DEAL::0.0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.0e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
+DEAL::0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.0e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
DEAL::Checking DGQ3 against DGQ3 in 3d:
DEAL::9.9e+05 3.0e+04 1.4e+03
-DEAL::0.0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.0e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
+DEAL::0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.0e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
DEAL::Checking DGQ3 against DGQ5 in 1d:
DEAL::1.8e+02 43. 15.
-DEAL::0.0 0.60 1.2 1.8 2.4 3.0 4.0 4.6 5.2 5.8 6.4 7.0 8.0 8.6 9.2 9.8 10. 11. 12. 13. 13. 14. 14. 15.
+DEAL::0 0.60 1.2 1.8 2.4 3.0 4.0 4.6 5.2 5.8 6.4 7.0 8.0 8.6 9.2 9.8 10. 11. 12. 13. 13. 14. 14. 15.
DEAL::Checking DGQ5 against DGQ3 in 1d:
DEAL::1.8e+02 54. 23.
-DEAL::0.0 1.7 3.3 5.0 6.0 7.7 9.3 11. 12. 14. 15. 17. 18. 20. 21. 23.
+DEAL::0 1.7 3.3 5.0 6.0 7.7 9.3 11. 12. 14. 15. 17. 18. 20. 21. 23.
DEAL::Checking DGQ3 against DGQ5 in 2d:
DEAL::2.9e+04 1.7e+03 1.6e+02
-DEAL::0.0 7.2 16. 23. 32. 39. 48. 55. 64. 71. 80. 87. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
+DEAL::0 7.2 16. 23. 32. 39. 48. 55. 64. 71. 80. 87. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
DEAL::Checking DGQ5 against DGQ3 in 2d:
DEAL::2.9e+04 2.6e+03 3.6e+02
-DEAL::0.0 20. 36. 56. 72. 92. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 2.0e+02 2.2e+02 2.4e+02 2.5e+02 2.7e+02 2.9e+02 3.1e+02 3.2e+02 3.4e+02
+DEAL::0 20. 36. 56. 72. 92. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 2.0e+02 2.2e+02 2.4e+02 2.5e+02 2.7e+02 2.9e+02 3.1e+02 3.2e+02 3.4e+02
DEAL::Checking DGQ3 against DGQ5 in 3d:
DEAL::3.3e+06 5.6e+04 1.4e+03
-DEAL::0.0 73. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.1e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
+DEAL::0 73. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.1e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
DEAL::Checking DGQ5 against DGQ3 in 3d:
DEAL::3.3e+06 1.0e+05 4.8e+03
-DEAL::0.0 2.3e+02 4.6e+02 7.1e+02 9.4e+02 1.2e+03 1.4e+03 1.7e+03 1.9e+03 2.1e+03 2.4e+03 2.6e+03 2.8e+03 3.1e+03 3.3e+03 3.5e+03 3.8e+03 4.0e+03 4.3e+03 4.5e+03 4.7e+03
+DEAL::0 2.3e+02 4.6e+02 7.1e+02 9.4e+02 1.2e+03 1.4e+03 1.7e+03 1.9e+03 2.1e+03 2.4e+03 2.6e+03 2.8e+03 3.1e+03 3.3e+03 3.5e+03 3.8e+03 4.0e+03 4.3e+03 4.5e+03 4.7e+03
DEAL::Checking DGQ4 against DGQ5 in 1d:
DEAL::2.3e+02 54. 19.
-DEAL::0.0 0.80 1.6 2.4 3.2 4.0 5.0 5.8 6.6 7.4 8.2 9.0 10. 11. 12. 12. 13. 14. 15. 16. 17. 17. 18. 19.
+DEAL::0 0.80 1.6 2.4 3.2 4.0 5.0 5.8 6.6 7.4 8.2 9.0 10. 11. 12. 12. 13. 14. 15. 16. 17. 17. 18. 19.
DEAL::Checking DGQ5 against DGQ4 in 1d:
DEAL::2.3e+02 60. 23.
-DEAL::0.0 1.3 2.5 3.7 5.0 6.0 7.3 8.5 9.7 11. 12. 13. 15. 16. 17. 18. 19. 21. 22. 23.
+DEAL::0 1.3 2.5 3.7 5.0 6.0 7.3 8.5 9.7 11. 12. 13. 15. 16. 17. 18. 19. 21. 22. 23.
DEAL::Checking DGQ4 against DGQ5 in 2d:
DEAL::4.5e+04 2.7e+03 2.5e+02
-DEAL::0.0 12. 25. 37. 50. 62. 75. 87. 1.0e+02 1.1e+02 1.2e+02 1.4e+02 1.5e+02 1.6e+02 1.8e+02 1.9e+02 2.0e+02 2.1e+02 2.2e+02 2.4e+02
+DEAL::0 12. 25. 37. 50. 62. 75. 87. 1.0e+02 1.1e+02 1.2e+02 1.4e+02 1.5e+02 1.6e+02 1.8e+02 1.9e+02 2.0e+02 2.1e+02 2.2e+02 2.4e+02
DEAL::Checking DGQ5 against DGQ4 in 2d:
DEAL::4.5e+04 3.3e+03 3.6e+02
-DEAL::0.0 18. 35. 52. 70. 87. 1.0e+02 1.2e+02 1.4e+02 1.6e+02 1.7e+02 1.9e+02 2.1e+02 2.2e+02 2.4e+02 2.6e+02 2.8e+02 2.9e+02 3.1e+02 3.3e+02 3.5e+02
+DEAL::0 18. 35. 52. 70. 87. 1.0e+02 1.2e+02 1.4e+02 1.6e+02 1.7e+02 1.9e+02 2.1e+02 2.2e+02 2.4e+02 2.6e+02 2.8e+02 2.9e+02 3.1e+02 3.3e+02 3.5e+02
DEAL::Checking DGQ4 against DGQ5 in 3d:
DEAL::6.5e+06 1.1e+05 2.7e+03
-DEAL::0.0 1.4e+02 2.7e+02 4.1e+02 5.5e+02 6.9e+02 8.2e+02 9.6e+02 1.1e+03 1.2e+03 1.4e+03 1.5e+03 1.6e+03 1.8e+03 1.9e+03 2.1e+03 2.2e+03 2.3e+03 2.5e+03 2.6e+03 2.7e+03
+DEAL::0 1.4e+02 2.7e+02 4.1e+02 5.5e+02 6.9e+02 8.2e+02 9.6e+02 1.1e+03 1.2e+03 1.4e+03 1.5e+03 1.6e+03 1.8e+03 1.9e+03 2.1e+03 2.2e+03 2.3e+03 2.5e+03 2.6e+03 2.7e+03
DEAL::Checking DGQ5 against DGQ4 in 3d:
DEAL::6.5e+06 1.4e+05 4.8e+03
-DEAL::0.0 2.3e+02 4.7e+02 7.1e+02 9.4e+02 1.2e+03 1.4e+03 1.7e+03 1.9e+03 2.1e+03 2.4e+03 2.6e+03 2.8e+03 3.1e+03 3.3e+03 3.6e+03 3.8e+03 4.0e+03 4.3e+03 4.5e+03 4.7e+03
+DEAL::0 2.3e+02 4.7e+02 7.1e+02 9.4e+02 1.2e+03 1.4e+03 1.7e+03 1.9e+03 2.1e+03 2.4e+03 2.6e+03 2.8e+03 3.1e+03 3.3e+03 3.6e+03 3.8e+03 4.0e+03 4.3e+03 4.5e+03 4.7e+03
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 2d:
DEAL::Checking FE_Q<1>(2)3 against FE_Q<1>(1)3 in 1d:
DEAL::Checking FE_DGQ<1>(2)2 against FE_DGQ<1>(3)2 in 1d:
DEAL::3.7e+02 76. 23.
-DEAL::0.0 0.67 1.3 2.0 3.0 3.7 4.3 5.0 6.0 6.7 7.3 8.0 9.0 9.7 10. 11. 12. 13. 13. 14. 15. 16. 16. 17. 18. 19. 19. 20. 21. 22. 22. 23.
+DEAL::0 0.67 1.3 2.0 3.0 3.7 4.3 5.0 6.0 6.7 7.3 8.0 9.0 9.7 10. 11. 12. 13. 13. 14. 15. 16. 16. 17. 18. 19. 19. 20. 21. 22. 22. 23.
DEAL::Checking FE_DGQ<1>(3)2 against FE_DGQ<1>(2)2 in 1d:
DEAL::3.7e+02 88. 31.
-DEAL::0.0 1.5 3.0 4.0 5.5 7.0 8.0 9.5 11. 12. 14. 15. 16. 18. 19. 20. 22. 23. 24. 26. 27. 28. 30. 31.
+DEAL::0 1.5 3.0 4.0 5.5 7.0 8.0 9.5 11. 12. 14. 15. 16. 18. 19. 20. 22. 23. 24. 26. 27. 28. 30. 31.
DEAL::Checking FE_DGP<1>(3)1 against FE_DGP<1>(1)1 in 1d:
DEAL::Checking FE_DGP<1>(1)1 against FE_DGP<1>(3)1 in 1d:
DEAL::Checking FE_Q<2>(1)3 against FE_Q<2>(2)3 in 2d:
DEAL::4.0e+03 3.6e+02 50.
-DEAL::0.0 8.0 5.5 4.5 17. 14. 21. 29. 26. 30. 28. 28. 3.0 25. 26. 34. 40. 49. 45. 3.5 48. 32.
+DEAL::0 8.0 5.5 4.5 17. 14. 21. 29. 26. 30. 28. 28. 3.0 25. 26. 34. 40. 49. 45. 3.5 48. 32.
DEAL::Checking FE_Q<2>(2)3 against FE_Q<2>(1)3 in 2d:
DEAL::2.9e+03 5.1e+02 1.4e+02
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 27. 29. 31. 45. 47. 49. 51. 53. 55. 72. 74. 76. 14. 16. 1.2e+02 1.2e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 2.5
+DEAL::0 2.0 4.0 6.0 8.0 10. 27. 29. 31. 45. 47. 49. 51. 53. 55. 72. 74. 76. 14. 16. 1.2e+02 1.2e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 2.5
DEAL::Checking FE_DGQ<2>(2)2 against FE_DGQ<2>(3)2 in 2d:
DEAL::2.9e+04 1.9e+03 1.8e+02
-DEAL::0.0 9.0 18. 27. 36. 45. 54. 63. 72. 81. 90. 99. 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
+DEAL::0 9.0 18. 27. 36. 45. 54. 63. 72. 81. 90. 99. 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
DEAL::Checking FE_DGQ<2>(3)2 against FE_DGQ<2>(2)2 in 2d:
DEAL::2.9e+04 2.5e+03 3.2e+02
-DEAL::0.0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 1.9e+02 2.1e+02 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02
+DEAL::0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 1.9e+02 2.1e+02 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02
DEAL::Checking FE_DGP<2>(3)1 against FE_DGP<2>(1)1 in 2d:
DEAL::Checking FE_DGP<2>(1)1 against FE_DGP<2>(3)1 in 2d:
DEAL::Checking FE_Q<3>(1)3 against FE_Q<3>(2)3 in 3d:
DEAL::6.4e+04 2.5e+03 1.7e+02
-DEAL::0.0 6.0 18. 45. 40. 52. 38. 93. 82. 87. 14. 79. 1.1e+02 16. 1.4e+02 1.2e+02 1.4e+02 1.6e+02 1.5e+02 1.6e+02 1.3e+02
+DEAL::0 6.0 18. 45. 40. 52. 38. 93. 82. 87. 14. 79. 1.1e+02 16. 1.4e+02 1.2e+02 1.4e+02 1.6e+02 1.5e+02 1.6e+02 1.3e+02
DEAL::Checking FE_Q<3>(2)3 against FE_Q<3>(1)3 in 3d:
DEAL::4.1e+04 4.3e+03 7.4e+02
-DEAL::0.0 9.0 18. 84. 1.4e+02 1.4e+02 2.1e+02 2.6e+02 3.2e+02 3.2e+02 3.3e+02 4.0e+02 40. 84. 1.1e+02 6.7e+02 6.8e+02 7.3e+02 9.0 93.
+DEAL::0 9.0 18. 84. 1.4e+02 1.4e+02 2.1e+02 2.6e+02 3.2e+02 3.2e+02 3.3e+02 4.0e+02 40. 84. 1.1e+02 6.7e+02 6.8e+02 7.3e+02 9.0 93.
DEAL::Checking FE_DGQ<3>(2)2 against FE_DGQ<3>(3)2 in 3d:
DEAL::1.7e+06 3.6e+04 1.2e+03
-DEAL::0.0 60. 1.2e+02 1.8e+02 2.3e+02 2.9e+02 3.6e+02 4.1e+02 4.7e+02 5.3e+02 5.9e+02 6.5e+02 7.1e+02 7.7e+02 8.3e+02 8.8e+02 9.4e+02 1.0e+03 1.1e+03 1.1e+03 1.2e+03
+DEAL::0 60. 1.2e+02 1.8e+02 2.3e+02 2.9e+02 3.6e+02 4.1e+02 4.7e+02 5.3e+02 5.9e+02 6.5e+02 7.1e+02 7.7e+02 8.3e+02 8.8e+02 9.4e+02 1.0e+03 1.1e+03 1.1e+03 1.2e+03
DEAL::Checking FE_DGQ<3>(3)2 against FE_DGQ<3>(2)2 in 3d:
DEAL::1.7e+06 5.6e+04 2.8e+03
-DEAL::0.0 1.4e+02 2.8e+02 4.2e+02 5.6e+02 7.0e+02 8.4e+02 9.8e+02 1.1e+03 1.3e+03 1.4e+03 1.5e+03 1.7e+03 1.8e+03 2.0e+03 2.1e+03 2.2e+03 2.4e+03 2.5e+03 2.7e+03 2.8e+03
+DEAL::0 1.4e+02 2.8e+02 4.2e+02 5.6e+02 7.0e+02 8.4e+02 9.8e+02 1.1e+03 1.3e+03 1.4e+03 1.5e+03 1.7e+03 1.8e+03 2.0e+03 2.1e+03 2.2e+03 2.4e+03 2.5e+03 2.7e+03 2.8e+03
DEAL::Checking FE_DGP<3>(3)1 against FE_DGP<3>(1)1 in 3d:
DEAL::Checking FE_DGP<3>(1)1 against FE_DGP<3>(3)1 in 3d:
DEAL::Checking Q1 against Q1 in 1d:
DEAL::Checking Q1 against Q1 in 2d:
DEAL::1.3e+02 37. 16.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
DEAL::Checking Q1 against Q1 in 2d:
DEAL::1.3e+02 37. 16.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
DEAL::Checking Q1 against Q1 in 3d:
DEAL::1.1e+03 1.9e+02 52.
-DEAL::0.0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
+DEAL::0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
DEAL::Checking Q1 against Q1 in 3d:
DEAL::1.1e+03 1.9e+02 52.
-DEAL::0.0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
+DEAL::0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
DEAL::Checking Q1 against Q2 in 1d:
DEAL::Checking Q2 against Q1 in 1d:
DEAL::Checking Q1 against Q2 in 2d:
DEAL::1.3e+02 37. 16.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
DEAL::Checking Q2 against Q1 in 2d:
DEAL::9.7e+02 1.6e+02 45.
-DEAL::0.0 2.0 0.50 2.5 1.5 10. 6.5 5.5 16. 18. 16. 16. 24. 20. 21. 4.5 2.2 12. 14. 38. 31. 32. 44. 41. 42. 0.50 0.75 21. 16.
+DEAL::0 2.0 0.50 2.5 1.5 10. 6.5 5.5 16. 18. 16. 16. 24. 20. 21. 4.5 2.2 12. 14. 38. 31. 32. 44. 41. 42. 0.50 0.75 21. 16.
DEAL::Checking Q1 against Q2 in 3d:
DEAL::1.1e+03 1.9e+02 52.
-DEAL::0.0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
+DEAL::0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
DEAL::Checking Q2 against Q1 in 3d:
DEAL::2.4e+04 1.8e+03 2.4e+02
-DEAL::0.0 2.0 16. 48. 46. 60. 39. 1.1e+02 1.1e+02 1.2e+02 14. 69. 73. 10. 2.2e+02 1.8e+02 2.3e+02 1.2e+02 1.4e+02 1.4e+02 54.
+DEAL::0 2.0 16. 48. 46. 60. 39. 1.1e+02 1.1e+02 1.2e+02 14. 69. 73. 10. 2.2e+02 1.8e+02 2.3e+02 1.2e+02 1.4e+02 1.4e+02 54.
DEAL::Checking Q1 against Q3 in 1d:
DEAL::Checking Q3 against Q1 in 1d:
DEAL::Checking Q1 against Q3 in 2d:
DEAL::1.3e+02 37. 16.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 2.0 13. 14. 15. 16. 0.50
DEAL::Checking Q3 against Q1 in 2d:
DEAL::3.7e+03 4.4e+02 88.
-DEAL::0.0 0.67 1.0 1.8 12. 6.1 30. 30. 29. 45. 35. 40. 2.7 15. 21. 75. 76. 55. 83. 79. 59. 26. 0.17 22.
+DEAL::0 0.67 1.0 1.8 12. 6.1 30. 30. 29. 45. 35. 40. 2.7 15. 21. 75. 76. 55. 83. 79. 59. 26. 0.17 22.
DEAL::Checking Q1 against Q3 in 3d:
DEAL::1.1e+03 1.9e+02 52.
-DEAL::0.0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
+DEAL::0 3.0 6.0 9.0 12. 15. 18. 21. 24. 27. 30. 33. 4.0 9.0 11. 45. 48. 51. 3.0 10.
DEAL::Checking Q3 against Q1 in 3d:
DEAL::1.8e+05 8.0e+03 6.7e+02
-DEAL::0.0 4.0 46. 1.1e+02 1.5e+02 76. 1.1e+02 2.8e+02 3.4e+02 2.0e+02 2.1e+02 93. 2.6e+02 1.1e+02 6.2e+02 6.4e+02 4.1e+02 3.5e+02 1.9e+02 4.5 2.1e+02
+DEAL::0 4.0 46. 1.1e+02 1.5e+02 76. 1.1e+02 2.8e+02 3.4e+02 2.0e+02 2.1e+02 93. 2.6e+02 1.1e+02 6.2e+02 6.4e+02 4.1e+02 3.5e+02 1.9e+02 4.5 2.1e+02
DEAL::Checking Q2 against Q2 in 1d:
DEAL::Checking Q2 against Q2 in 1d:
DEAL::Checking Q2 against Q2 in 2d:
DEAL::1.4e+03 2.2e+02 56.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 11. 7.1 34. 36. 38. 40. 42. 44. 46. 48. 4.0 3.4 54. 56.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 11. 7.1 34. 36. 38. 40. 42. 44. 46. 48. 4.0 3.4 54. 56.
DEAL::Checking Q2 against Q2 in 2d:
DEAL::1.4e+03 2.2e+02 56.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 11. 7.1 34. 36. 38. 40. 42. 44. 46. 48. 4.0 3.4 54. 56.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 11. 7.1 34. 36. 38. 40. 42. 44. 46. 48. 4.0 3.4 54. 56.
DEAL::Checking Q2 against Q2 in 3d:
DEAL::3.7e+04 2.6e+03 3.2e+02
-DEAL::0.0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 38. 1.8e+02 1.9e+02 23. 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02 3.2e+02
+DEAL::0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 38. 1.8e+02 1.9e+02 23. 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02 3.2e+02
DEAL::Checking Q2 against Q2 in 3d:
DEAL::3.7e+04 2.6e+03 3.2e+02
-DEAL::0.0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 38. 1.8e+02 1.9e+02 23. 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02 3.2e+02
+DEAL::0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 38. 1.8e+02 1.9e+02 23. 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02 3.2e+02
DEAL::Checking Q2 against Q3 in 1d:
DEAL::Checking Q3 against Q2 in 1d:
DEAL::Checking Q2 against Q3 in 2d:
DEAL::1.4e+03 2.2e+02 59.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 11. 7.1 36. 36. 38. 40. 42. 44. 46. 48. 4.0 3.4 57. 59.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 11. 7.1 36. 36. 38. 40. 42. 44. 46. 48. 4.0 3.4 57. 59.
DEAL::Checking Q3 against Q2 in 2d:
DEAL::5.9e+03 6.5e+02 1.3e+02
-DEAL::0.0 4.7 10. 13. 23. 23. 30. 35. 41. 45. 48. 56. 9.2 57. 67. 75. 80. 80. 92. 94. 1.2e+02 87. 2.7 1.0e+02
+DEAL::0 4.7 10. 13. 23. 23. 30. 35. 41. 45. 48. 56. 9.2 57. 67. 75. 80. 80. 92. 94. 1.2e+02 87. 2.7 1.0e+02
DEAL::Checking Q2 against Q3 in 3d:
DEAL::3.8e+04 2.7e+03 3.6e+02
-DEAL::0.0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 38. 1.8e+02 2.0e+02 23. 2.2e+02 2.4e+02 2.6e+02 2.9e+02 3.0e+02 3.2e+02 3.6e+02
+DEAL::0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 38. 1.8e+02 2.0e+02 23. 2.2e+02 2.4e+02 2.6e+02 2.9e+02 3.0e+02 3.2e+02 3.6e+02
DEAL::Checking Q3 against Q2 in 3d:
DEAL::3.1e+05 1.3e+04 1.1e+03
-DEAL::0.0 46. 99. 1.3e+02 1.9e+02 1.9e+02 2.6e+02 3.1e+02 3.6e+02 4.2e+02 4.8e+02 1.4e+02 5.6e+02 5.6e+02 6.3e+02 6.7e+02 7.8e+02 8.8e+02 6.6e+02 18. 9.9e+02
+DEAL::0 46. 99. 1.3e+02 1.9e+02 1.9e+02 2.6e+02 3.1e+02 3.6e+02 4.2e+02 4.8e+02 1.4e+02 5.6e+02 5.6e+02 6.3e+02 6.7e+02 7.8e+02 8.8e+02 6.6e+02 18. 9.9e+02
DEAL::Checking Q3 against Q3 in 1d:
DEAL::Checking Q3 against Q3 in 1d:
DEAL::Checking Q3 against Q3 in 2d:
DEAL::5.9e+03 6.6e+02 1.2e+02
-DEAL::0.0 5.0 10. 15. 20. 25. 30. 35. 40. 45. 50. 55. 13. 65. 70. 75. 80. 85. 90. 95. 1.0e+02 1.0e+02 2.2 1.2e+02
+DEAL::0 5.0 10. 15. 20. 25. 30. 35. 40. 45. 50. 55. 13. 65. 70. 75. 80. 85. 90. 95. 1.0e+02 1.0e+02 2.2 1.2e+02
DEAL::Checking Q3 against Q3 in 2d:
DEAL::5.9e+03 6.6e+02 1.2e+02
-DEAL::0.0 5.0 10. 15. 20. 25. 30. 35. 40. 45. 50. 55. 13. 65. 70. 75. 80. 85. 90. 95. 1.0e+02 1.0e+02 2.2 1.2e+02
+DEAL::0 5.0 10. 15. 20. 25. 30. 35. 40. 45. 50. 55. 13. 65. 70. 75. 80. 85. 90. 95. 1.0e+02 1.0e+02 2.2 1.2e+02
DEAL::Checking Q3 against Q3 in 3d:
DEAL::3.2e+05 1.3e+04 9.1e+02
-DEAL::0.0 45. 90. 1.4e+02 1.8e+02 2.2e+02 2.7e+02 3.2e+02 3.6e+02 4.0e+02 4.5e+02 1.3e+02 5.4e+02 5.8e+02 6.3e+02 6.8e+02 7.2e+02 7.6e+02 8.1e+02 18. 9.0e+02
+DEAL::0 45. 90. 1.4e+02 1.8e+02 2.2e+02 2.7e+02 3.2e+02 3.6e+02 4.0e+02 4.5e+02 1.3e+02 5.4e+02 5.8e+02 6.3e+02 6.8e+02 7.2e+02 7.6e+02 8.1e+02 18. 9.0e+02
DEAL::Checking Q3 against Q3 in 3d:
DEAL::3.2e+05 1.3e+04 9.1e+02
-DEAL::0.0 45. 90. 1.4e+02 1.8e+02 2.2e+02 2.7e+02 3.2e+02 3.6e+02 4.0e+02 4.5e+02 1.3e+02 5.4e+02 5.8e+02 6.3e+02 6.8e+02 7.2e+02 7.6e+02 8.1e+02 18. 9.0e+02
+DEAL::0 45. 90. 1.4e+02 1.8e+02 2.2e+02 2.7e+02 3.2e+02 3.6e+02 4.0e+02 4.5e+02 1.3e+02 5.4e+02 5.8e+02 6.3e+02 6.8e+02 7.2e+02 7.6e+02 8.1e+02 18. 9.0e+02
DEAL::Checking DGQ0 against DGQ0 in 1d:
DEAL::6.0 3.7 3.0
-DEAL::0.0 1.0 2.0 3.0
+DEAL::0 1.0 2.0 3.0
DEAL::Checking DGQ0 against DGQ0 in 1d:
DEAL::6.0 3.7 3.0
-DEAL::0.0 1.0 2.0 3.0
+DEAL::0 1.0 2.0 3.0
DEAL::Checking DGQ0 against DGQ0 in 2d:
DEAL::45. 17. 9.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
DEAL::Checking DGQ0 against DGQ0 in 2d:
DEAL::45. 17. 9.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
DEAL::Checking DGQ0 against DGQ0 in 3d:
DEAL::2.3e+02 58. 21.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
DEAL::Checking DGQ0 against DGQ0 in 3d:
DEAL::2.3e+02 58. 21.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
DEAL::Checking DGQ0 against DGQ1 in 1d:
DEAL::6.0 3.7 3.0
-DEAL::0.0 1.0 2.0 3.0
+DEAL::0 1.0 2.0 3.0
DEAL::Checking DGQ1 against DGQ0 in 1d:
DEAL::28. 12. 6.5
DEAL::0.50 0.50 2.5 2.5 4.5 4.5 6.5 6.5
DEAL::Checking DGQ0 against DGQ1 in 2d:
DEAL::45. 17. 9.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
DEAL::Checking DGQ1 against DGQ0 in 2d:
DEAL::7.8e+02 1.4e+02 38.
DEAL::1.5 1.5 5.5 5.5 9.5 9.5 14. 14. 18. 18. 22. 22. 26. 26. 30. 30. 34. 34. 38. 38.
DEAL::Checking DGQ0 against DGQ1 in 3d:
DEAL::2.3e+02 58. 21.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
DEAL::Checking DGQ1 against DGQ0 in 3d:
DEAL::1.5e+04 1.3e+03 1.7e+02
DEAL::3.5 12. 20. 28. 36. 44. 52. 60. 68. 76. 84. 92. 1.e+02 1.1e+02 1.2e+02 1.2e+02 1.3e+02 1.4e+02 1.5e+02 1.6e+02 1.6e+02 1.7e+02
DEAL::Checking DGQ0 against DGQ2 in 1d:
DEAL::6.0 3.7 3.0
-DEAL::0.0 1.0 2.0 3.0
+DEAL::0 1.0 2.0 3.0
DEAL::Checking DGQ2 against DGQ0 in 1d:
DEAL::66. 22. 10.
DEAL::1.0 1.0 1.0 4.0 4.0 4.0 7.0 7.0 7.0 10. 10. 10.
DEAL::Checking DGQ0 against DGQ2 in 2d:
DEAL::45. 17. 9.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
DEAL::Checking DGQ2 against DGQ0 in 2d:
DEAL::4.0e+03 4.9e+02 85.
DEAL::4.0 4.0 4.0 13. 13. 22. 22. 31. 31. 40. 40. 40. 49. 49. 58. 58. 67. 67. 76. 76. 76. 85. 85.
DEAL::Checking DGQ0 against DGQ2 in 3d:
DEAL::2.3e+02 58. 21.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
DEAL::Checking DGQ2 against DGQ0 in 3d:
DEAL::1.8e+05 8.3e+03 5.8e+02
DEAL::13. 40. 67. 94. 1.2e+02 1.5e+02 1.8e+02 2.0e+02 2.3e+02 2.6e+02 2.8e+02 3.1e+02 3.4e+02 3.6e+02 4.2e+02 4.4e+02 4.7e+02 5.0e+02 5.3e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ0 against DGQ4 in 1d:
DEAL::6.0 3.7 3.0
-DEAL::0.0 1.0 2.0 3.0
+DEAL::0 1.0 2.0 3.0
DEAL::Checking DGQ4 against DGQ0 in 1d:
DEAL::1.9e+02 49. 17.
DEAL::2.0 2.0 2.0 2.0 2.0 7.0 7.0 7.0 7.0 7.0 12. 12. 12. 12. 12. 17. 17. 17. 17. 17.
DEAL::Checking DGQ0 against DGQ4 in 2d:
DEAL::45. 17. 9.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0
DEAL::Checking DGQ4 against DGQ0 in 2d:
DEAL::3.1e+04 2.3e+03 2.4e+02
DEAL::12. 12. 12. 37. 37. 62. 62. 87. 87. 1.1e+02 1.1e+02 1.4e+02 1.4e+02 1.6e+02 1.6e+02 1.9e+02 1.9e+02 2.1e+02 2.1e+02 2.4e+02 2.4e+02
DEAL::Checking DGQ0 against DGQ4 in 3d:
DEAL::2.3e+02 58. 21.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21.
DEAL::Checking DGQ4 against DGQ0 in 3d:
DEAL::3.8e+06 8.3e+04 2.7e+03
DEAL::62. 1.9e+02 3.1e+02 4.4e+02 5.6e+02 6.9e+02 8.1e+02 9.4e+02 1.1e+03 1.2e+03 1.3e+03 1.6e+03 1.7e+03 1.8e+03 1.9e+03 2.1e+03 2.2e+03 2.3e+03 2.4e+03 2.6e+03 2.7e+03
DEAL::Checking DGQ1 against DGQ1 in 1d:
DEAL::28. 12. 7.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
DEAL::Checking DGQ1 against DGQ1 in 1d:
DEAL::28. 12. 7.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
DEAL::Checking DGQ1 against DGQ1 in 2d:
DEAL::7.8e+02 1.4e+02 39.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
DEAL::Checking DGQ1 against DGQ1 in 2d:
DEAL::7.8e+02 1.4e+02 39.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
DEAL::Checking DGQ1 against DGQ1 in 3d:
DEAL::1.5e+04 1.3e+03 1.8e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
DEAL::Checking DGQ1 against DGQ1 in 3d:
DEAL::1.5e+04 1.3e+03 1.8e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
DEAL::Checking DGQ1 against DGQ3 in 1d:
DEAL::28. 12. 7.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
DEAL::Checking DGQ3 against DGQ1 in 1d:
DEAL::1.2e+02 35. 15.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
DEAL::Checking DGQ1 against DGQ3 in 2d:
DEAL::7.8e+02 1.4e+02 39.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
DEAL::Checking DGQ3 against DGQ1 in 2d:
DEAL::1.3e+04 1.2e+03 1.6e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
DEAL::Checking DGQ1 against DGQ3 in 3d:
DEAL::1.5e+04 1.3e+03 1.8e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
DEAL::Checking DGQ3 against DGQ1 in 3d:
DEAL::9.9e+05 3.0e+04 1.4e+03
-DEAL::0.0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.1e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
+DEAL::0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.1e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
DEAL::Checking DGQ1 against DGQ5 in 1d:
DEAL::28. 12. 7.0
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0
DEAL::Checking DGQ5 against DGQ1 in 1d:
DEAL::2.8e+02 66. 23.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23.
DEAL::Checking DGQ1 against DGQ5 in 2d:
DEAL::7.8e+02 1.4e+02 39.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 36. 38.
DEAL::Checking DGQ5 against DGQ1 in 2d:
DEAL::6.5e+04 3.9e+03 3.6e+02
-DEAL::0.0 18. 36. 54. 72. 90. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 2.0e+02 2.2e+02 2.3e+02 2.5e+02 2.7e+02 2.9e+02 3.1e+02 3.2e+02 3.4e+02
+DEAL::0 18. 36. 54. 72. 90. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 2.0e+02 2.2e+02 2.3e+02 2.5e+02 2.7e+02 2.9e+02 3.1e+02 3.2e+02 3.4e+02
DEAL::Checking DGQ1 against DGQ5 in 3d:
DEAL::1.5e+04 1.3e+03 1.8e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
DEAL::Checking DGQ5 against DGQ1 in 3d:
DEAL::1.1e+07 1.9e+05 4.8e+03
-DEAL::0.0 2.4e+02 4.7e+02 7.1e+02 9.5e+02 1.2e+03 1.4e+03 1.7e+03 1.9e+03 2.1e+03 2.4e+03 2.6e+03 2.8e+03 3.1e+03 3.3e+03 3.6e+03 3.8e+03 4.0e+03 4.3e+03 4.5e+03 4.7e+03
+DEAL::0 2.4e+02 4.7e+02 7.1e+02 9.5e+02 1.2e+03 1.4e+03 1.7e+03 1.9e+03 2.1e+03 2.4e+03 2.6e+03 2.8e+03 3.1e+03 3.3e+03 3.6e+03 3.8e+03 4.0e+03 4.3e+03 4.5e+03 4.7e+03
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::66. 22. 11.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::66. 22. 11.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::4.0e+03 4.9e+02 89.
-DEAL::0.0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
+DEAL::0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::4.0e+03 4.9e+02 89.
-DEAL::0.0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
+DEAL::0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.8e+05 8.3e+03 5.9e+02
-DEAL::0.0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
+DEAL::0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.8e+05 8.3e+03 5.9e+02
-DEAL::0.0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
+DEAL::0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::66. 22. 11.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
DEAL::Checking DGQ2 against DGQ2 in 1d:
DEAL::66. 22. 11.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::4.0e+03 4.9e+02 89.
-DEAL::0.0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
+DEAL::0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
DEAL::Checking DGQ2 against DGQ2 in 2d:
DEAL::4.0e+03 4.9e+02 89.
-DEAL::0.0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
+DEAL::0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.8e+05 8.3e+03 5.9e+02
-DEAL::0.0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
+DEAL::0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ2 against DGQ2 in 3d:
DEAL::1.8e+05 8.3e+03 5.9e+02
-DEAL::0.0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
+DEAL::0 29. 58. 87. 1.2e+02 1.4e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ2 against DGQ4 in 1d:
DEAL::66. 22. 11.
-DEAL::0.0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
+DEAL::0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11.
DEAL::Checking DGQ4 against DGQ2 in 1d:
DEAL::1.9e+02 50. 19.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19.
DEAL::Checking DGQ2 against DGQ4 in 2d:
DEAL::4.0e+03 4.9e+02 89.
-DEAL::0.0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
+DEAL::0 4.0 8.0 12. 16. 20. 24. 28. 32. 36. 40. 44. 48. 52. 56. 60. 64. 68. 72. 76. 80. 84. 88.
DEAL::Checking DGQ4 against DGQ2 in 2d:
DEAL::3.1e+04 2.3e+03 2.5e+02
-DEAL::0.0 12. 24. 36. 48. 60. 72. 84. 96. 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.6e+02 1.7e+02 1.8e+02 1.9e+02 2.0e+02 2.2e+02 2.3e+02 2.4e+02
+DEAL::0 12. 24. 36. 48. 60. 72. 84. 96. 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.6e+02 1.7e+02 1.8e+02 1.9e+02 2.0e+02 2.2e+02 2.3e+02 2.4e+02
DEAL::Checking DGQ2 against DGQ4 in 3d:
DEAL::1.8e+05 8.3e+03 5.9e+02
-DEAL::0.0 29. 58. 87. 1.2e+02 1.5e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
+DEAL::0 29. 58. 87. 1.2e+02 1.5e+02 1.7e+02 2.0e+02 2.3e+02 2.6e+02 2.9e+02 3.2e+02 3.5e+02 3.8e+02 4.1e+02 4.4e+02 4.6e+02 4.9e+02 5.2e+02 5.5e+02 5.8e+02
DEAL::Checking DGQ4 against DGQ2 in 3d:
DEAL::3.8e+06 8.3e+04 2.7e+03
-DEAL::0.0 1.4e+02 2.7e+02 4.1e+02 5.5e+02 6.9e+02 8.2e+02 9.6e+02 1.1e+03 1.2e+03 1.4e+03 1.5e+03 1.6e+03 1.8e+03 1.9e+03 2.1e+03 2.2e+03 2.3e+03 2.5e+03 2.6e+03 2.7e+03
+DEAL::0 1.4e+02 2.7e+02 4.1e+02 5.5e+02 6.9e+02 8.2e+02 9.6e+02 1.1e+03 1.2e+03 1.4e+03 1.5e+03 1.6e+03 1.8e+03 1.9e+03 2.1e+03 2.2e+03 2.3e+03 2.5e+03 2.6e+03 2.7e+03
DEAL::Checking DGQ3 against DGQ3 in 1d:
DEAL::1.2e+02 35. 15.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
DEAL::Checking DGQ3 against DGQ3 in 1d:
DEAL::1.2e+02 35. 15.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
DEAL::Checking DGQ3 against DGQ3 in 2d:
DEAL::1.3e+04 1.2e+03 1.6e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
DEAL::Checking DGQ3 against DGQ3 in 2d:
DEAL::1.3e+04 1.2e+03 1.6e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
DEAL::Checking DGQ3 against DGQ3 in 3d:
DEAL::9.9e+05 3.0e+04 1.4e+03
-DEAL::0.0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.0e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
+DEAL::0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.0e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
DEAL::Checking DGQ3 against DGQ3 in 3d:
DEAL::9.9e+05 3.0e+04 1.4e+03
-DEAL::0.0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.0e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
+DEAL::0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.0e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
DEAL::Checking DGQ3 against DGQ5 in 1d:
DEAL::1.2e+02 35. 15.
-DEAL::0.0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
+DEAL::0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15.
DEAL::Checking DGQ5 against DGQ3 in 1d:
DEAL::2.8e+02 66. 23.
-DEAL::0.0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23.
+DEAL::0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23.
DEAL::Checking DGQ3 against DGQ5 in 2d:
DEAL::1.3e+04 1.2e+03 1.6e+02
-DEAL::0.0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
+DEAL::0 8.0 16. 24. 32. 40. 48. 56. 64. 72. 80. 88. 96. 1.0e+02 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02
DEAL::Checking DGQ5 against DGQ3 in 2d:
DEAL::6.5e+04 3.9e+03 3.6e+02
-DEAL::0.0 18. 36. 54. 72. 90. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 2.0e+02 2.2e+02 2.3e+02 2.5e+02 2.7e+02 2.9e+02 3.1e+02 3.2e+02 3.4e+02
+DEAL::0 18. 36. 54. 72. 90. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 2.0e+02 2.2e+02 2.3e+02 2.5e+02 2.7e+02 2.9e+02 3.1e+02 3.2e+02 3.4e+02
DEAL::Checking DGQ3 against DGQ5 in 3d:
DEAL::9.9e+05 3.0e+04 1.4e+03
-DEAL::0.0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.1e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
+DEAL::0 70. 1.4e+02 2.1e+02 2.8e+02 3.5e+02 4.2e+02 4.9e+02 5.6e+02 6.3e+02 7.0e+02 7.7e+02 8.4e+02 9.1e+02 9.8e+02 1.1e+03 1.1e+03 1.2e+03 1.3e+03 1.3e+03 1.4e+03
DEAL::Checking DGQ5 against DGQ3 in 3d:
DEAL::1.1e+07 1.9e+05 4.8e+03
-DEAL::0.0 2.4e+02 4.7e+02 7.1e+02 9.5e+02 1.2e+03 1.4e+03 1.7e+03 1.9e+03 2.1e+03 2.4e+03 2.6e+03 2.8e+03 3.1e+03 3.3e+03 3.6e+03 3.8e+03 4.0e+03 4.3e+03 4.5e+03 4.7e+03
+DEAL::0 2.4e+02 4.7e+02 7.1e+02 9.5e+02 1.2e+03 1.4e+03 1.7e+03 1.9e+03 2.1e+03 2.4e+03 2.6e+03 2.8e+03 3.1e+03 3.3e+03 3.6e+03 3.8e+03 4.0e+03 4.3e+03 4.5e+03 4.7e+03
DEAL::Checking DGQ4 against DGQ5 in 1d:
DEAL::1.9e+02 50. 19.
-DEAL::0.0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19.
+DEAL::0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19.
DEAL::Checking DGQ5 against DGQ4 in 1d:
DEAL::2.8e+02 66. 23.
-DEAL::0.0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23.
+DEAL::0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23.
DEAL::Checking DGQ4 against DGQ5 in 2d:
DEAL::3.1e+04 2.3e+03 2.5e+02
-DEAL::0.0 12. 24. 36. 48. 60. 72. 84. 96. 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.6e+02 1.7e+02 1.8e+02 1.9e+02 2.0e+02 2.2e+02 2.3e+02 2.4e+02
+DEAL::0 12. 24. 36. 48. 60. 72. 84. 96. 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.6e+02 1.7e+02 1.8e+02 1.9e+02 2.0e+02 2.2e+02 2.3e+02 2.4e+02
DEAL::Checking DGQ5 against DGQ4 in 2d:
DEAL::6.5e+04 3.9e+03 3.6e+02
-DEAL::0.0 18. 36. 54. 72. 90. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 2.0e+02 2.2e+02 2.3e+02 2.5e+02 2.7e+02 2.9e+02 3.1e+02 3.2e+02 3.4e+02
+DEAL::0 18. 36. 54. 72. 90. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 2.0e+02 2.2e+02 2.3e+02 2.5e+02 2.7e+02 2.9e+02 3.1e+02 3.2e+02 3.4e+02
DEAL::Checking DGQ4 against DGQ5 in 3d:
DEAL::3.8e+06 8.3e+04 2.7e+03
-DEAL::0.0 1.4e+02 2.7e+02 4.1e+02 5.5e+02 6.8e+02 8.2e+02 9.6e+02 1.1e+03 1.2e+03 1.4e+03 1.5e+03 1.6e+03 1.8e+03 1.9e+03 2.1e+03 2.2e+03 2.3e+03 2.5e+03 2.6e+03 2.7e+03
+DEAL::0 1.4e+02 2.7e+02 4.1e+02 5.5e+02 6.8e+02 8.2e+02 9.6e+02 1.1e+03 1.2e+03 1.4e+03 1.5e+03 1.6e+03 1.8e+03 1.9e+03 2.1e+03 2.2e+03 2.3e+03 2.5e+03 2.6e+03 2.7e+03
DEAL::Checking DGQ5 against DGQ4 in 3d:
DEAL::1.1e+07 1.9e+05 4.8e+03
-DEAL::0.0 2.4e+02 4.7e+02 7.1e+02 9.5e+02 1.2e+03 1.4e+03 1.7e+03 1.9e+03 2.1e+03 2.4e+03 2.6e+03 2.8e+03 3.1e+03 3.3e+03 3.6e+03 3.8e+03 4.0e+03 4.3e+03 4.5e+03 4.7e+03
+DEAL::0 2.4e+02 4.7e+02 7.1e+02 9.5e+02 1.2e+03 1.4e+03 1.7e+03 1.9e+03 2.1e+03 2.4e+03 2.6e+03 2.8e+03 3.1e+03 3.3e+03 3.6e+03 3.8e+03 4.0e+03 4.3e+03 4.5e+03 4.7e+03
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 2d:
DEAL::Checking FE_Q<1>(2)3 against FE_Q<1>(1)3 in 1d:
DEAL::Checking FE_DGQ<1>(2)2 against FE_DGQ<1>(3)2 in 1d:
DEAL::2.8e+02 66. 23.
-DEAL::0.0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23.
+DEAL::0 1.00 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23.
DEAL::Checking FE_DGQ<1>(3)2 against FE_DGQ<1>(2)2 in 1d:
DEAL::5.0e+02 1.0e+02 31.
-DEAL::0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31.
+DEAL::0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 9.0 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31.
DEAL::Checking FE_DGP<1>(3)1 against FE_DGP<1>(1)1 in 1d:
DEAL::Checking FE_DGP<1>(1)1 against FE_DGP<1>(3)1 in 1d:
DEAL::Checking FE_Q<2>(1)3 against FE_Q<2>(2)3 in 2d:
DEAL::1.2e+03 2.0e+02 50.
-DEAL::0.0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 6.0 8.0 40. 42. 44. 46. 48. 50. 2.5
+DEAL::0 2.0 4.0 6.0 8.0 10. 12. 14. 16. 18. 20. 22. 24. 26. 28. 30. 32. 34. 6.0 8.0 40. 42. 44. 46. 48. 50. 2.5
DEAL::Checking FE_Q<2>(2)3 against FE_Q<2>(1)3 in 2d:
DEAL::8.9e+03 8.6e+02 1.4e+02
-DEAL::0.0 8.0 5.5 4.5 32. 30. 48. 56. 54. 72. 62. 62. 6.8 37. 37. 93. 98. 1.4e+02 1.3e+02 3.5 60. 48.
+DEAL::0 8.0 5.5 4.5 32. 30. 48. 56. 54. 72. 62. 62. 6.8 37. 37. 93. 98. 1.4e+02 1.3e+02 3.5 60. 48.
DEAL::Checking FE_DGQ<2>(2)2 against FE_DGQ<2>(3)2 in 2d:
DEAL::1.6e+04 1.4e+03 1.8e+02
-DEAL::0.0 9.0 18. 27. 36. 45. 54. 63. 72. 81. 90. 99. 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
+DEAL::0 9.0 18. 27. 36. 45. 54. 63. 72. 81. 90. 99. 1.1e+02 1.2e+02 1.3e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.7e+02
DEAL::Checking FE_DGQ<2>(3)2 against FE_DGQ<2>(2)2 in 2d:
DEAL::5.1e+04 3.3e+03 3.2e+02
-DEAL::0.0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 1.9e+02 2.1e+02 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02
+DEAL::0 16. 32. 48. 64. 80. 96. 1.1e+02 1.3e+02 1.4e+02 1.6e+02 1.8e+02 1.9e+02 2.1e+02 2.2e+02 2.4e+02 2.6e+02 2.7e+02 2.9e+02 3.0e+02
DEAL::Checking FE_DGP<2>(3)1 against FE_DGP<2>(1)1 in 2d:
DEAL::Checking FE_DGP<2>(1)1 against FE_DGP<2>(3)1 in 2d:
DEAL::Checking FE_Q<3>(1)3 against FE_Q<3>(2)3 in 3d:
DEAL::1.0e+04 9.8e+02 1.6e+02
-DEAL::0.0 9.0 18. 27. 36. 45. 54. 63. 72. 81. 90. 99. 12. 27. 33. 1.4e+02 1.4e+02 1.5e+02 9.0 30.
+DEAL::0 9.0 18. 27. 36. 45. 54. 63. 72. 81. 90. 99. 12. 27. 33. 1.4e+02 1.4e+02 1.5e+02 9.0 30.
DEAL::Checking FE_Q<3>(2)3 against FE_Q<3>(1)3 in 3d:
DEAL::2.2e+05 9.3e+03 7.4e+02
-DEAL::0.0 6.0 46. 1.4e+02 1.4e+02 1.8e+02 1.2e+02 3.4e+02 3.3e+02 3.6e+02 43. 2.1e+02 2.2e+02 31. 6.7e+02 5.4e+02 7.0e+02 3.6e+02 4.3e+02 4.0e+02 1.6e+02
+DEAL::0 6.0 46. 1.4e+02 1.4e+02 1.8e+02 1.2e+02 3.4e+02 3.3e+02 3.6e+02 43. 2.1e+02 2.2e+02 31. 6.7e+02 5.4e+02 7.0e+02 3.6e+02 4.3e+02 4.0e+02 1.6e+02
DEAL::Checking FE_DGQ<3>(2)2 against FE_DGQ<3>(3)2 in 3d:
DEAL::7.1e+05 2.4e+04 1.2e+03
-DEAL::0.0 59. 1.2e+02 1.8e+02 2.4e+02 3.0e+02 3.5e+02 4.1e+02 4.7e+02 5.3e+02 5.9e+02 6.5e+02 7.1e+02 7.7e+02 8.3e+02 8.8e+02 9.4e+02 1.0e+03 1.1e+03 1.1e+03 1.2e+03
+DEAL::0 59. 1.2e+02 1.8e+02 2.4e+02 3.0e+02 3.5e+02 4.1e+02 4.7e+02 5.3e+02 5.9e+02 6.5e+02 7.1e+02 7.7e+02 8.3e+02 8.8e+02 9.4e+02 1.0e+03 1.1e+03 1.1e+03 1.2e+03
DEAL::Checking FE_DGQ<3>(3)2 against FE_DGQ<3>(2)2 in 3d:
DEAL::4.0e+06 8.6e+04 2.8e+03
-DEAL::0.0 1.4e+02 2.8e+02 4.2e+02 5.6e+02 7.0e+02 8.4e+02 9.8e+02 1.1e+03 1.3e+03 1.4e+03 1.5e+03 1.7e+03 1.8e+03 2.0e+03 2.1e+03 2.2e+03 2.4e+03 2.5e+03 2.7e+03 2.8e+03
+DEAL::0 1.4e+02 2.8e+02 4.2e+02 5.6e+02 7.0e+02 8.4e+02 9.8e+02 1.1e+03 1.3e+03 1.4e+03 1.5e+03 1.7e+03 1.8e+03 2.0e+03 2.1e+03 2.2e+03 2.4e+03 2.5e+03 2.7e+03 2.8e+03
DEAL::Checking FE_DGP<3>(3)1 against FE_DGP<3>(1)1 in 3d:
DEAL::Checking FE_DGP<3>(1)1 against FE_DGP<3>(3)1 in 3d:
DEAL::Checking Q1 against Q1 in 1d:
DEAL::Checking Q1 against Q1 in 2d:
DEAL::26. 19. 16.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 0.0 0.0 0.0 0.0 16.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 10. 0 0 0 0 16.
DEAL::Checking Q1 against Q1 in 2d:
DEAL::26. 19. 16.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 0.0 0.0 0.0 0.0 16.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 10. 0 0 0 0 16.
DEAL::Checking Q1 against Q1 in 3d:
DEAL::6.4e+02 1.6e+02 54.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 32. 30. 31. 0.0 0.0 0.0 51. 47.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 32. 30. 31. 0 0 0 51. 47.
DEAL::Checking Q1 against Q1 in 3d:
DEAL::6.4e+02 1.6e+02 54.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 32. 30. 31. 0.0 0.0 0.0 51. 47.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 32. 30. 31. 0 0 0 51. 47.
DEAL::Checking Q1 against Q2 in 1d:
DEAL::Checking Q2 against Q1 in 1d:
DEAL::Checking Q1 against Q2 in 2d:
DEAL::26. 19. 16.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 0.0 0.0 0.0 0.0 16.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 10. 0 0 0 0 16.
DEAL::Checking Q2 against Q1 in 2d:
DEAL::6.3e+02 1.4e+02 55.
-DEAL::0.0 0.0 3.5 3.5 6.5 0.0 5.5 8.5 0.0 0.0 3.5 5.5 0.0 6.0 7.0 26. 30. 22. 22. 0.0 9.0 10. 0.0 5.0 6.0 50. 51. 33. 40.
+DEAL::0 0 3.5 3.5 6.5 0 5.5 8.5 0 0 3.5 5.5 0 6.0 7.0 26. 30. 22. 22. 0 9.0 10. 0 5.0 6.0 50. 51. 33. 40.
DEAL::Checking Q1 against Q2 in 3d:
DEAL::6.4e+02 1.6e+02 54.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 32. 30. 31. 0.0 0.0 0.0 51. 47.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 32. 30. 31. 0 0 0 51. 47.
DEAL::Checking Q2 against Q1 in 3d:
DEAL::2.7e+04 2.2e+03 3.2e+02
-DEAL::0.0 14. 16. 0.0 18. 20. 57. 0.0 20. 24. 1.5e+02 1.1e+02 1.2e+02 2.0e+02 0.0 60. 22. 1.5e+02 1.5e+02 1.7e+02 2.7e+02
+DEAL::0 14. 16. 0 18. 20. 57. 0 20. 24. 1.5e+02 1.1e+02 1.2e+02 2.0e+02 0 60. 22. 1.5e+02 1.5e+02 1.7e+02 2.7e+02
DEAL::Checking Q1 against Q3 in 1d:
DEAL::Checking Q3 against Q1 in 1d:
DEAL::Checking Q1 against Q3 in 2d:
DEAL::26. 19. 16.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 10. 0.0 0.0 0.0 0.0 16.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 10. 0 0 0 0 16.
DEAL::Checking Q3 against Q1 in 2d:
DEAL::3.0e+03 4.1e+02 1.1e+02
-DEAL::0.0 4.3 9.0 13. 7.7 19. 0.0 5.3 11. 0.0 15. 15. 57. 50. 49. 0.0 4.3 30. 7.0 16. 41. 79. 1.1e+02 93.
+DEAL::0 4.3 9.0 13. 7.7 19. 0 5.3 11. 0 15. 15. 57. 50. 49. 0 4.3 30. 7.0 16. 41. 79. 1.1e+02 93.
DEAL::Checking Q1 against Q3 in 3d:
DEAL::6.4e+02 1.6e+02 54.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 32. 30. 31. 0.0 0.0 0.0 51. 47.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 32. 30. 31. 0 0 0 51. 47.
DEAL::Checking Q3 against Q1 in 3d:
DEAL::2.3e+05 1.1e+04 9.0e+02
-DEAL::0.0 41. 44. 21. 26. 1.5e+02 1.6e+02 33. 15. 2.0e+02 2.4e+02 4.0e+02 2.8e+02 4.8e+02 10. 40. 3.1e+02 4.1e+02 6.2e+02 8.5e+02 6.9e+02
+DEAL::0 41. 44. 21. 26. 1.5e+02 1.6e+02 33. 15. 2.0e+02 2.4e+02 4.0e+02 2.8e+02 4.8e+02 10. 40. 3.1e+02 4.1e+02 6.2e+02 8.5e+02 6.9e+02
DEAL::Checking Q2 against Q2 in 1d:
DEAL::Checking Q2 against Q2 in 1d:
DEAL::Checking Q2 against Q2 in 2d:
DEAL::2.1e+02 93. 52.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 25. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 46. 49. 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19. 25. 0 0 0 0 0 0 0 0 46. 49. 0 0
DEAL::Checking Q2 against Q2 in 2d:
DEAL::2.1e+02 93. 52.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 25. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 46. 49. 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19. 25. 0 0 0 0 0 0 0 0 46. 49. 0 0
DEAL::Checking Q2 against Q2 in 3d:
DEAL::1.4e+04 1.7e+03 3.1e+02
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.2e+02 0.0 0.0 1.8e+02 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 1.2e+02 0 0 1.8e+02 0 0 0 0 0 0 0
DEAL::Checking Q2 against Q2 in 3d:
DEAL::1.4e+04 1.7e+03 3.1e+02
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.2e+02 0.0 0.0 1.8e+02 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 1.2e+02 0 0 1.8e+02 0 0 0 0 0 0 0
DEAL::Checking Q2 against Q3 in 1d:
DEAL::Checking Q3 against Q2 in 1d:
DEAL::Checking Q2 against Q3 in 2d:
DEAL::2.3e+02 94. 52.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 19. 25. -1.6 0.0 0.0 0.0 0.0 0.0 0.0 0.0 46. 49. -3.0 -3.3
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 19. 25. -1.6 0 0 0 0 0 0 0 46. 49. -3.0 -3.3
DEAL::Checking Q3 against Q2 in 2d:
DEAL::1.1e+03 2.6e+02 1.1e+02
-DEAL::0.0 0.33 0.0 1.6 -2.8 1.9 0.0 0.33 -1.4 0.0 2.0 -1.5 51. 8.1 3.0 0.0 0.33 5.0 -1.5 1.2 -15. 18. 1.1e+02 14.
+DEAL::0 0.33 0 1.6 -2.8 1.9 0 0.33 -1.4 0 2.0 -1.5 51. 8.1 3.0 0 0.33 5.0 -1.5 1.2 -15. 18. 1.1e+02 14.
DEAL::Checking Q2 against Q3 in 3d:
DEAL::1.5e+04 1.7e+03 3.1e+02
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.2e+02 -8.6 -7.7 1.8e+02 0.0 0.0 0.0 -15. -13. -14. -37.
+DEAL::0 0 0 0 0 0 0 0 0 0 1.2e+02 -8.6 -7.7 1.8e+02 0 0 0 -15. -13. -14. -37.
DEAL::Checking Q3 against Q2 in 3d:
DEAL::1.1e+05 7.5e+03 8.8e+02
-DEAL::0.0 -1.5 -9.1 0.17 -9.2 35. 14. 1.6 -0.17 -15. -28. 3.5e+02 -20. 27. 0.33 7.5 -63. -1.2e+02 1.5e+02 8.4e+02 -91.
+DEAL::0 -1.5 -9.1 0.17 -9.2 35. 14. 1.6 -0.17 -15. -28. 3.5e+02 -20. 27. 0.33 7.5 -63. -1.2e+02 1.5e+02 8.4e+02 -91.
DEAL::Checking Q3 against Q3 in 1d:
DEAL::Checking Q3 against Q3 in 1d:
DEAL::Checking Q3 against Q3 in 2d:
DEAL::7.3e+02 2.5e+02 1.1e+02
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 47. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.1e+02 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 47. 0 0 0 0 0 0 0 0 0 1.1e+02 0
DEAL::Checking Q3 against Q3 in 2d:
DEAL::7.3e+02 2.5e+02 1.1e+02
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 47. 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.1e+02 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 47. 0 0 0 0 0 0 0 0 0 1.1e+02 0
DEAL::Checking Q3 against Q3 in 3d:
DEAL::8.9e+04 7.3e+03 8.8e+02
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6e+02 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.4e+02 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 3.6e+02 0 0 0 0 0 0 0 8.4e+02 0
DEAL::Checking Q3 against Q3 in 3d:
DEAL::8.9e+04 7.3e+03 8.8e+02
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.6e+02 0.0 0.0 0.0 0.0 0.0 0.0 0.0 8.4e+02 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 3.6e+02 0 0 0 0 0 0 0 8.4e+02 0
DEAL::Checking DGQ0 against DGQ0 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0
DEAL::Checking DGQ0 against DGQ0 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0
DEAL::Checking DGQ0 against DGQ0 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ0 against DGQ0 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ0 against DGQ0 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ0 against DGQ0 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ0 against DGQ1 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0
DEAL::Checking DGQ1 against DGQ0 in 1d:
DEAL::4.0 1.4 0.50
DEAL::-0.50 0.50 -0.50 0.50 -0.50 0.50 -0.50 0.50
DEAL::Checking DGQ0 against DGQ1 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ0 in 2d:
DEAL::40. 7.1 1.5
DEAL::-1.5 0.50 -1.5 0.50 -1.5 0.50 -1.5 0.50 -1.5 0.50 -1.5 0.50 -1.5 0.50 -1.5 0.50 -1.5 0.50 -1.5 0.50
DEAL::Checking DGQ0 against DGQ1 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ0 in 3d:
DEAL::3.5e+02 30. 3.5
DEAL::-3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5 -3.5
DEAL::Checking DGQ0 against DGQ2 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0
DEAL::Checking DGQ2 against DGQ0 in 1d:
DEAL::8.0 2.8 1.0
-DEAL::-1.0 0.0 1.0 -1.0 0.0 1.0 -1.0 0.0 1.0 -1.0 0.0 1.0
+DEAL::-1.0 0 1.0 -1.0 0 1.0 -1.0 0 1.0 -1.0 0 1.0
DEAL::Checking DGQ0 against DGQ2 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ0 in 2d:
DEAL::2.0e+02 24. 4.0
-DEAL::-4.0 0.0 4.0 -1.0 3.0 -2.0 2.0 -3.0 1.0 -4.0 0.0 4.0 -1.0 3.0 -2.0 2.0 -3.0 1.0 -4.0 0.0 4.0 -1.0 3.0
+DEAL::-4.0 0 4.0 -1.0 3.0 -2.0 2.0 -3.0 1.0 -4.0 0 4.0 -1.0 3.0 -2.0 2.0 -3.0 1.0 -4.0 0 4.0 -1.0 3.0
DEAL::Checking DGQ0 against DGQ2 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ0 in 3d:
DEAL::4.0e+03 1.9e+02 13.
-DEAL::-13. -11. -9.0 -7.0 -5.0 -3.0 -1.0 1.0 3.0 5.0 7.0 9.0 11. 13. -12. -10. -8.0 -6.0 -4.0 -2.0 0.0
+DEAL::-13. -11. -9.0 -7.0 -5.0 -3.0 -1.0 1.0 3.0 5.0 7.0 9.0 11. 13. -12. -10. -8.0 -6.0 -4.0 -2.0 0
DEAL::Checking DGQ0 against DGQ4 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0
DEAL::Checking DGQ4 against DGQ0 in 1d:
DEAL::24. 6.3 2.0
-DEAL::-2.0 -1.0 0.0 1.00 2.0 -2.0 -1.0 0.0 1.00 2.0 -2.0 -1.0 0.0 1.00 2.0 -2.0 -1.0 0.0 1.00 2.0
+DEAL::-2.0 -1.0 0 1.00 2.0 -2.0 -1.0 0 1.00 2.0 -2.0 -1.0 0 1.00 2.0 -2.0 -1.0 0 1.00 2.0
DEAL::Checking DGQ0 against DGQ4 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ0 in 2d:
DEAL::1.6e+03 1.1e+02 12.
-DEAL::-12. 0.0 12. -1.0 11. -2.0 10. -3.0 9.0 -4.0 8.0 -5.0 7.0 -6.0 6.0 -7.0 5.0 -8.0 4.0 -9.0 3.0
+DEAL::-12. 0 12. -1.0 11. -2.0 10. -3.0 9.0 -4.0 8.0 -5.0 7.0 -6.0 6.0 -7.0 5.0 -8.0 4.0 -9.0 3.0
DEAL::Checking DGQ0 against DGQ4 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ0 in 3d:
DEAL::8.6e+04 1.9e+03 62.
DEAL::-62. -50. -38. -26. -14. -2.0 10. 22. 34. 46. 58. -55. -43. -31. -19. -7.0 5.0 17. 29. 41. 53.
DEAL::Checking DGQ1 against DGQ1 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ1 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ3 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ1 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ3 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ1 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ3 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ1 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ5 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ1 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ5 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ1 in 2d:
-DEAL::8.8e-10 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::8.8e-10 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ1 against DGQ5 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ1 in 3d:
DEAL::2.4e-07 4.5e-09 2.8e-10
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 -1.4e-10 0.0 -1.2e-10 -1.0e-10 -1.6e-10 -1.2e-10 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 -1.4e-10 0 -1.2e-10 -1.0e-10 -1.6e-10 -1.2e-10 0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ2 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ4 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ2 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ4 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ2 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ2 against DGQ4 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ2 in 3d:
-DEAL::1.3e-08 3.8e-10 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::1.3e-08 3.8e-10 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ3 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ5 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ3 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ5 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ3 in 2d:
-DEAL::2.9e-10 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::2.9e-10 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ3 against DGQ5 in 3d:
-DEAL::6.8e-09 2.6e-10 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::6.8e-09 2.6e-10 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ3 in 3d:
DEAL::6.6e-08 1.4e-09 1.0e-10
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ5 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ4 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ5 in 2d:
-DEAL::2.3e-10 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::2.3e-10 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ4 in 2d:
-DEAL::5.5e-10 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::5.5e-10 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ4 against DGQ5 in 3d:
-DEAL::4.0e-08 1.1e-09 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::4.0e-08 1.1e-09 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGQ5 against DGQ4 in 3d:
DEAL::1.4e-07 3.1e-09 2.5e-10
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 1d:
DEAL::Checking DGP0 against DGP0 in 2d:
DEAL::Checking FE_Q<1>(1)3 against FE_Q<1>(2)3 in 1d:
DEAL::Checking FE_Q<1>(2)3 against FE_Q<1>(1)3 in 1d:
DEAL::Checking FE_DGQ<1>(2)2 against FE_DGQ<1>(3)2 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<1>(3)2 against FE_DGQ<1>(2)2 in 1d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGP<1>(3)1 against FE_DGP<1>(1)1 in 1d:
DEAL::Checking FE_DGP<1>(1)1 against FE_DGP<1>(3)1 in 1d:
DEAL::Checking FE_Q<2>(1)3 against FE_Q<2>(2)3 in 2d:
DEAL::2.4e+02 1.0e+02 50.
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 30. 30. 0.0 0.0 0.0 0.0 0.0 0.0 50.
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 30. 30. 0 0 0 0 0 0 50.
DEAL::Checking FE_Q<2>(2)3 against FE_Q<2>(1)3 in 2d:
DEAL::5.7e+03 7.0e+02 1.6e+02
-DEAL::0.0 0.0 10. 20. 0.0 10. 0.0 0.0 10. 0.0 18. 26. 89. 67. 75. 27. 30. 0.0 18. 1.5e+02 1.e+02 1.2e+02
+DEAL::0 0 10. 20. 0 10. 0 0 10. 0 18. 26. 89. 67. 75. 27. 30. 0 18. 1.5e+02 1.e+02 1.2e+02
DEAL::Checking FE_DGQ<2>(2)2 against FE_DGQ<2>(3)2 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<2>(3)2 against FE_DGQ<2>(2)2 in 2d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGP<2>(3)1 against FE_DGP<2>(1)1 in 2d:
DEAL::Checking FE_DGP<2>(1)1 against FE_DGP<2>(3)1 in 2d:
DEAL::Checking FE_Q<3>(1)3 against FE_Q<3>(2)3 in 3d:
DEAL::5.7e+03 8.5e+02 1.6e+02
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 96. 90. 93. 0.0 0.0 0.0 1.5e+02 1.4e+02
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 96. 90. 93. 0 0 0 1.5e+02 1.4e+02
DEAL::Checking FE_Q<3>(2)3 against FE_Q<3>(1)3 in 3d:
DEAL::2.5e+05 1.2e+04 9.5e+02
-DEAL::0.0 42. 50. 0.0 52. 62. 1.7e+02 0.0 58. 74. 4.4e+02 3.2e+02 3.6e+02 5.9e+02 0.0 1.8e+02 66. 4.6e+02 4.4e+02 5.1e+02 8.0e+02
+DEAL::0 42. 50. 0 52. 62. 1.7e+02 0 58. 74. 4.4e+02 3.2e+02 3.6e+02 5.9e+02 0 1.8e+02 66. 4.6e+02 4.4e+02 5.1e+02 8.0e+02
DEAL::Checking FE_DGQ<3>(2)2 against FE_DGQ<3>(3)2 in 3d:
-DEAL::0.0 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::0 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGQ<3>(3)2 against FE_DGQ<3>(2)2 in 3d:
-DEAL::3.6e-10 0.0 0.0
-DEAL::0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0
+DEAL::3.6e-10 0 0
+DEAL::0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
DEAL::Checking FE_DGP<3>(3)1 against FE_DGP<3>(1)1 in 3d:
DEAL::Checking FE_DGP<3>(1)1 against FE_DGP<3>(3)1 in 3d:
-DEAL::0 0 0.00000
-DEAL::0 1 0.00000
-DEAL::0 2 0.00000
-DEAL::0 3 0.00000
-DEAL::1 0 0.00000
+DEAL::0 0 0
+DEAL::0 1 0
+DEAL::0 2 0
+DEAL::0 3 0
+DEAL::1 0 0
DEAL::1 1 1.00000
DEAL::1 2 2.00000
DEAL::1 3 3.00000
-DEAL::2 0 0.00000
+DEAL::2 0 0
DEAL::2 1 2.00000
DEAL::2 2 4.00000
DEAL::2 3 6.00000
-DEAL::3 0 0.00000
+DEAL::3 0 0
DEAL::3 1 3.00000
DEAL::3 2 6.00000
DEAL::3 3 9.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.3 face integration is ok: 0.00000
-DEAL::0.3 subface integration is ok: 0.00000
-DEAL::0.4 face integration is ok: 0.00000
-DEAL::0.4 subface integration is ok: 0.00000
-DEAL::0.5 face integration is ok: 0.00000
-DEAL::0.5 subface integration is ok: 0.00000
-DEAL::0.6 face integration is ok: 0.00000
-DEAL::0.6 subface integration is ok: 0.00000
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.3 face integration is ok: 0
+DEAL::0.3 subface integration is ok: 0
+DEAL::0.4 face integration is ok: 0
+DEAL::0.4 subface integration is ok: 0
+DEAL::0.5 face integration is ok: 0
+DEAL::0.5 subface integration is ok: 0
+DEAL::0.6 face integration is ok: 0
+DEAL::0.6 subface integration is ok: 0
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.3 face integration is ok: 0.00000
-DEAL::0.3 subface integration is ok: 0.00000
-DEAL::0.4 face integration is ok: 0.00000
-DEAL::0.4 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.3 face integration is ok: 0.00000
-DEAL::0.3 subface integration is ok: 0.00000
-DEAL::0.4 face integration is ok: 0.00000
-DEAL::0.4 subface integration is ok: 0.00000
-DEAL::0.5 face integration is ok: 0.00000
-DEAL::0.5 subface integration is ok: 0.00000
-DEAL::0.6 face integration is ok: 0.00000
-DEAL::0.6 subface integration is ok: 0.00000
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.3 face integration is ok: 0
+DEAL::0.3 subface integration is ok: 0
+DEAL::0.4 face integration is ok: 0
+DEAL::0.4 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.3 face integration is ok: 0
+DEAL::0.3 subface integration is ok: 0
+DEAL::0.4 face integration is ok: 0
+DEAL::0.4 subface integration is ok: 0
+DEAL::0.5 face integration is ok: 0
+DEAL::0.5 subface integration is ok: 0
+DEAL::0.6 face integration is ok: 0
+DEAL::0.6 subface integration is ok: 0
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.3 face integration is ok: 0.00000
-DEAL::0.3 subface integration is ok: 0.00000
-DEAL::0.4 face integration is ok: 0.00000
-DEAL::0.4 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.3 face integration is ok: 0.00000
-DEAL::0.3 subface integration is ok: 0.00000
-DEAL::0.4 face integration is ok: 0.00000
-DEAL::0.4 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.3 face integration is ok: 0.00000
-DEAL::0.3 subface integration is ok: 0.00000
-DEAL::0.4 face integration is ok: 0.00000
-DEAL::0.4 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.3 face integration is ok: 0.00000
-DEAL::0.3 subface integration is ok: 0.00000
-DEAL::0.4 face integration is ok: 0.00000
-DEAL::0.4 subface integration is ok: 0.00000
-DEAL::0.5 face integration is ok: 0.00000
-DEAL::0.5 subface integration is ok: 0.00000
-DEAL::0.6 face integration is ok: 0.00000
-DEAL::0.6 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.3 face integration is ok: 0.00000
-DEAL::0.3 subface integration is ok: 0.00000
-DEAL::0.4 face integration is ok: 0.00000
-DEAL::0.4 subface integration is ok: 0.00000
-DEAL::0.5 face integration is ok: 0.00000
-DEAL::0.5 subface integration is ok: 0.00000
-DEAL::0.6 face integration is ok: 0.00000
-DEAL::0.6 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.3 face integration is ok: 0.00000
-DEAL::0.3 subface integration is ok: 0.00000
-DEAL::0.4 face integration is ok: 0.00000
-DEAL::0.4 subface integration is ok: 0.00000
-DEAL::0.5 face integration is ok: 0.00000
-DEAL::0.5 subface integration is ok: 0.00000
-DEAL::0.6 face integration is ok: 0.00000
-DEAL::0.6 subface integration is ok: 0.00000
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.3 face integration is ok: 0
+DEAL::0.3 subface integration is ok: 0
+DEAL::0.4 face integration is ok: 0
+DEAL::0.4 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.3 face integration is ok: 0
+DEAL::0.3 subface integration is ok: 0
+DEAL::0.4 face integration is ok: 0
+DEAL::0.4 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.3 face integration is ok: 0
+DEAL::0.3 subface integration is ok: 0
+DEAL::0.4 face integration is ok: 0
+DEAL::0.4 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.3 face integration is ok: 0
+DEAL::0.3 subface integration is ok: 0
+DEAL::0.4 face integration is ok: 0
+DEAL::0.4 subface integration is ok: 0
+DEAL::0.5 face integration is ok: 0
+DEAL::0.5 subface integration is ok: 0
+DEAL::0.6 face integration is ok: 0
+DEAL::0.6 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.3 face integration is ok: 0
+DEAL::0.3 subface integration is ok: 0
+DEAL::0.4 face integration is ok: 0
+DEAL::0.4 subface integration is ok: 0
+DEAL::0.5 face integration is ok: 0
+DEAL::0.5 subface integration is ok: 0
+DEAL::0.6 face integration is ok: 0
+DEAL::0.6 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.3 face integration is ok: 0
+DEAL::0.3 subface integration is ok: 0
+DEAL::0.4 face integration is ok: 0
+DEAL::0.4 subface integration is ok: 0
+DEAL::0.5 face integration is ok: 0
+DEAL::0.5 subface integration is ok: 0
+DEAL::0.6 face integration is ok: 0
+DEAL::0.6 subface integration is ok: 0
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.1 face integration is ok: 0.00000
-DEAL::0.1 subface integration is ok: 0.00000
-DEAL::0.2 face integration is ok: 0.00000
-DEAL::0.2 subface integration is ok: 0.00000
-DEAL::0.3 face integration is ok: 0.00000
-DEAL::0.3 subface integration is ok: 0.00000
-DEAL::0.4 face integration is ok: 0.00000
-DEAL::0.4 subface integration is ok: 0.00000
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.1 face integration is ok: 0
+DEAL::0.1 subface integration is ok: 0
+DEAL::0.2 face integration is ok: 0
+DEAL::0.2 subface integration is ok: 0
+DEAL::0.3 face integration is ok: 0
+DEAL::0.3 subface integration is ok: 0
+DEAL::0.4 face integration is ok: 0
+DEAL::0.4 subface integration is ok: 0
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
-DEAL::0.0 face integration is ok: 0.00000
-DEAL::0.0 subface integration is ok: 0.00000
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
+DEAL::0.0 face integration is ok: 0
+DEAL::0.0 subface integration is ok: 0
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
-DEAL:: face integration is ok: 0.00000
-DEAL:: subface integration is ok: 0.00000
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
+DEAL:: face integration is ok: 0
+DEAL:: subface integration is ok: 0
-DEAL::0.00000
-DEAL::0.00000
-DEAL::0.00000
+DEAL::0
+DEAL::0
+DEAL::0
DEAL::OK
-DEAL::0 0 0.00000
-DEAL::0 1 0.00000
-DEAL::0 4 0.00000
+DEAL::0 0 0
+DEAL::0 1 0
+DEAL::0 4 0
DEAL::1 1 1.00000
DEAL::1 2 2.00000
DEAL::2 2 4.00000
-DEAL::2 0 0.00000
+DEAL::2 0 0
DEAL::2 3 6.00000
DEAL::3 3 9.00000
DEAL::3 1 3.00000
-DEAL::0 0 0.00000
-DEAL::0 1 0.00000
-DEAL::0 4 0.00000
+DEAL::0 0 0
+DEAL::0 1 0
+DEAL::0 4 0
DEAL::1 1 1.00000
DEAL::1 2 2.00000
-DEAL::2 0 0.00000
+DEAL::2 0 0
DEAL::2 2 4.00000
DEAL::2 3 6.00000
DEAL::3 1 3.00000
DEAL::0 0 1.00000
DEAL::0 1 1.00000
DEAL::0 4 1.00000
-DEAL::1 1 0.00000
+DEAL::1 1 0
DEAL::1 2 -1.00000
DEAL::2 0 1.00000
DEAL::2 2 -3.00000
-DEAL::0 0 0.00000
-DEAL::0 1 0.00000
-DEAL::0 4 0.00000
+DEAL::0 0 0
+DEAL::0 1 0
+DEAL::0 4 0
DEAL::1 1 2.00000
DEAL::1 2 4.00000
-DEAL::2 0 0.00000
+DEAL::2 0 0
DEAL::2 2 8.00000
DEAL::2 3 12.0000
DEAL::3 1 6.00000
-DEAL::0 0 0.00000
-DEAL::0 1 0.00000
-DEAL::0 4 0.00000
+DEAL::0 0 0
+DEAL::0 1 0
+DEAL::0 4 0
DEAL::1 1 0.500000
DEAL::1 2 1.00000
-DEAL::2 0 0.00000
+DEAL::2 0 0
DEAL::2 2 2.00000
DEAL::2 3 3.00000
DEAL::3 1 1.50000
-DEAL::1 1 0.00000
-DEAL::3 1 0.00000
+DEAL::1 1 0
+DEAL::3 1 0
-DEAL::1 1 0.00000
-DEAL::3 1 0.00000
+DEAL::1 1 0
+DEAL::3 1 0
-DEAL::116161. 116161. 0.00000
+DEAL::116161. 116161. 0
DEAL::OK
-DEAL::116161. 116161. 0.00000
+DEAL::116161. 116161. 0
DEAL::OK
-DEAL::116161. 116161. 0.00000
+DEAL::116161. 116161. 0
DEAL::OK