New: Macro #AssertDimension introduced for easier handling of
ExcDimensionMismatch.
diff --git a/tests/base/data_out_base.cc b/tests/base/data_out_base.cc
index 5bd29edfb8..e787c12f8b 100644
--- a/tests/base/data_out_base.cc
+++ b/tests/base/data_out_base.cc
@@ -2,7 +2,7 @@
// $Id$
// Version: $Name$
//
-// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
@@ -24,7 +24,7 @@
#define WRITE(type) { out << "Writing " # type " dimensions " \
<< dim << ',' << spacedim << std::endl; \
-DataOutBase::write_ ## type (patches, names, type ## flags, out); }
+DataOutBase::write_ ## type (patches, names, vectors, type ## flags, out); }
template
void
@@ -43,6 +43,8 @@ write_patches(const std::vector >& patches,
DataOutBase::UcdFlags ucdflags;
DataOutBase::VtkFlags vtkflags;
DataOutBase::Deal_II_IntermediateFlags deal_II_intermediateflags;
+
+ std::vector > vectors;
WRITE(dx);
if (dim==2)
diff --git a/tests/base/data_out_base/cmp/generic b/tests/base/data_out_base/cmp/generic
index 33057086f2..d47990d573 100644
--- a/tests/base/data_out_base/cmp/generic
+++ b/tests/base/data_out_base/cmp/generic
@@ -156,7 +156,7 @@ Writing deal_II_intermediate dimensions 1,2
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
first name
last name
@@ -179,6 +179,7 @@ last name
0.00000 1.00000 2.00000 3.00000 0.00000 -1.00000 -2.00000 -3.00000
+0
Writing dx dimensions 2,2
object "vertices" class array type float rank 1 shape 2 items 64 data follows
@@ -1259,7 +1260,7 @@ Writing deal_II_intermediate dimensions 2,2
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
first name
last name
@@ -1300,6 +1301,7 @@ last name
0.00000 1.00000 2.00000 3.00000 4.00000 5.00000 6.00000 7.00000 8.00000 9.00000 10.0000 11.0000 12.0000 13.0000 14.0000 15.0000 0.00000 -1.00000 -2.00000 -3.00000 -4.00000 -5.00000 -6.00000 -7.00000 -8.00000 -9.00000 -10.0000 -11.0000 -12.0000 -13.0000 -14.0000 -15.0000
+0
Writing dx dimensions 2,3
object "vertices" class array type float rank 1 shape 3 items 64 data follows
@@ -2048,7 +2050,7 @@ Writing deal_II_intermediate dimensions 2,3
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
first name
last name
@@ -2089,6 +2091,7 @@ last name
0.00000 1.00000 2.00000 3.00000 4.00000 5.00000 6.00000 7.00000 8.00000 9.00000 10.0000 11.0000 12.0000 13.0000 14.0000 15.0000 0.00000 -1.00000 -2.00000 -3.00000 -4.00000 -5.00000 -6.00000 -7.00000 -8.00000 -9.00000 -10.0000 -11.0000 -12.0000 -13.0000 -14.0000 -15.0000
+0
Writing dx dimensions 3,3
object "vertices" class array type float rank 1 shape 3 items 512 data follows
@@ -10413,7 +10416,7 @@ Writing deal_II_intermediate dimensions 3,3
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
first name
last name
@@ -10490,4 +10493,5 @@ last name
0.00000 1.00000 2.00000 3.00000 4.00000 5.00000 6.00000 7.00000 8.00000 9.00000 10.0000 11.0000 12.0000 13.0000 14.0000 15.0000 16.0000 17.0000 18.0000 19.0000 20.0000 21.0000 22.0000 23.0000 24.0000 25.0000 26.0000 27.0000 28.0000 29.0000 30.0000 31.0000 32.0000 33.0000 34.0000 35.0000 36.0000 37.0000 38.0000 39.0000 40.0000 41.0000 42.0000 43.0000 44.0000 45.0000 46.0000 47.0000 48.0000 49.0000 50.0000 51.0000 52.0000 53.0000 54.0000 55.0000 56.0000 57.0000 58.0000 59.0000 60.0000 61.0000 62.0000 63.0000 0.00000 -1.00000 -2.00000 -3.00000 -4.00000 -5.00000 -6.00000 -7.00000 -8.00000 -9.00000 -10.0000 -11.0000 -12.0000 -13.0000 -14.0000 -15.0000 -16.0000 -17.0000 -18.0000 -19.0000 -20.0000 -21.0000 -22.0000 -23.0000 -24.0000 -25.0000 -26.0000 -27.0000 -28.0000 -29.0000 -30.0000 -31.0000 -32.0000 -33.0000 -34.0000 -35.0000 -36.0000 -37.0000 -38.0000 -39.0000 -40.0000 -41.0000 -42.0000 -43.0000 -44.0000 -45.0000 -46.0000 -47.0000 -48.0000 -49.0000 -50.0000 -51.0000 -52.0000 -53.0000 -54.0000 -55.0000 -56.0000 -57.0000 -58.0000 -59.0000 -60.0000 -61.0000 -62.0000 -63.0000
+0
diff --git a/tests/base/data_out_base_dx.cc b/tests/base/data_out_base_dx.cc
index 80286c2594..df53844f89 100644
--- a/tests/base/data_out_base_dx.cc
+++ b/tests/base/data_out_base_dx.cc
@@ -2,7 +2,7 @@
// $Id$
// Version: $Name$
//
-// Copyright (C) 2006 by the deal.II authors
+// Copyright (C) 2006, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
@@ -46,7 +46,10 @@ void check(DataOutBase::DXFlags flags,
names[2] = "x3";
names[3] = "x4";
names[4] = "i";
- DataOutBase::write_dx(patches, names, flags, out);
+
+ std::vector > vectors;
+
+ DataOutBase::write_dx(patches, names, vectors, flags, out);
}
@@ -62,7 +65,8 @@ void check_cont(unsigned int ncells,
std::vector names(1);
names[0] = "CutOff";
- DataOutBase::write_dx(patches, names, flags, out);
+ std::vector > vectors;
+ DataOutBase::write_dx(patches, names, vectors, flags, out);
}
diff --git a/tests/base/data_out_base_eps.cc b/tests/base/data_out_base_eps.cc
index 0c0672fe6f..95f6efb8e2 100644
--- a/tests/base/data_out_base_eps.cc
+++ b/tests/base/data_out_base_eps.cc
@@ -2,7 +2,7 @@
// $Id$
// Version: $Name$
//
-// Copyright (C) 2006 by the deal.II authors
+// Copyright (C) 2006, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
@@ -46,7 +46,8 @@ void check(DataOutBase::EpsFlags flags,
names[2] = "x3";
names[3] = "x4";
names[4] = "i";
- DataOutBase::write_eps(patches, names, flags, out);
+ std::vector > vectors;
+ DataOutBase::write_eps(patches, names, vectors, flags, out);
}
@@ -62,7 +63,8 @@ void check_cont(unsigned int ncells,
std::vector names(1);
names[0] = "CutOff";
- DataOutBase::write_eps(patches, names, flags, out);
+ std::vector > vectors;
+ DataOutBase::write_eps(patches, names, vectors, flags, out);
}
diff --git a/tests/base/data_out_base_gmv.cc b/tests/base/data_out_base_gmv.cc
index fd574ea45b..f74602f820 100644
--- a/tests/base/data_out_base_gmv.cc
+++ b/tests/base/data_out_base_gmv.cc
@@ -2,7 +2,7 @@
// $Id$
// Version: $Name$
//
-// Copyright (C) 2006 by the deal.II authors
+// Copyright (C) 2006, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
@@ -45,7 +45,8 @@ void check(DataOutBase::GmvFlags flags,
names[2] = "x3";
names[3] = "x4";
names[4] = "i";
- DataOutBase::write_gmv(patches, names, flags, out);
+ std::vector > vectors;
+ DataOutBase::write_gmv(patches, names, vectors, flags, out);
}
diff --git a/tests/base/data_out_base_gnuplot.cc b/tests/base/data_out_base_gnuplot.cc
index 224c6674d8..6de936b52a 100644
--- a/tests/base/data_out_base_gnuplot.cc
+++ b/tests/base/data_out_base_gnuplot.cc
@@ -2,7 +2,7 @@
// $Id$
// Version: $Name$
//
-// Copyright (C) 2006 by the deal.II authors
+// Copyright (C) 2006, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
@@ -44,7 +44,8 @@ void check(DataOutBase::GnuplotFlags flags,
names[2] = "x3";
names[3] = "x4";
names[4] = "i";
- DataOutBase::write_gnuplot(patches, names, flags, out);
+ std::vector > vectors;
+ DataOutBase::write_gnuplot(patches, names, vectors, flags, out);
}
diff --git a/tests/base/data_out_base_povray.cc b/tests/base/data_out_base_povray.cc
index b118ab6f9a..f7b361e27e 100644
--- a/tests/base/data_out_base_povray.cc
+++ b/tests/base/data_out_base_povray.cc
@@ -2,7 +2,7 @@
// $Id$
// Version: $Name$
//
-// Copyright (C) 2006 by the deal.II authors
+// Copyright (C) 2006, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
@@ -46,7 +46,8 @@ void check(DataOutBase::PovrayFlags flags,
names[2] = "x3";
names[3] = "x4";
names[4] = "i";
- DataOutBase::write_povray(patches, names, flags, out);
+ std::vector > vectors;
+ DataOutBase::write_povray(patches, names, vectors, flags, out);
}
@@ -62,7 +63,8 @@ void check_cont(unsigned int ncells,
std::vector names(1);
names[0] = "CutOff";
- DataOutBase::write_povray(patches, names, flags, out);
+ std::vector > vectors;
+ DataOutBase::write_povray(patches, names, vectors, flags, out);
}
diff --git a/tests/base/data_out_base_tecplot.cc b/tests/base/data_out_base_tecplot.cc
index d5539defcd..1271cd9713 100644
--- a/tests/base/data_out_base_tecplot.cc
+++ b/tests/base/data_out_base_tecplot.cc
@@ -2,7 +2,7 @@
// $Id$
// Version: $Name$
//
-// Copyright (C) 2006 by the deal.II authors
+// Copyright (C) 2006, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
@@ -45,7 +45,8 @@ void check(DataOutBase::TecplotFlags flags,
names[2] = "x3";
names[3] = "x4";
names[4] = "i";
- DataOutBase::write_tecplot(patches, names, flags, out);
+ std::vector > vectors;
+ DataOutBase::write_tecplot(patches, names, vectors, flags, out);
}
diff --git a/tests/base/data_out_base_vtk.cc b/tests/base/data_out_base_vtk.cc
index d7485dd7ed..0d3b3a7c37 100644
--- a/tests/base/data_out_base_vtk.cc
+++ b/tests/base/data_out_base_vtk.cc
@@ -2,7 +2,7 @@
// $Id$
// Version: $Name$
//
-// Copyright (C) 2006 by the deal.II authors
+// Copyright (C) 2006, 2007 by the deal.II authors
//
// This file is subject to QPL and may not be distributed
// without copyright and license information. Please refer
@@ -45,7 +45,8 @@ void check(DataOutBase::VtkFlags flags,
names[2] = "x3";
names[3] = "x4";
names[4] = "i";
- DataOutBase::write_vtk(patches, names, flags, out);
+ std::vector > vectors;
+ DataOutBase::write_vtk(patches, names, vectors, flags, out);
}
diff --git a/tests/base/functions_01.cc b/tests/base/functions_01.cc
index 339ee483b2..652fb51e4f 100644
--- a/tests/base/functions_01.cc
+++ b/tests/base/functions_01.cc
@@ -199,10 +199,11 @@ check_function(const Functions::FlowFunction& f,
DataOutBase dout;
DataOutBase::DXFlags dxflags;
DataOutBase::GnuplotFlags gflags;
+ std::vector > vectors;
if (dim==2)
- dout.write_gnuplot(patches, names, gflags, out);
+ dout.write_gnuplot(patches, names, vectors, gflags, out);
else
- dout.write_dx(patches, names, dxflags, out);
+ dout.write_dx(patches, names, vectors, dxflags, out);
}
diff --git a/tests/bits/data_out_01/cmp/generic b/tests/bits/data_out_01/cmp/generic
index a600aca885..bbab0b79e5 100644
--- a/tests/bits/data_out_01/cmp/generic
+++ b/tests/bits/data_out_01/cmp/generic
@@ -158,7 +158,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -190,6 +190,7 @@ cell_data
3.0 0.0 2.0 2.0
+0
DEAL::Checking Q1 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -616,7 +617,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -684,6 +685,7 @@ cell_data
11. 12. 13. 2.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -2906,7 +2908,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -3046,6 +3048,7 @@ cell_data
33. 36. 39. 40. 43. 44. 45. 6.0 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking Q2 in 1d:
object "vertices" class array type float rank 1 shape 1 items 6 data follows
@@ -3206,7 +3209,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -3238,6 +3241,7 @@ cell_data
4.0 0.0 2.0 2.0
+0
DEAL::Checking Q2 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -3664,7 +3668,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -3732,6 +3736,7 @@ cell_data
24. 30. 35. 2.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -5954,7 +5959,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -6094,6 +6099,7 @@ cell_data
1.2e+02 1.5e+02 1.6e+02 1.8e+02 1.9e+02 2.1e+02 2.2e+02 6.0 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking Q3 in 1d:
object "vertices" class array type float rank 1 shape 1 items 6 data follows
@@ -6254,7 +6260,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -6286,6 +6292,7 @@ cell_data
5.0 0.0 2.0 2.0
+0
DEAL::Checking Q3 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -6712,7 +6719,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -6780,6 +6787,7 @@ cell_data
43. 56. 67. 2.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -9002,7 +9010,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -9142,6 +9150,7 @@ cell_data
3.2e+02 3.8e+02 4.3e+02 4.7e+02 5.1e+02 5.6e+02 5.9e+02 6.0 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking DGQ0 in 1d:
object "vertices" class array type float rank 1 shape 1 items 6 data follows
@@ -9302,7 +9311,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -9334,6 +9343,7 @@ cell_data
2.0 2.0 2.0 2.0
+0
DEAL::Checking DGQ0 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -9760,7 +9770,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -9828,6 +9838,7 @@ cell_data
6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -12050,7 +12061,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -12190,6 +12201,7 @@ cell_data
14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking DGQ1 in 1d:
object "vertices" class array type float rank 1 shape 1 items 6 data follows
@@ -12350,7 +12362,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -12382,6 +12394,7 @@ cell_data
4.0 5.0 2.0 2.0
+0
DEAL::Checking DGQ1 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -12808,7 +12821,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -12876,6 +12889,7 @@ cell_data
24. 25. 26. 27. 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -15098,7 +15112,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15238,6 +15252,7 @@ cell_data
1.1e+02 1.1e+02 1.1e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking DGQ2 in 1d:
object "vertices" class array type float rank 1 shape 1 items 6 data follows
@@ -15398,7 +15413,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15430,6 +15445,7 @@ cell_data
6.0 8.0 2.0 2.0
+0
DEAL::Checking DGQ2 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -15856,7 +15872,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15924,6 +15940,7 @@ cell_data
54. 56. 60. 62. 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -18146,7 +18163,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -18286,6 +18303,7 @@ cell_data
3.8e+02 3.8e+02 3.8e+02 3.9e+02 4.0e+02 4.0e+02 4.0e+02 4.0e+02 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking Nedelec1 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -18748,7 +18766,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
3
node_data_0
node_data_1
@@ -18817,6 +18835,7 @@ cell_data
64. 64. 84. 84. 72. 80. 72. 80. 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -21295,7 +21314,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
4
node_data_0
node_data_1
@@ -21437,4 +21456,5 @@ cell_data
2.7e+02 2.7e+02 3.3e+02 3.3e+02 3.8e+02 3.8e+02 4.1e+02 4.1e+02 3.0e+02 3.2e+02 3.0e+02 3.2e+02 3.9e+02 4.1e+02 3.9e+02 4.1e+02 3.6e+02 3.8e+02 4.0e+02 4.2e+02 3.6e+02 3.8e+02 4.0e+02 4.2e+02 14. 14. 14. 14. 14. 14. 14. 14.
+0
diff --git a/tests/bits/data_out_02/cmp/generic b/tests/bits/data_out_02/cmp/generic
index a600aca885..bbab0b79e5 100644
--- a/tests/bits/data_out_02/cmp/generic
+++ b/tests/bits/data_out_02/cmp/generic
@@ -158,7 +158,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -190,6 +190,7 @@ cell_data
3.0 0.0 2.0 2.0
+0
DEAL::Checking Q1 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -616,7 +617,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -684,6 +685,7 @@ cell_data
11. 12. 13. 2.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -2906,7 +2908,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -3046,6 +3048,7 @@ cell_data
33. 36. 39. 40. 43. 44. 45. 6.0 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking Q2 in 1d:
object "vertices" class array type float rank 1 shape 1 items 6 data follows
@@ -3206,7 +3209,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -3238,6 +3241,7 @@ cell_data
4.0 0.0 2.0 2.0
+0
DEAL::Checking Q2 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -3664,7 +3668,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -3732,6 +3736,7 @@ cell_data
24. 30. 35. 2.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -5954,7 +5959,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -6094,6 +6099,7 @@ cell_data
1.2e+02 1.5e+02 1.6e+02 1.8e+02 1.9e+02 2.1e+02 2.2e+02 6.0 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking Q3 in 1d:
object "vertices" class array type float rank 1 shape 1 items 6 data follows
@@ -6254,7 +6260,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -6286,6 +6292,7 @@ cell_data
5.0 0.0 2.0 2.0
+0
DEAL::Checking Q3 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -6712,7 +6719,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -6780,6 +6787,7 @@ cell_data
43. 56. 67. 2.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -9002,7 +9010,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -9142,6 +9150,7 @@ cell_data
3.2e+02 3.8e+02 4.3e+02 4.7e+02 5.1e+02 5.6e+02 5.9e+02 6.0 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking DGQ0 in 1d:
object "vertices" class array type float rank 1 shape 1 items 6 data follows
@@ -9302,7 +9311,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -9334,6 +9343,7 @@ cell_data
2.0 2.0 2.0 2.0
+0
DEAL::Checking DGQ0 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -9760,7 +9770,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -9828,6 +9838,7 @@ cell_data
6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -12050,7 +12061,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -12190,6 +12201,7 @@ cell_data
14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking DGQ1 in 1d:
object "vertices" class array type float rank 1 shape 1 items 6 data follows
@@ -12350,7 +12362,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -12382,6 +12394,7 @@ cell_data
4.0 5.0 2.0 2.0
+0
DEAL::Checking DGQ1 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -12808,7 +12821,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -12876,6 +12889,7 @@ cell_data
24. 25. 26. 27. 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -15098,7 +15112,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15238,6 +15252,7 @@ cell_data
1.1e+02 1.1e+02 1.1e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking DGQ2 in 1d:
object "vertices" class array type float rank 1 shape 1 items 6 data follows
@@ -15398,7 +15413,7 @@ LOOKUP_TABLE default
1 1
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15430,6 +15445,7 @@ cell_data
6.0 8.0 2.0 2.0
+0
DEAL::Checking DGQ2 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -15856,7 +15872,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15924,6 +15940,7 @@ cell_data
54. 56. 60. 62. 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -18146,7 +18163,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -18286,6 +18303,7 @@ cell_data
3.8e+02 3.8e+02 3.8e+02 3.9e+02 4.0e+02 4.0e+02 4.0e+02 4.0e+02 14. 14. 14. 14. 14. 14. 14. 14.
+0
DEAL::Checking Nedelec1 in 2d:
object "vertices" class array type float rank 1 shape 2 items 28 data follows
@@ -18748,7 +18766,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
3
node_data_0
node_data_1
@@ -18817,6 +18835,7 @@ cell_data
64. 64. 84. 84. 72. 80. 72. 80. 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -21295,7 +21314,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
4
node_data_0
node_data_1
@@ -21437,4 +21456,5 @@ cell_data
2.7e+02 2.7e+02 3.3e+02 3.3e+02 3.8e+02 3.8e+02 4.1e+02 4.1e+02 3.0e+02 3.2e+02 3.0e+02 3.2e+02 3.9e+02 4.1e+02 3.9e+02 4.1e+02 3.6e+02 3.8e+02 4.0e+02 4.2e+02 3.6e+02 3.8e+02 4.0e+02 4.2e+02 14. 14. 14. 14. 14. 14. 14. 14.
+0
diff --git a/tests/bits/data_out_03/cmp/generic b/tests/bits/data_out_03/cmp/generic
index 8431262abf..9d040d6dbe 100644
--- a/tests/bits/data_out_03/cmp/generic
+++ b/tests/bits/data_out_03/cmp/generic
@@ -1,41 +1,2 @@
DEAL::Checking Q1 in 1d:
-DEAL::OK
-DEAL::Checking Q1 in 2d:
-DEAL::OK
-DEAL::Checking Q1 in 3d:
-DEAL::OK
-DEAL::Checking Q2 in 1d:
-DEAL::OK
-DEAL::Checking Q2 in 2d:
-DEAL::OK
-DEAL::Checking Q2 in 3d:
-DEAL::OK
-DEAL::Checking Q3 in 1d:
-DEAL::OK
-DEAL::Checking Q3 in 2d:
-DEAL::OK
-DEAL::Checking Q3 in 3d:
-DEAL::OK
-DEAL::Checking DGQ0 in 1d:
-DEAL::OK
-DEAL::Checking DGQ0 in 2d:
-DEAL::OK
-DEAL::Checking DGQ0 in 3d:
-DEAL::OK
-DEAL::Checking DGQ1 in 1d:
-DEAL::OK
-DEAL::Checking DGQ1 in 2d:
-DEAL::OK
-DEAL::Checking DGQ1 in 3d:
-DEAL::OK
-DEAL::Checking DGQ2 in 1d:
-DEAL::OK
-DEAL::Checking DGQ2 in 2d:
-DEAL::OK
-DEAL::Checking DGQ2 in 3d:
-DEAL::OK
-DEAL::Checking Nedelec1 in 2d:
-DEAL::OK
-DEAL::Checking Nedelec1 in 3d:
-DEAL::OK
diff --git a/tests/bits/data_out_faces_01/cmp/generic b/tests/bits/data_out_faces_01/cmp/generic
index 6b590ad11d..37da8d701c 100644
--- a/tests/bits/data_out_faces_01/cmp/generic
+++ b/tests/bits/data_out_faces_01/cmp/generic
@@ -362,7 +362,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -457,6 +457,7 @@ cell_data
10. 4.0 5.0 5.0
+0
DEAL::Checking Q1 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -2290,7 +2291,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -2592,6 +2593,7 @@ cell_data
32. 38. 42. 11. 13. 13. 13. 13.
+0
DEAL::Checking Q2 in 1d:
DEAL::Checking Q2 in 2d:
@@ -2956,7 +2958,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -3051,6 +3053,7 @@ cell_data
23. 9.0 5.0 5.0
+0
DEAL::Checking Q2 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -4884,7 +4887,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -5186,6 +5189,7 @@ cell_data
1.2e+02 1.6e+02 1.9e+02 30. 13. 13. 13. 13.
+0
DEAL::Checking Q3 in 1d:
DEAL::Checking Q3 in 2d:
@@ -5550,7 +5554,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -5645,6 +5649,7 @@ cell_data
42. 16. 5.0 5.0
+0
DEAL::Checking Q3 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -7478,7 +7483,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -7780,6 +7785,7 @@ cell_data
3.2e+02 4.3e+02 5.1e+02 67. 13. 13. 13. 13.
+0
DEAL::Checking DGQ0 in 1d:
DEAL::Checking DGQ0 in 2d:
@@ -8144,7 +8150,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -8239,6 +8245,7 @@ cell_data
5.0 5.0 5.0 5.0
+0
DEAL::Checking DGQ0 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -10072,7 +10079,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -10374,6 +10381,7 @@ cell_data
13. 13. 13. 13. 13. 13. 13. 13.
+0
DEAL::Checking DGQ1 in 1d:
DEAL::Checking DGQ1 in 2d:
@@ -10738,7 +10746,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -10833,6 +10841,7 @@ cell_data
20. 22. 5.0 5.0
+0
DEAL::Checking DGQ1 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -12666,7 +12675,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -12968,6 +12977,7 @@ cell_data
1.0e+02 1.1e+02 1.1e+02 1.1e+02 13. 13. 13. 13.
+0
DEAL::Checking DGQ2 in 1d:
DEAL::Checking DGQ2 in 2d:
@@ -13332,7 +13342,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -13427,6 +13437,7 @@ cell_data
45. 51. 5.0 5.0
+0
DEAL::Checking DGQ2 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -15260,7 +15271,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15562,6 +15573,7 @@ cell_data
3.5e+02 3.6e+02 3.7e+02 3.8e+02 13. 13. 13. 13.
+0
DEAL::Checking Nedelec1 in 2d:
object "vertices" class array type float rank 1 shape 2 items 20 data follows
@@ -15953,7 +15965,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
3
node_data_0
node_data_1
@@ -16049,6 +16061,7 @@ cell_data
52. 76. 68. 68. 5.0 5.0
+0
DEAL::Checking Nedelec1 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -18162,7 +18175,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
4
node_data_0
node_data_1
@@ -18466,4 +18479,5 @@ cell_data
2.3e+02 3.0e+02 3.5e+02 4.0e+02 3.0e+02 3.0e+02 3.9e+02 3.9e+02 3.6e+02 4.0e+02 3.6e+02 4.0e+02 13. 13. 13. 13.
+0
diff --git a/tests/bits/data_out_faces_02/cmp/generic b/tests/bits/data_out_faces_02/cmp/generic
index 6b590ad11d..37da8d701c 100644
--- a/tests/bits/data_out_faces_02/cmp/generic
+++ b/tests/bits/data_out_faces_02/cmp/generic
@@ -362,7 +362,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -457,6 +457,7 @@ cell_data
10. 4.0 5.0 5.0
+0
DEAL::Checking Q1 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -2290,7 +2291,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -2592,6 +2593,7 @@ cell_data
32. 38. 42. 11. 13. 13. 13. 13.
+0
DEAL::Checking Q2 in 1d:
DEAL::Checking Q2 in 2d:
@@ -2956,7 +2958,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -3051,6 +3053,7 @@ cell_data
23. 9.0 5.0 5.0
+0
DEAL::Checking Q2 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -4884,7 +4887,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -5186,6 +5189,7 @@ cell_data
1.2e+02 1.6e+02 1.9e+02 30. 13. 13. 13. 13.
+0
DEAL::Checking Q3 in 1d:
DEAL::Checking Q3 in 2d:
@@ -5550,7 +5554,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -5645,6 +5649,7 @@ cell_data
42. 16. 5.0 5.0
+0
DEAL::Checking Q3 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -7478,7 +7483,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -7780,6 +7785,7 @@ cell_data
3.2e+02 4.3e+02 5.1e+02 67. 13. 13. 13. 13.
+0
DEAL::Checking DGQ0 in 1d:
DEAL::Checking DGQ0 in 2d:
@@ -8144,7 +8150,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -8239,6 +8245,7 @@ cell_data
5.0 5.0 5.0 5.0
+0
DEAL::Checking DGQ0 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -10072,7 +10079,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -10374,6 +10381,7 @@ cell_data
13. 13. 13. 13. 13. 13. 13. 13.
+0
DEAL::Checking DGQ1 in 1d:
DEAL::Checking DGQ1 in 2d:
@@ -10738,7 +10746,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -10833,6 +10841,7 @@ cell_data
20. 22. 5.0 5.0
+0
DEAL::Checking DGQ1 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -12666,7 +12675,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -12968,6 +12977,7 @@ cell_data
1.0e+02 1.1e+02 1.1e+02 1.1e+02 13. 13. 13. 13.
+0
DEAL::Checking DGQ2 in 1d:
DEAL::Checking DGQ2 in 2d:
@@ -13332,7 +13342,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -13427,6 +13437,7 @@ cell_data
45. 51. 5.0 5.0
+0
DEAL::Checking DGQ2 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -15260,7 +15271,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15562,6 +15573,7 @@ cell_data
3.5e+02 3.6e+02 3.7e+02 3.8e+02 13. 13. 13. 13.
+0
DEAL::Checking Nedelec1 in 2d:
object "vertices" class array type float rank 1 shape 2 items 20 data follows
@@ -15953,7 +15965,7 @@ LOOKUP_TABLE default
1 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
3
node_data_0
node_data_1
@@ -16049,6 +16061,7 @@ cell_data
52. 76. 68. 68. 5.0 5.0
+0
DEAL::Checking Nedelec1 in 3d:
object "vertices" class array type float rank 1 shape 3 items 132 data follows
@@ -18162,7 +18175,7 @@ LOOKUP_TABLE default
2 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
4
node_data_0
node_data_1
@@ -18466,4 +18479,5 @@ cell_data
2.3e+02 3.0e+02 3.5e+02 4.0e+02 3.0e+02 3.0e+02 3.9e+02 3.9e+02 3.6e+02 4.0e+02 3.6e+02 4.0e+02 13. 13. 13. 13.
+0
diff --git a/tests/bits/data_out_rotation_01/cmp/generic b/tests/bits/data_out_rotation_01/cmp/generic
index d6242bd908..f64099a48c 100644
--- a/tests/bits/data_out_rotation_01/cmp/generic
+++ b/tests/bits/data_out_rotation_01/cmp/generic
@@ -669,7 +669,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -782,6 +782,7 @@ cell_data
3.0 3.0 0.0 0.0 2.0 2.0 2.0 2.0
+0
/* This file was generated by the deal.II library.
@@ -4796,7 +4797,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -5053,6 +5054,7 @@ cell_data
11. 11. 12. 12. 13. 13. 2.0 2.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0
+0
DEAL::Checking Q1 in 3d:
DEAL::Checking Q2 in 1d:
@@ -5725,7 +5727,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -5838,6 +5840,7 @@ cell_data
4.0 4.0 0.0 0.0 2.0 2.0 2.0 2.0
+0
/* This file was generated by the deal.II library.
@@ -9852,7 +9855,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -10109,6 +10112,7 @@ cell_data
24. 24. 30. 30. 35. 35. 2.0 2.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0
+0
DEAL::Checking Q2 in 3d:
DEAL::Checking Q3 in 1d:
@@ -10781,7 +10785,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -10894,6 +10898,7 @@ cell_data
5.0 5.0 0.0 0.0 2.0 2.0 2.0 2.0
+0
/* This file was generated by the deal.II library.
@@ -14908,7 +14913,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15165,6 +15170,7 @@ cell_data
43. 43. 56. 56. 67. 67. 2.0 2.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0
+0
DEAL::Checking Q3 in 3d:
DEAL::Checking DGQ0 in 1d:
@@ -15837,7 +15843,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15950,6 +15956,7 @@ cell_data
2.0 2.0 2.0 2.0 2.0 2.0 2.0 2.0
+0
/* This file was generated by the deal.II library.
@@ -19964,7 +19971,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -20221,6 +20228,7 @@ cell_data
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
+0
DEAL::Checking DGQ0 in 3d:
DEAL::Checking DGQ1 in 1d:
@@ -20893,7 +20901,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -21006,6 +21014,7 @@ cell_data
4.0 4.0 5.0 5.0 2.0 2.0 2.0 2.0
+0
/* This file was generated by the deal.II library.
@@ -25020,7 +25029,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -25277,6 +25286,7 @@ cell_data
24. 24. 25. 25. 26. 26. 27. 27. 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0
+0
DEAL::Checking DGQ1 in 3d:
DEAL::Checking DGQ2 in 1d:
@@ -25949,7 +25959,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -26062,6 +26072,7 @@ cell_data
6.0 6.0 8.0 8.0 2.0 2.0 2.0 2.0
+0
/* This file was generated by the deal.II library.
@@ -30076,7 +30087,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -30333,6 +30344,7 @@ cell_data
54. 54. 56. 56. 60. 60. 62. 62. 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0
+0
DEAL::Checking DGQ2 in 3d:
DEAL::Checking Nedelec1 in 2d:
@@ -34402,7 +34414,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
3
node_data_0
node_data_1
@@ -34660,5 +34672,6 @@ cell_data
64. 64. 64. 64. 84. 84. 84. 84. 72. 80. 72. 80. 72. 80. 72. 80. 6.0 6.0 6.0 6.0 6.0 6.0 6.0 6.0
+0
DEAL::Checking Nedelec1 in 3d:
diff --git a/tests/bits/data_out_rotation_01/cmp/mips-sgi-irix6.5+MIPSpro7.4 b/tests/bits/data_out_rotation_01/cmp/mips-sgi-irix6.5+MIPSpro7.4
index 1c0ad495c2..7449e63b39 100644
--- a/tests/bits/data_out_rotation_01/cmp/mips-sgi-irix6.5+MIPSpro7.4
+++ b/tests/bits/data_out_rotation_01/cmp/mips-sgi-irix6.5+MIPSpro7.4
@@ -713,6 +713,7 @@ light_source {
[1.00 color White]
} } }
+0
mesh {
triangle {
@@ -4996,6 +4997,7 @@ endvars
endgmv
# This file was generated by the deal.II library.
+0
#
# For a description of the Tecplot format see the Tecplot documentation.
@@ -6057,6 +6059,7 @@ attribute
end
# This file was generated by the deal.II library.
+0
#
# For a description of the UCD format see the AVS Developer's guide.
@@ -10137,6 +10140,7 @@ light_source {
[1.00 color White]
} } }
+0
mesh {
triangle {
@@ -10769,6 +10773,7 @@ attribute
end
# This file was generated by the deal.II library.
+0
#
# For a description of the UCD format see the AVS Developer's guide.
@@ -14849,6 +14854,7 @@ light_source {
[1.00 color White]
} } }
+0
mesh {
triangle {
@@ -15481,6 +15487,7 @@ attribute
end
# This file was generated by the deal.II library.
+0
#
# For a description of the UCD format see the AVS Developer's guide.
@@ -19561,6 +19568,7 @@ light_source {
[1.00 color White]
} } }
+0
mesh {
triangle {
@@ -20193,6 +20201,7 @@ attribute
end
# This file was generated by the deal.II library.
+0
#
# For a description of the UCD format see the AVS Developer's guide.
@@ -24273,6 +24282,7 @@ light_source {
[1.00 color White]
} } }
+0
mesh {
triangle {
@@ -24905,6 +24915,7 @@ attribute
end
# This file was generated by the deal.II library.
+0
#
# For a description of the UCD format see the AVS Developer's guide.
@@ -29328,6 +29339,7 @@ endvars
endgmv
# This file was generated by the deal.II library.
+0
#
# For a description of the Tecplot format see the Tecplot documentation.
@@ -32359,5 +32371,6 @@ LOOKUP_TABLE default
0.25000 -6.1232e-17 0.25000 48.000 76.000 6.0000
0.25000 -6.1232e-17 0.50000 80.000 76.000 6.0000
+0
DEAL::Checking Nedelec1 in 3d:
diff --git a/tests/bits/data_out_rotation_02/cmp/generic b/tests/bits/data_out_rotation_02/cmp/generic
index ed179dbc7a..d676a84ae7 100644
--- a/tests/bits/data_out_rotation_02/cmp/generic
+++ b/tests/bits/data_out_rotation_02/cmp/generic
@@ -678,7 +678,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -4830,7 +4830,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -5768,7 +5768,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -9920,7 +9920,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -10858,7 +10858,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15010,7 +15010,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -15948,7 +15948,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -20100,7 +20100,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -21038,7 +21038,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -25190,7 +25190,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -26128,7 +26128,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -30280,7 +30280,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -34631,7 +34631,7 @@ LOOKUP_TABLE default
3 3
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
3
node_data_0
node_data_1
diff --git a/tests/bits/data_out_stack_01/cmp/generic b/tests/bits/data_out_stack_01/cmp/generic
index f4fd29fdc8..b7085119df 100644
--- a/tests/bits/data_out_stack_01/cmp/generic
+++ b/tests/bits/data_out_stack_01/cmp/generic
@@ -375,7 +375,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -434,6 +434,7 @@ cell_data
6.0 0.0 6.0 0.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -931,7 +932,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -990,6 +991,7 @@ cell_data
8.0 0.0 8.0 0.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -1487,7 +1489,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -1546,6 +1548,7 @@ cell_data
10. 0.0 10. 0.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -2043,7 +2046,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -2102,6 +2105,7 @@ cell_data
4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -2599,7 +2603,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -2658,6 +2662,7 @@ cell_data
8.0 10. 8.0 10. 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -3155,7 +3160,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -3214,6 +3219,7 @@ cell_data
12. 16. 12. 16. 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
diff --git a/tests/bits/data_out_stack_02/cmp/generic b/tests/bits/data_out_stack_02/cmp/generic
index f4fd29fdc8..b7085119df 100644
--- a/tests/bits/data_out_stack_02/cmp/generic
+++ b/tests/bits/data_out_stack_02/cmp/generic
@@ -375,7 +375,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -434,6 +434,7 @@ cell_data
6.0 0.0 6.0 0.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -931,7 +932,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -990,6 +991,7 @@ cell_data
8.0 0.0 8.0 0.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -1487,7 +1489,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -1546,6 +1548,7 @@ cell_data
10. 0.0 10. 0.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -2043,7 +2046,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -2102,6 +2105,7 @@ cell_data
4.0 4.0 4.0 4.0 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -2599,7 +2603,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -2658,6 +2662,7 @@ cell_data
8.0 10. 8.0 10. 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.
@@ -3155,7 +3160,7 @@ LOOKUP_TABLE default
2 2
[deal.II intermediate format graphics data]
[written by deal.II 6.1.pre]
-[Version: 2]
+[Version: 3]
2
node_data
cell_data
@@ -3214,6 +3219,7 @@ cell_data
12. 16. 12. 16. 6.0 6.0 6.0 6.0
+0
/* This file was generated by the deal.II library.