From: bangerth Date: Wed, 17 Oct 2007 01:01:45 +0000 (+0000) Subject: Add a new testcase. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89ccbb9d2bf0bfd5f11ccb7fae7f180182214ec2;p=dealii-svn.git Add a new testcase. git-svn-id: https://svn.dealii.org/trunk@15326 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/bits/data_out_05.cc b/tests/bits/data_out_05.cc new file mode 100644 index 0000000000..238609cb37 --- /dev/null +++ b/tests/bits/data_out_05.cc @@ -0,0 +1,79 @@ +//---------------------------------------------------------------------- +// $Id$ +// Version: $Name$ +// +// Copyright (C) 2003, 2004, 2005, 2007 by the deal.II authors +// +// This file is subject to QPL and may not be distributed +// without copyright and license information. Please refer +// to the file deal.II/doc/license.html for the text and +// further information on this license. +// +//---------------------------------------------------------------------- + +// like the _01 test, except that we declare output component fields +// as vectors if possible. since VTK is the only format that currently +// supports this, use it as the only output format. (deal.II +// intermediate also supports vector-valued components, but we already +// test for this in the _04 tests) +// +// attach the same data twice to see if we can produce output with +// more than one vector field + +#include "../tests.h" +#include "data_out_common.cc" +#include +#include + + +std::string output_file_name = "data_out_05/output"; + + +template +void +check_this (const DoFHandler &dof_handler, + const Vector &v_node, + const Vector &v_cell) +{ + std::vector + data_component_interpretation (dof_handler.get_fe().n_components(), + DataComponentInterpretation::component_is_scalar); + // if possible, declare the last + // dim components as vectors + if (dof_handler.get_fe().n_components() >= dim) + for (unsigned int i=dof_handler.get_fe().n_components()-dim; + i data_out; + data_out.attach_dof_handler (dof_handler); + data_out.add_data_vector (v_node, + std::vector(dof_handler.get_fe().n_components(), + "node_data_1"), + DataOut::type_dof_data, + data_component_interpretation); + data_out.add_data_vector (v_node, + std::vector(dof_handler.get_fe().n_components(), + "node_data_2"), + DataOut::type_dof_data, + data_component_interpretation); + data_out.add_data_vector (v_cell, "cell_data"); + data_out.build_patches (); + + data_out.write_vtk (deallog.get_file_stream()); +} + + diff --git a/tests/bits/data_out_05/cmp/generic b/tests/bits/data_out_05/cmp/generic new file mode 100644 index 0000000000..981c091aa7 --- /dev/null +++ b/tests/bits/data_out_05/cmp/generic @@ -0,0 +1,2061 @@ +JobId unknown Tue Oct 16 19:56:37 2007 +DEAL::Checking Q1 in 1d: +DEAL::Checking FE_Q<1>(1) +DEAL::Component mask: vector +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:37 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 6 double +0.50 0 0 +1.0 0 0 +0.0 0 0 +0.25 0 0 +0.25 0 0 +0.50 0 0 + +CELLS 3 9 +2 0 1 +2 2 3 +2 4 5 + +CELL_TYPES 3 + 3 3 3 +POINT_DATA 6 +VECTORS node_data_1 double +0.0 0 0 +1.0 0 0 +2.0 0 0 +3.0 0 0 +3.0 0 0 +0.0 0 0 +VECTORS node_data_2 double +0.0 0 0 +1.0 0 0 +2.0 0 0 +3.0 0 0 +3.0 0 0 +0.0 0 0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 1.0 1.0 2.0 2.0 +DEAL::Checking Q1 in 2d: +DEAL::Checking FE_Q<2>(1) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:37 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 28 double +0.50 0.0 0 +1.0 0.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.0 0.50 0 +0.50 0.50 0 +0.0 1.0 0 +0.50 1.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.50 1.0 0 +1.0 1.0 0 +0.0 0.0 0 +0.25 0.0 0 +0.0 0.25 0 +0.25 0.25 0 +0.25 0.0 0 +0.50 0.0 0 +0.25 0.25 0 +0.50 0.25 0 +0.0 0.25 0 +0.25 0.25 0 +0.0 0.50 0 +0.25 0.50 0 +0.25 0.25 0 +0.50 0.25 0 +0.25 0.50 0 +0.50 0.50 0 + +CELLS 7 35 +4 0 1 3 2 +4 4 5 7 6 +4 8 9 11 10 +4 12 13 15 14 +4 16 17 19 18 +4 20 21 23 22 +4 24 25 27 26 + +CELL_TYPES 7 + 9 9 9 9 9 9 9 +POINT_DATA 28 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 4.0 2.0 5.0 6.0 2.0 3.0 6.0 7.0 8.0 9.0 10. 11. 9.0 0.0 11. 12. 10. 11. 4.0 13. 11. 12. 13. 2.0 +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 4.0 2.0 5.0 6.0 2.0 3.0 6.0 7.0 8.0 9.0 10. 11. 9.0 0.0 11. 12. 10. 11. 4.0 13. 11. 12. 13. 2.0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 +DEAL::Checking Q1 in 3d: +DEAL::Checking FE_Q<3>(1) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:37 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 120 double +0.50 0.0 0.0 +1.0 0.0 0.0 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.0 0.50 0.0 +0.50 0.50 0.0 +0.0 1.0 0.0 +0.50 1.0 0.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 1.0 0.0 +1.0 1.0 0.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.0 0.0 0.50 +0.50 0.0 0.50 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 0.0 1.0 +0.50 0.0 1.0 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 0.0 1.0 +1.0 0.0 1.0 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.0 1.0 1.0 +0.50 1.0 1.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.50 1.0 1.0 +1.0 1.0 1.0 +0.0 0.0 0.0 +0.25 0.0 0.0 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.25 0.0 0.0 +0.50 0.0 0.0 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.50 0.0 +0.25 0.50 0.0 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.50 0.0 +0.50 0.50 0.0 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.0 0.50 +0.25 0.0 0.50 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.0 0.50 +0.50 0.0 0.50 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.0 0.50 0.50 +0.25 0.50 0.50 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.25 0.50 0.50 +0.50 0.50 0.50 + +CELLS 15 135 +8 0 1 3 2 4 5 7 6 +8 8 9 11 10 12 13 15 14 +8 16 17 19 18 20 21 23 22 +8 24 25 27 26 28 29 31 30 +8 32 33 35 34 36 37 39 38 +8 40 41 43 42 44 45 47 46 +8 48 49 51 50 52 53 55 54 +8 56 57 59 58 60 61 63 62 +8 64 65 67 66 68 69 71 70 +8 72 73 75 74 76 77 79 78 +8 80 81 83 82 84 85 87 86 +8 88 89 91 90 92 93 95 94 +8 96 97 99 98 100 101 103 102 +8 104 105 107 106 108 109 111 110 +8 112 113 115 114 116 117 119 118 + +CELL_TYPES 15 + 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 +POINT_DATA 120 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 2.0 9.0 10. 11. 6.0 12. 13. 2.0 3.0 10. 14. 6.0 7.0 13. 15. 16. 4.0 11. 6.0 17. 18. 19. 20. 4.0 5.0 6.0 7.0 18. 21. 20. 22. 11. 6.0 12. 13. 19. 20. 23. 24. 6.0 7.0 13. 15. 20. 22. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 27. 0.0 29. 34. 31. 35. 33. 36. 28. 29. 8.0 37. 32. 33. 38. 39. 29. 34. 37. 2.0 33. 36. 39. 40. 30. 31. 32. 33. 16. 41. 42. 43. 31. 35. 33. 36. 41. 4.0 43. 44. 32. 33. 38. 39. 42. 43. 11. 45. 33. 36. 39. 40. 43. 44. 45. 6.0 +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 8.0 2.0 9.0 10. 11. 6.0 12. 13. 2.0 3.0 10. 14. 6.0 7.0 13. 15. 16. 4.0 11. 6.0 17. 18. 19. 20. 4.0 5.0 6.0 7.0 18. 21. 20. 22. 11. 6.0 12. 13. 19. 20. 23. 24. 6.0 7.0 13. 15. 20. 22. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 27. 0.0 29. 34. 31. 35. 33. 36. 28. 29. 8.0 37. 32. 33. 38. 39. 29. 34. 37. 2.0 33. 36. 39. 40. 30. 31. 32. 33. 16. 41. 42. 43. 31. 35. 33. 36. 41. 4.0 43. 44. 32. 33. 38. 39. 42. 43. 11. 45. 33. 36. 39. 40. 43. 44. 45. 6.0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +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 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 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 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. +DEAL::Checking Q2 in 1d: +DEAL::Checking FE_Q<1>(2) +DEAL::Component mask: vector +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:37 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 6 double +0.50 0 0 +1.0 0 0 +0.0 0 0 +0.25 0 0 +0.25 0 0 +0.50 0 0 + +CELLS 3 9 +2 0 1 +2 2 3 +2 4 5 + +CELL_TYPES 3 + 3 3 3 +POINT_DATA 6 +VECTORS node_data_1 double +0.0 0 0 +1.0 0 0 +3.0 0 0 +4.0 0 0 +4.0 0 0 +0.0 0 0 +VECTORS node_data_2 double +0.0 0 0 +1.0 0 0 +3.0 0 0 +4.0 0 0 +4.0 0 0 +0.0 0 0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 1.0 1.0 2.0 2.0 +DEAL::Checking Q2 in 2d: +DEAL::Checking FE_Q<2>(2) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:37 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 28 double +0.50 0.0 0 +1.0 0.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.0 0.50 0 +0.50 0.50 0 +0.0 1.0 0 +0.50 1.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.50 1.0 0 +1.0 1.0 0 +0.0 0.0 0 +0.25 0.0 0 +0.0 0.25 0 +0.25 0.25 0 +0.25 0.0 0 +0.50 0.0 0 +0.25 0.25 0 +0.50 0.25 0 +0.0 0.25 0 +0.25 0.25 0 +0.0 0.50 0 +0.25 0.50 0 +0.25 0.25 0 +0.50 0.25 0 +0.25 0.50 0 +0.50 0.50 0 + +CELLS 7 35 +4 0 1 3 2 +4 4 5 7 6 +4 8 9 11 10 +4 12 13 15 14 +4 16 17 19 18 +4 20 21 23 22 +4 24 25 27 26 + +CELL_TYPES 7 + 9 9 9 9 9 9 9 +POINT_DATA 28 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 9.0 2.0 10. 11. 2.0 3.0 11. 17. 21. 22. 23. 24. 22. 0.0 24. 30. 23. 24. 9.0 35. 24. 30. 35. 2.0 +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 9.0 2.0 10. 11. 2.0 3.0 11. 17. 21. 22. 23. 24. 22. 0.0 24. 30. 23. 24. 9.0 35. 24. 30. 35. 2.0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 +DEAL::Checking Q2 in 3d: +DEAL::Checking FE_Q<3>(2) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:37 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 120 double +0.50 0.0 0.0 +1.0 0.0 0.0 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.0 0.50 0.0 +0.50 0.50 0.0 +0.0 1.0 0.0 +0.50 1.0 0.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 1.0 0.0 +1.0 1.0 0.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.0 0.0 0.50 +0.50 0.0 0.50 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 0.0 1.0 +0.50 0.0 1.0 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 0.0 1.0 +1.0 0.0 1.0 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.0 1.0 1.0 +0.50 1.0 1.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.50 1.0 1.0 +1.0 1.0 1.0 +0.0 0.0 0.0 +0.25 0.0 0.0 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.25 0.0 0.0 +0.50 0.0 0.0 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.50 0.0 +0.25 0.50 0.0 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.50 0.0 +0.50 0.50 0.0 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.0 0.50 +0.25 0.0 0.50 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.0 0.50 +0.50 0.0 0.50 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.0 0.50 0.50 +0.25 0.50 0.50 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.25 0.50 0.50 +0.50 0.50 0.50 + +CELLS 15 135 +8 0 1 3 2 4 5 7 6 +8 8 9 11 10 12 13 15 14 +8 16 17 19 18 20 21 23 22 +8 24 25 27 26 28 29 31 30 +8 32 33 35 34 36 37 39 38 +8 40 41 43 42 44 45 47 46 +8 48 49 51 50 52 53 55 54 +8 56 57 59 58 60 61 63 62 +8 64 65 67 66 68 69 71 70 +8 72 73 75 74 76 77 79 78 +8 80 81 83 82 84 85 87 86 +8 88 89 91 90 92 93 95 94 +8 96 97 99 98 100 101 103 102 +8 104 105 107 106 108 109 111 110 +8 112 113 115 114 116 117 119 118 + +CELL_TYPES 15 + 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 +POINT_DATA 120 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 27. 2.0 28. 29. 30. 6.0 31. 32. 2.0 3.0 29. 51. 6.0 7.0 32. 52. 63. 4.0 30. 6.0 64. 65. 66. 67. 4.0 5.0 6.0 7.0 65. 85. 67. 86. 30. 6.0 31. 32. 66. 67. 97. 98. 6.0 7.0 32. 52. 67. 86. 98. 1.1e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 0.0 1.2e+02 1.4e+02 1.2e+02 1.4e+02 1.2e+02 1.5e+02 1.2e+02 1.2e+02 27. 1.6e+02 1.2e+02 1.2e+02 1.6e+02 1.6e+02 1.2e+02 1.4e+02 1.6e+02 2.0 1.2e+02 1.5e+02 1.6e+02 1.8e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 63. 1.9e+02 1.9e+02 1.9e+02 1.2e+02 1.4e+02 1.2e+02 1.5e+02 1.9e+02 4.0 1.9e+02 2.1e+02 1.2e+02 1.2e+02 1.6e+02 1.6e+02 1.9e+02 1.9e+02 30. 2.2e+02 1.2e+02 1.5e+02 1.6e+02 1.8e+02 1.9e+02 2.1e+02 2.2e+02 6.0 +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 27. 2.0 28. 29. 30. 6.0 31. 32. 2.0 3.0 29. 51. 6.0 7.0 32. 52. 63. 4.0 30. 6.0 64. 65. 66. 67. 4.0 5.0 6.0 7.0 65. 85. 67. 86. 30. 6.0 31. 32. 66. 67. 97. 98. 6.0 7.0 32. 52. 67. 86. 98. 1.1e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 0.0 1.2e+02 1.4e+02 1.2e+02 1.4e+02 1.2e+02 1.5e+02 1.2e+02 1.2e+02 27. 1.6e+02 1.2e+02 1.2e+02 1.6e+02 1.6e+02 1.2e+02 1.4e+02 1.6e+02 2.0 1.2e+02 1.5e+02 1.6e+02 1.8e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 63. 1.9e+02 1.9e+02 1.9e+02 1.2e+02 1.4e+02 1.2e+02 1.5e+02 1.9e+02 4.0 1.9e+02 2.1e+02 1.2e+02 1.2e+02 1.6e+02 1.6e+02 1.9e+02 1.9e+02 30. 2.2e+02 1.2e+02 1.5e+02 1.6e+02 1.8e+02 1.9e+02 2.1e+02 2.2e+02 6.0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +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 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 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 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. +DEAL::Checking Q3 in 1d: +DEAL::Checking FE_Q<1>(3) +DEAL::Component mask: vector +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:37 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 6 double +0.50 0 0 +1.0 0 0 +0.0 0 0 +0.25 0 0 +0.25 0 0 +0.50 0 0 + +CELLS 3 9 +2 0 1 +2 2 3 +2 4 5 + +CELL_TYPES 3 + 3 3 3 +POINT_DATA 6 +VECTORS node_data_1 double +0.0 0 0 +1.0 0 0 +4.0 0 0 +5.0 0 0 +5.0 0 0 +0.0 0 0 +VECTORS node_data_2 double +0.0 0 0 +1.0 0 0 +4.0 0 0 +5.0 0 0 +5.0 0 0 +0.0 0 0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 1.0 1.0 2.0 2.0 +DEAL::Checking Q3 in 2d: +DEAL::Checking FE_Q<2>(3) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:37 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 28 double +0.50 0.0 0 +1.0 0.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.0 0.50 0 +0.50 0.50 0 +0.0 1.0 0 +0.50 1.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.50 1.0 0 +1.0 1.0 0 +0.0 0.0 0 +0.25 0.0 0 +0.0 0.25 0 +0.25 0.25 0 +0.25 0.0 0 +0.50 0.0 0 +0.25 0.25 0 +0.50 0.25 0 +0.0 0.25 0 +0.25 0.25 0 +0.0 0.50 0 +0.25 0.50 0 +0.25 0.25 0 +0.50 0.25 0 +0.25 0.50 0 +0.50 0.50 0 + +CELLS 7 35 +4 0 1 3 2 +4 4 5 7 6 +4 8 9 11 10 +4 12 13 15 14 +4 16 17 19 18 +4 20 21 23 22 +4 24 25 27 26 + +CELL_TYPES 7 + 9 9 9 9 9 9 9 +POINT_DATA 28 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 16. 2.0 17. 18. 2.0 3.0 18. 31. 40. 41. 42. 43. 41. 0.0 43. 56. 42. 43. 16. 67. 43. 56. 67. 2.0 +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 16. 2.0 17. 18. 2.0 3.0 18. 31. 40. 41. 42. 43. 41. 0.0 43. 56. 42. 43. 16. 67. 43. 56. 67. 2.0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 +DEAL::Checking Q3 in 3d: +DEAL::Checking FE_Q<3>(3) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 120 double +0.50 0.0 0.0 +1.0 0.0 0.0 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.0 0.50 0.0 +0.50 0.50 0.0 +0.0 1.0 0.0 +0.50 1.0 0.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 1.0 0.0 +1.0 1.0 0.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.0 0.0 0.50 +0.50 0.0 0.50 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 0.0 1.0 +0.50 0.0 1.0 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 0.0 1.0 +1.0 0.0 1.0 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.0 1.0 1.0 +0.50 1.0 1.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.50 1.0 1.0 +1.0 1.0 1.0 +0.0 0.0 0.0 +0.25 0.0 0.0 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.25 0.0 0.0 +0.50 0.0 0.0 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.50 0.0 +0.25 0.50 0.0 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.50 0.0 +0.50 0.50 0.0 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.0 0.50 +0.25 0.0 0.50 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.0 0.50 +0.50 0.0 0.50 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.0 0.50 0.50 +0.25 0.50 0.50 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.25 0.50 0.50 +0.50 0.50 0.50 + +CELLS 15 135 +8 0 1 3 2 4 5 7 6 +8 8 9 11 10 12 13 15 14 +8 16 17 19 18 20 21 23 22 +8 24 25 27 26 28 29 31 30 +8 32 33 35 34 36 37 39 38 +8 40 41 43 42 44 45 47 46 +8 48 49 51 50 52 53 55 54 +8 56 57 59 58 60 61 63 62 +8 64 65 67 66 68 69 71 70 +8 72 73 75 74 76 77 79 78 +8 80 81 83 82 84 85 87 86 +8 88 89 91 90 92 93 95 94 +8 96 97 99 98 100 101 103 102 +8 104 105 107 106 108 109 111 110 +8 112 113 115 114 116 117 119 118 + +CELL_TYPES 15 + 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 +POINT_DATA 120 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 64. 2.0 65. 66. 67. 6.0 68. 69. 2.0 3.0 66. 1.2e+02 6.0 7.0 69. 1.2e+02 1.6e+02 4.0 67. 6.0 1.6e+02 1.6e+02 1.6e+02 1.6e+02 4.0 5.0 6.0 7.0 1.6e+02 2.2e+02 1.6e+02 2.2e+02 67. 6.0 68. 69. 1.6e+02 1.6e+02 2.5e+02 2.5e+02 6.0 7.0 69. 1.2e+02 1.6e+02 2.2e+02 2.5e+02 2.9e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 0.0 3.2e+02 3.8e+02 3.2e+02 3.8e+02 3.2e+02 3.8e+02 3.2e+02 3.2e+02 64. 4.3e+02 3.2e+02 3.2e+02 4.3e+02 4.3e+02 3.2e+02 3.8e+02 4.3e+02 2.0 3.2e+02 3.8e+02 4.3e+02 4.7e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 1.6e+02 5.1e+02 5.1e+02 5.1e+02 3.2e+02 3.8e+02 3.2e+02 3.8e+02 5.1e+02 4.0 5.1e+02 5.6e+02 3.2e+02 3.2e+02 4.3e+02 4.3e+02 5.1e+02 5.1e+02 67. 5.9e+02 3.2e+02 3.8e+02 4.3e+02 4.7e+02 5.1e+02 5.6e+02 5.9e+02 6.0 +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +0.0 1.0 2.0 3.0 4.0 5.0 6.0 7.0 64. 2.0 65. 66. 67. 6.0 68. 69. 2.0 3.0 66. 1.2e+02 6.0 7.0 69. 1.2e+02 1.6e+02 4.0 67. 6.0 1.6e+02 1.6e+02 1.6e+02 1.6e+02 4.0 5.0 6.0 7.0 1.6e+02 2.2e+02 1.6e+02 2.2e+02 67. 6.0 68. 69. 1.6e+02 1.6e+02 2.5e+02 2.5e+02 6.0 7.0 69. 1.2e+02 1.6e+02 2.2e+02 2.5e+02 2.9e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 0.0 3.2e+02 3.8e+02 3.2e+02 3.8e+02 3.2e+02 3.8e+02 3.2e+02 3.2e+02 64. 4.3e+02 3.2e+02 3.2e+02 4.3e+02 4.3e+02 3.2e+02 3.8e+02 4.3e+02 2.0 3.2e+02 3.8e+02 4.3e+02 4.7e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 1.6e+02 5.1e+02 5.1e+02 5.1e+02 3.2e+02 3.8e+02 3.2e+02 3.8e+02 5.1e+02 4.0 5.1e+02 5.6e+02 3.2e+02 3.2e+02 4.3e+02 4.3e+02 5.1e+02 5.1e+02 67. 5.9e+02 3.2e+02 3.8e+02 4.3e+02 4.7e+02 5.1e+02 5.6e+02 5.9e+02 6.0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +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 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 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 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. +DEAL::Checking DGQ0 in 1d: +DEAL::Checking FE_DGQ<1>(0) +DEAL::Component mask: vector +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 6 double +0.50 0 0 +1.0 0 0 +0.0 0 0 +0.25 0 0 +0.25 0 0 +0.50 0 0 + +CELLS 3 9 +2 0 1 +2 2 3 +2 4 5 + +CELL_TYPES 3 + 3 3 3 +POINT_DATA 6 +VECTORS node_data_1 double +0.0 0 0 +0.0 0 0 +1.0 0 0 +1.0 0 0 +2.0 0 0 +2.0 0 0 +VECTORS node_data_2 double +0.0 0 0 +0.0 0 0 +1.0 0 0 +1.0 0 0 +2.0 0 0 +2.0 0 0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 1.0 1.0 2.0 2.0 +DEAL::Checking DGQ0 in 2d: +DEAL::Checking FE_DGQ<2>(0) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 28 double +0.50 0.0 0 +1.0 0.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.0 0.50 0 +0.50 0.50 0 +0.0 1.0 0 +0.50 1.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.50 1.0 0 +1.0 1.0 0 +0.0 0.0 0 +0.25 0.0 0 +0.0 0.25 0 +0.25 0.25 0 +0.25 0.0 0 +0.50 0.0 0 +0.25 0.25 0 +0.50 0.25 0 +0.0 0.25 0 +0.25 0.25 0 +0.0 0.50 0 +0.25 0.50 0 +0.25 0.25 0 +0.50 0.25 0 +0.25 0.50 0 +0.50 0.50 0 + +CELLS 7 35 +4 0 1 3 2 +4 4 5 7 6 +4 8 9 11 10 +4 12 13 15 14 +4 16 17 19 18 +4 20 21 23 22 +4 24 25 27 26 + +CELL_TYPES 7 + 9 9 9 9 9 9 9 +POINT_DATA 28 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 +DEAL::Checking DGQ0 in 3d: +DEAL::Checking FE_DGQ<3>(0) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 120 double +0.50 0.0 0.0 +1.0 0.0 0.0 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.0 0.50 0.0 +0.50 0.50 0.0 +0.0 1.0 0.0 +0.50 1.0 0.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 1.0 0.0 +1.0 1.0 0.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.0 0.0 0.50 +0.50 0.0 0.50 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 0.0 1.0 +0.50 0.0 1.0 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 0.0 1.0 +1.0 0.0 1.0 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.0 1.0 1.0 +0.50 1.0 1.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.50 1.0 1.0 +1.0 1.0 1.0 +0.0 0.0 0.0 +0.25 0.0 0.0 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.25 0.0 0.0 +0.50 0.0 0.0 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.50 0.0 +0.25 0.50 0.0 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.50 0.0 +0.50 0.50 0.0 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.0 0.50 +0.25 0.0 0.50 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.0 0.50 +0.50 0.0 0.50 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.0 0.50 0.50 +0.25 0.50 0.50 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.25 0.50 0.50 +0.50 0.50 0.50 + +CELLS 15 135 +8 0 1 3 2 4 5 7 6 +8 8 9 11 10 12 13 15 14 +8 16 17 19 18 20 21 23 22 +8 24 25 27 26 28 29 31 30 +8 32 33 35 34 36 37 39 38 +8 40 41 43 42 44 45 47 46 +8 48 49 51 50 52 53 55 54 +8 56 57 59 58 60 61 63 62 +8 64 65 67 66 68 69 71 70 +8 72 73 75 74 76 77 79 78 +8 80 81 83 82 84 85 87 86 +8 88 89 91 90 92 93 95 94 +8 96 97 99 98 100 101 103 102 +8 104 105 107 106 108 109 111 110 +8 112 113 115 114 116 117 119 118 + +CELL_TYPES 15 + 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 +POINT_DATA 120 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +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 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 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 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +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 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 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 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. +SCALARS cell_data double 1 +LOOKUP_TABLE default +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 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 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 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. +DEAL::Checking DGQ1 in 1d: +DEAL::Checking FE_DGQ<1>(1) +DEAL::Component mask: vector +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 6 double +0.50 0 0 +1.0 0 0 +0.0 0 0 +0.25 0 0 +0.25 0 0 +0.50 0 0 + +CELLS 3 9 +2 0 1 +2 2 3 +2 4 5 + +CELL_TYPES 3 + 3 3 3 +POINT_DATA 6 +VECTORS node_data_1 double +0.0 0 0 +1.0 0 0 +2.0 0 0 +3.0 0 0 +4.0 0 0 +5.0 0 0 +VECTORS node_data_2 double +0.0 0 0 +1.0 0 0 +2.0 0 0 +3.0 0 0 +4.0 0 0 +5.0 0 0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 1.0 1.0 2.0 2.0 +DEAL::Checking DGQ1 in 2d: +DEAL::Checking FE_DGQ<2>(1) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 28 double +0.50 0.0 0 +1.0 0.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.0 0.50 0 +0.50 0.50 0 +0.0 1.0 0 +0.50 1.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.50 1.0 0 +1.0 1.0 0 +0.0 0.0 0 +0.25 0.0 0 +0.0 0.25 0 +0.25 0.25 0 +0.25 0.0 0 +0.50 0.0 0 +0.25 0.25 0 +0.50 0.25 0 +0.0 0.25 0 +0.25 0.25 0 +0.0 0.50 0 +0.25 0.50 0 +0.25 0.25 0 +0.50 0.25 0 +0.25 0.50 0 +0.50 0.50 0 + +CELLS 7 35 +4 0 1 3 2 +4 4 5 7 6 +4 8 9 11 10 +4 12 13 15 14 +4 16 17 19 18 +4 20 21 23 22 +4 24 25 27 26 + +CELL_TYPES 7 + 9 9 9 9 9 9 9 +POINT_DATA 28 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +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. +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +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. +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 +DEAL::Checking DGQ1 in 3d: +DEAL::Checking FE_DGQ<3>(1) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 120 double +0.50 0.0 0.0 +1.0 0.0 0.0 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.0 0.50 0.0 +0.50 0.50 0.0 +0.0 1.0 0.0 +0.50 1.0 0.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 1.0 0.0 +1.0 1.0 0.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.0 0.0 0.50 +0.50 0.0 0.50 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 0.0 1.0 +0.50 0.0 1.0 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 0.0 1.0 +1.0 0.0 1.0 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.0 1.0 1.0 +0.50 1.0 1.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.50 1.0 1.0 +1.0 1.0 1.0 +0.0 0.0 0.0 +0.25 0.0 0.0 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.25 0.0 0.0 +0.50 0.0 0.0 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.50 0.0 +0.25 0.50 0.0 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.50 0.0 +0.50 0.50 0.0 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.0 0.50 +0.25 0.0 0.50 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.0 0.50 +0.50 0.0 0.50 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.0 0.50 0.50 +0.25 0.50 0.50 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.25 0.50 0.50 +0.50 0.50 0.50 + +CELLS 15 135 +8 0 1 3 2 4 5 7 6 +8 8 9 11 10 12 13 15 14 +8 16 17 19 18 20 21 23 22 +8 24 25 27 26 28 29 31 30 +8 32 33 35 34 36 37 39 38 +8 40 41 43 42 44 45 47 46 +8 48 49 51 50 52 53 55 54 +8 56 57 59 58 60 61 63 62 +8 64 65 67 66 68 69 71 70 +8 72 73 75 74 76 77 79 78 +8 80 81 83 82 84 85 87 86 +8 88 89 91 90 92 93 95 94 +8 96 97 99 98 100 101 103 102 +8 104 105 107 106 108 109 111 110 +8 112 113 115 114 116 117 119 118 + +CELL_TYPES 15 + 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 +POINT_DATA 120 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +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. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. 51. 52. 53. 54. 55. 56. 57. 58. 59. 60. 61. 62. 63. 64. 65. 66. 67. 68. 69. 70. 71. 72. 73. 74. 75. 76. 77. 78. 79. 80. 81. 82. 83. 84. 85. 86. 87. 88. 89. 90. 91. 92. 93. 94. 95. 96. 97. 98. 99. 1.0e+02 1.0e+02 1.0e+02 1.0e+02 1.0e+02 1.0e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +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. 32. 33. 34. 35. 36. 37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. 51. 52. 53. 54. 55. 56. 57. 58. 59. 60. 61. 62. 63. 64. 65. 66. 67. 68. 69. 70. 71. 72. 73. 74. 75. 76. 77. 78. 79. 80. 81. 82. 83. 84. 85. 86. 87. 88. 89. 90. 91. 92. 93. 94. 95. 96. 97. 98. 99. 1.0e+02 1.0e+02 1.0e+02 1.0e+02 1.0e+02 1.0e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 1.2e+02 +SCALARS cell_data double 1 +LOOKUP_TABLE default +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 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 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 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. +DEAL::Checking DGQ2 in 1d: +DEAL::Checking FE_DGQ<1>(2) +DEAL::Component mask: vector +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 6 double +0.50 0 0 +1.0 0 0 +0.0 0 0 +0.25 0 0 +0.25 0 0 +0.50 0 0 + +CELLS 3 9 +2 0 1 +2 2 3 +2 4 5 + +CELL_TYPES 3 + 3 3 3 +POINT_DATA 6 +VECTORS node_data_1 double +0.0 0 0 +2.0 0 0 +3.0 0 0 +5.0 0 0 +6.0 0 0 +8.0 0 0 +VECTORS node_data_2 double +0.0 0 0 +2.0 0 0 +3.0 0 0 +5.0 0 0 +6.0 0 0 +8.0 0 0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 1.0 1.0 2.0 2.0 +DEAL::Checking DGQ2 in 2d: +DEAL::Checking FE_DGQ<2>(2) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 28 double +0.50 0.0 0 +1.0 0.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.0 0.50 0 +0.50 0.50 0 +0.0 1.0 0 +0.50 1.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.50 1.0 0 +1.0 1.0 0 +0.0 0.0 0 +0.25 0.0 0 +0.0 0.25 0 +0.25 0.25 0 +0.25 0.0 0 +0.50 0.0 0 +0.25 0.25 0 +0.50 0.25 0 +0.0 0.25 0 +0.25 0.25 0 +0.0 0.50 0 +0.25 0.50 0 +0.25 0.25 0 +0.50 0.25 0 +0.25 0.50 0 +0.50 0.50 0 + +CELLS 7 35 +4 0 1 3 2 +4 4 5 7 6 +4 8 9 11 10 +4 12 13 15 14 +4 16 17 19 18 +4 20 21 23 22 +4 24 25 27 26 + +CELL_TYPES 7 + 9 9 9 9 9 9 9 +POINT_DATA 28 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +0.0 2.0 6.0 8.0 9.0 11. 15. 17. 18. 20. 24. 26. 27. 29. 33. 35. 36. 38. 42. 44. 45. 47. 51. 53. 54. 56. 60. 62. +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +0.0 2.0 6.0 8.0 9.0 11. 15. 17. 18. 20. 24. 26. 27. 29. 33. 35. 36. 38. 42. 44. 45. 47. 51. 53. 54. 56. 60. 62. +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 +DEAL::Checking DGQ2 in 3d: +DEAL::Checking FE_DGQ<3>(2) +DEAL::Component mask: scalar +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 120 double +0.50 0.0 0.0 +1.0 0.0 0.0 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.0 0.50 0.0 +0.50 0.50 0.0 +0.0 1.0 0.0 +0.50 1.0 0.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 1.0 0.0 +1.0 1.0 0.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.0 0.0 0.50 +0.50 0.0 0.50 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 0.0 1.0 +0.50 0.0 1.0 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 0.0 1.0 +1.0 0.0 1.0 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.0 1.0 1.0 +0.50 1.0 1.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.50 1.0 1.0 +1.0 1.0 1.0 +0.0 0.0 0.0 +0.25 0.0 0.0 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.25 0.0 0.0 +0.50 0.0 0.0 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.50 0.0 +0.25 0.50 0.0 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.50 0.0 +0.50 0.50 0.0 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.0 0.50 +0.25 0.0 0.50 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.0 0.50 +0.50 0.0 0.50 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.0 0.50 0.50 +0.25 0.50 0.50 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.25 0.50 0.50 +0.50 0.50 0.50 + +CELLS 15 135 +8 0 1 3 2 4 5 7 6 +8 8 9 11 10 12 13 15 14 +8 16 17 19 18 20 21 23 22 +8 24 25 27 26 28 29 31 30 +8 32 33 35 34 36 37 39 38 +8 40 41 43 42 44 45 47 46 +8 48 49 51 50 52 53 55 54 +8 56 57 59 58 60 61 63 62 +8 64 65 67 66 68 69 71 70 +8 72 73 75 74 76 77 79 78 +8 80 81 83 82 84 85 87 86 +8 88 89 91 90 92 93 95 94 +8 96 97 99 98 100 101 103 102 +8 104 105 107 106 108 109 111 110 +8 112 113 115 114 116 117 119 118 + +CELL_TYPES 15 + 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 +POINT_DATA 120 +SCALARS node_data_1 double 1 +LOOKUP_TABLE default +0.0 2.0 6.0 8.0 18. 20. 24. 26. 27. 29. 33. 35. 45. 47. 51. 53. 54. 56. 60. 62. 72. 74. 78. 80. 81. 83. 87. 89. 99. 1.0e+02 1.0e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.2e+02 1.3e+02 1.3e+02 1.3e+02 1.3e+02 1.4e+02 1.4e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.6e+02 1.6e+02 1.6e+02 1.6e+02 1.7e+02 1.7e+02 1.8e+02 1.8e+02 1.9e+02 1.9e+02 1.9e+02 1.9e+02 2.0e+02 2.0e+02 2.1e+02 2.1e+02 2.1e+02 2.2e+02 2.2e+02 2.2e+02 2.2e+02 2.2e+02 2.3e+02 2.4e+02 2.4e+02 2.4e+02 2.4e+02 2.4e+02 2.5e+02 2.5e+02 2.6e+02 2.6e+02 2.7e+02 2.7e+02 2.7e+02 2.7e+02 2.8e+02 2.8e+02 2.9e+02 2.9e+02 2.9e+02 3.0e+02 3.0e+02 3.0e+02 3.0e+02 3.0e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.3e+02 3.3e+02 3.3e+02 3.4e+02 3.4e+02 3.5e+02 3.5e+02 3.5e+02 3.5e+02 3.6e+02 3.6e+02 3.7e+02 3.7e+02 3.8e+02 3.8e+02 3.8e+02 3.8e+02 3.8e+02 3.9e+02 4.0e+02 4.0e+02 4.0e+02 4.0e+02 +SCALARS node_data_2 double 1 +LOOKUP_TABLE default +0.0 2.0 6.0 8.0 18. 20. 24. 26. 27. 29. 33. 35. 45. 47. 51. 53. 54. 56. 60. 62. 72. 74. 78. 80. 81. 83. 87. 89. 99. 1.0e+02 1.0e+02 1.1e+02 1.1e+02 1.1e+02 1.1e+02 1.2e+02 1.3e+02 1.3e+02 1.3e+02 1.3e+02 1.4e+02 1.4e+02 1.4e+02 1.4e+02 1.5e+02 1.6e+02 1.6e+02 1.6e+02 1.6e+02 1.6e+02 1.7e+02 1.7e+02 1.8e+02 1.8e+02 1.9e+02 1.9e+02 1.9e+02 1.9e+02 2.0e+02 2.0e+02 2.1e+02 2.1e+02 2.1e+02 2.2e+02 2.2e+02 2.2e+02 2.2e+02 2.2e+02 2.3e+02 2.4e+02 2.4e+02 2.4e+02 2.4e+02 2.4e+02 2.5e+02 2.5e+02 2.6e+02 2.6e+02 2.7e+02 2.7e+02 2.7e+02 2.7e+02 2.8e+02 2.8e+02 2.9e+02 2.9e+02 2.9e+02 3.0e+02 3.0e+02 3.0e+02 3.0e+02 3.0e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.2e+02 3.3e+02 3.3e+02 3.3e+02 3.4e+02 3.4e+02 3.5e+02 3.5e+02 3.5e+02 3.5e+02 3.6e+02 3.6e+02 3.7e+02 3.7e+02 3.8e+02 3.8e+02 3.8e+02 3.8e+02 3.8e+02 3.9e+02 4.0e+02 4.0e+02 4.0e+02 4.0e+02 +SCALARS cell_data double 1 +LOOKUP_TABLE default +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 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 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 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14. +DEAL::Checking Nedelec1 in 2d: +DEAL::Checking FE_Nedelec<2>(1) +DEAL::Component mask: vector vector +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 28 double +0.50 0.0 0 +1.0 0.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.0 0.50 0 +0.50 0.50 0 +0.0 1.0 0 +0.50 1.0 0 +0.50 0.50 0 +1.0 0.50 0 +0.50 1.0 0 +1.0 1.0 0 +0.0 0.0 0 +0.25 0.0 0 +0.0 0.25 0 +0.25 0.25 0 +0.25 0.0 0 +0.50 0.0 0 +0.25 0.25 0 +0.50 0.25 0 +0.0 0.25 0 +0.25 0.25 0 +0.0 0.50 0 +0.25 0.50 0 +0.25 0.25 0 +0.50 0.25 0 +0.25 0.50 0 +0.50 0.50 0 + +CELLS 7 35 +4 0 1 3 2 +4 4 5 7 6 +4 8 9 11 10 +4 12 13 15 14 +4 16 17 19 18 +4 20 21 23 22 +4 24 25 27 26 + +CELL_TYPES 7 + 9 9 9 9 9 9 9 +POINT_DATA 28 +VECTORS node_data_1 double +4.0 0.0 0 +4.0 2.0 0 +6.0 0.0 0 +6.0 2.0 0 +12. 8.0 0 +12. 10. 0 +14. 8.0 0 +14. 10. 0 +6.0 10. 0 +6.0 16. 0 +18. 10. 0 +18. 16. 0 +48. 40. 0 +48. 44. 0 +52. 40. 0 +52. 44. 0 +60. 44. 0 +60. 56. 0 +64. 44. 0 +64. 56. 0 +52. 68. 0 +52. 72. 0 +76. 68. 0 +76. 72. 0 +64. 72. 0 +64. 80. 0 +84. 72. 0 +84. 80. 0 +VECTORS node_data_2 double +4.0 0.0 0 +4.0 2.0 0 +6.0 0.0 0 +6.0 2.0 0 +12. 8.0 0 +12. 10. 0 +14. 8.0 0 +14. 10. 0 +6.0 10. 0 +6.0 16. 0 +18. 10. 0 +18. 16. 0 +48. 40. 0 +48. 44. 0 +52. 40. 0 +52. 44. 0 +60. 44. 0 +60. 56. 0 +64. 44. 0 +64. 56. 0 +52. 68. 0 +52. 72. 0 +76. 68. 0 +76. 72. 0 +64. 72. 0 +64. 80. 0 +84. 72. 0 +84. 80. 0 +SCALARS cell_data double 1 +LOOKUP_TABLE default +0.0 0.0 0.0 0.0 1.0 1.0 1.0 1.0 2.0 2.0 2.0 2.0 3.0 3.0 3.0 3.0 4.0 4.0 4.0 4.0 5.0 5.0 5.0 5.0 6.0 6.0 6.0 6.0 +DEAL::Checking Nedelec1 in 3d: +DEAL::Checking FE_Nedelec<3>(1) +DEAL::Component mask: vector vector vector +# vtk DataFile Version 3.0 +#This file was generated by the deal.II library on 2007/10/16 at 19:56:38 +ASCII +DATASET UNSTRUCTURED_GRID + +POINTS 120 double +0.50 0.0 0.0 +1.0 0.0 0.0 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.0 0.50 0.0 +0.50 0.50 0.0 +0.0 1.0 0.0 +0.50 1.0 0.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.50 0.50 0.0 +1.0 0.50 0.0 +0.50 1.0 0.0 +1.0 1.0 0.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.0 0.0 0.50 +0.50 0.0 0.50 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 0.0 1.0 +0.50 0.0 1.0 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.50 0.0 0.50 +1.0 0.0 0.50 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 0.0 1.0 +1.0 0.0 1.0 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.0 0.50 0.50 +0.50 0.50 0.50 +0.0 1.0 0.50 +0.50 1.0 0.50 +0.0 0.50 1.0 +0.50 0.50 1.0 +0.0 1.0 1.0 +0.50 1.0 1.0 +0.50 0.50 0.50 +1.0 0.50 0.50 +0.50 1.0 0.50 +1.0 1.0 0.50 +0.50 0.50 1.0 +1.0 0.50 1.0 +0.50 1.0 1.0 +1.0 1.0 1.0 +0.0 0.0 0.0 +0.25 0.0 0.0 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.25 0.0 0.0 +0.50 0.0 0.0 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.0 0.25 0.0 +0.25 0.25 0.0 +0.0 0.50 0.0 +0.25 0.50 0.0 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.25 0.25 0.0 +0.50 0.25 0.0 +0.25 0.50 0.0 +0.50 0.50 0.0 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.0 0.0 0.25 +0.25 0.0 0.25 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.0 0.50 +0.25 0.0 0.50 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.25 0.0 0.25 +0.50 0.0 0.25 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.0 0.50 +0.50 0.0 0.50 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.0 0.25 0.25 +0.25 0.25 0.25 +0.0 0.50 0.25 +0.25 0.50 0.25 +0.0 0.25 0.50 +0.25 0.25 0.50 +0.0 0.50 0.50 +0.25 0.50 0.50 +0.25 0.25 0.25 +0.50 0.25 0.25 +0.25 0.50 0.25 +0.50 0.50 0.25 +0.25 0.25 0.50 +0.50 0.25 0.50 +0.25 0.50 0.50 +0.50 0.50 0.50 + +CELLS 15 135 +8 0 1 3 2 4 5 7 6 +8 8 9 11 10 12 13 15 14 +8 16 17 19 18 20 21 23 22 +8 24 25 27 26 28 29 31 30 +8 32 33 35 34 36 37 39 38 +8 40 41 43 42 44 45 47 46 +8 48 49 51 50 52 53 55 54 +8 56 57 59 58 60 61 63 62 +8 64 65 67 66 68 69 71 70 +8 72 73 75 74 76 77 79 78 +8 80 81 83 82 84 85 87 86 +8 88 89 91 90 92 93 95 94 +8 96 97 99 98 100 101 103 102 +8 104 105 107 106 108 109 111 110 +8 112 113 115 114 116 117 119 118 + +CELL_TYPES 15 + 12 12 12 12 12 12 12 12 12 12 12 12 12 12 12 +POINT_DATA 120 +VECTORS node_data_1 double +4.0 0.0 16. +4.0 2.0 18. +6.0 0.0 20. +6.0 2.0 22. +12. 8.0 16. +12. 10. 18. +14. 8.0 20. +14. 10. 22. +28. 24. 40. +28. 26. 20. +30. 24. 42. +30. 26. 44. +36. 32. 40. +36. 34. 20. +38. 32. 42. +38. 34. 44. +6.0 26. 20. +6.0 46. 22. +48. 26. 44. +48. 46. 54. +14. 34. 20. +14. 50. 22. +52. 34. 44. +52. 50. 54. +58. 56. 68. +58. 8.0 70. +36. 56. 72. +36. 8.0 74. +64. 60. 68. +64. 62. 70. +66. 60. 72. +66. 62. 74. +12. 8.0 70. +12. 10. 82. +14. 8.0 74. +14. 10. 84. +78. 62. 70. +78. 76. 82. +80. 62. 74. +80. 76. 84. +36. 32. 72. +36. 34. 74. +38. 32. 92. +38. 34. 94. +66. 86. 72. +66. 88. 74. +90. 86. 92. +90. 88. 94. +14. 34. 74. +14. 50. 84. +52. 34. 94. +52. 50. 1.0e+02 +80. 88. 74. +80. 96. 84. +98. 88. 94. +98. 96. 1.0e+02 +2.1e+02 2.0e+02 2.4e+02 +2.1e+02 2.1e+02 2.4e+02 +2.2e+02 2.0e+02 2.4e+02 +2.2e+02 2.1e+02 2.5e+02 +2.3e+02 2.2e+02 2.4e+02 +2.3e+02 2.2e+02 2.4e+02 +2.3e+02 2.2e+02 2.4e+02 +2.3e+02 2.2e+02 2.5e+02 +2.6e+02 2.1e+02 2.4e+02 +2.6e+02 2.5e+02 2.8e+02 +2.6e+02 2.1e+02 2.5e+02 +2.6e+02 2.5e+02 2.8e+02 +2.7e+02 2.2e+02 2.4e+02 +2.7e+02 2.6e+02 2.8e+02 +2.7e+02 2.2e+02 2.5e+02 +2.7e+02 2.6e+02 2.8e+02 +2.2e+02 2.8e+02 2.4e+02 +2.2e+02 2.9e+02 2.5e+02 +2.9e+02 2.8e+02 3.1e+02 +2.9e+02 2.9e+02 3.1e+02 +2.3e+02 3.0e+02 2.4e+02 +2.3e+02 3.0e+02 2.5e+02 +3.0e+02 3.0e+02 3.1e+02 +3.0e+02 3.0e+02 3.1e+02 +2.6e+02 2.9e+02 2.5e+02 +2.6e+02 3.2e+02 2.8e+02 +3.2e+02 2.9e+02 3.1e+02 +3.2e+02 3.2e+02 3.3e+02 +2.7e+02 3.0e+02 2.5e+02 +2.7e+02 3.2e+02 2.8e+02 +3.3e+02 3.0e+02 3.1e+02 +3.3e+02 3.2e+02 3.3e+02 +2.3e+02 2.2e+02 3.5e+02 +2.3e+02 2.2e+02 3.6e+02 +2.3e+02 2.2e+02 3.6e+02 +2.3e+02 2.2e+02 3.6e+02 +3.4e+02 3.4e+02 3.5e+02 +3.4e+02 3.4e+02 3.6e+02 +3.5e+02 3.4e+02 3.6e+02 +3.5e+02 3.4e+02 3.6e+02 +2.7e+02 2.2e+02 3.6e+02 +2.7e+02 2.6e+02 3.8e+02 +2.7e+02 2.2e+02 3.6e+02 +2.7e+02 2.6e+02 3.8e+02 +3.7e+02 3.4e+02 3.6e+02 +3.7e+02 3.7e+02 3.8e+02 +3.8e+02 3.4e+02 3.6e+02 +3.8e+02 3.7e+02 3.8e+02 +2.3e+02 3.0e+02 3.6e+02 +2.3e+02 3.0e+02 3.6e+02 +3.0e+02 3.0e+02 4.0e+02 +3.0e+02 3.0e+02 4.0e+02 +3.5e+02 3.9e+02 3.6e+02 +3.5e+02 3.9e+02 3.6e+02 +4.0e+02 3.9e+02 4.0e+02 +4.0e+02 3.9e+02 4.0e+02 +2.7e+02 3.0e+02 3.6e+02 +2.7e+02 3.2e+02 3.8e+02 +3.3e+02 3.0e+02 4.0e+02 +3.3e+02 3.2e+02 4.2e+02 +3.8e+02 3.9e+02 3.6e+02 +3.8e+02 4.1e+02 3.8e+02 +4.1e+02 3.9e+02 4.0e+02 +4.1e+02 4.1e+02 4.2e+02 +VECTORS node_data_2 double +4.0 0.0 16. +4.0 2.0 18. +6.0 0.0 20. +6.0 2.0 22. +12. 8.0 16. +12. 10. 18. +14. 8.0 20. +14. 10. 22. +28. 24. 40. +28. 26. 20. +30. 24. 42. +30. 26. 44. +36. 32. 40. +36. 34. 20. +38. 32. 42. +38. 34. 44. +6.0 26. 20. +6.0 46. 22. +48. 26. 44. +48. 46. 54. +14. 34. 20. +14. 50. 22. +52. 34. 44. +52. 50. 54. +58. 56. 68. +58. 8.0 70. +36. 56. 72. +36. 8.0 74. +64. 60. 68. +64. 62. 70. +66. 60. 72. +66. 62. 74. +12. 8.0 70. +12. 10. 82. +14. 8.0 74. +14. 10. 84. +78. 62. 70. +78. 76. 82. +80. 62. 74. +80. 76. 84. +36. 32. 72. +36. 34. 74. +38. 32. 92. +38. 34. 94. +66. 86. 72. +66. 88. 74. +90. 86. 92. +90. 88. 94. +14. 34. 74. +14. 50. 84. +52. 34. 94. +52. 50. 1.0e+02 +80. 88. 74. +80. 96. 84. +98. 88. 94. +98. 96. 1.0e+02 +2.1e+02 2.0e+02 2.4e+02 +2.1e+02 2.1e+02 2.4e+02 +2.2e+02 2.0e+02 2.4e+02 +2.2e+02 2.1e+02 2.5e+02 +2.3e+02 2.2e+02 2.4e+02 +2.3e+02 2.2e+02 2.4e+02 +2.3e+02 2.2e+02 2.4e+02 +2.3e+02 2.2e+02 2.5e+02 +2.6e+02 2.1e+02 2.4e+02 +2.6e+02 2.5e+02 2.8e+02 +2.6e+02 2.1e+02 2.5e+02 +2.6e+02 2.5e+02 2.8e+02 +2.7e+02 2.2e+02 2.4e+02 +2.7e+02 2.6e+02 2.8e+02 +2.7e+02 2.2e+02 2.5e+02 +2.7e+02 2.6e+02 2.8e+02 +2.2e+02 2.8e+02 2.4e+02 +2.2e+02 2.9e+02 2.5e+02 +2.9e+02 2.8e+02 3.1e+02 +2.9e+02 2.9e+02 3.1e+02 +2.3e+02 3.0e+02 2.4e+02 +2.3e+02 3.0e+02 2.5e+02 +3.0e+02 3.0e+02 3.1e+02 +3.0e+02 3.0e+02 3.1e+02 +2.6e+02 2.9e+02 2.5e+02 +2.6e+02 3.2e+02 2.8e+02 +3.2e+02 2.9e+02 3.1e+02 +3.2e+02 3.2e+02 3.3e+02 +2.7e+02 3.0e+02 2.5e+02 +2.7e+02 3.2e+02 2.8e+02 +3.3e+02 3.0e+02 3.1e+02 +3.3e+02 3.2e+02 3.3e+02 +2.3e+02 2.2e+02 3.5e+02 +2.3e+02 2.2e+02 3.6e+02 +2.3e+02 2.2e+02 3.6e+02 +2.3e+02 2.2e+02 3.6e+02 +3.4e+02 3.4e+02 3.5e+02 +3.4e+02 3.4e+02 3.6e+02 +3.5e+02 3.4e+02 3.6e+02 +3.5e+02 3.4e+02 3.6e+02 +2.7e+02 2.2e+02 3.6e+02 +2.7e+02 2.6e+02 3.8e+02 +2.7e+02 2.2e+02 3.6e+02 +2.7e+02 2.6e+02 3.8e+02 +3.7e+02 3.4e+02 3.6e+02 +3.7e+02 3.7e+02 3.8e+02 +3.8e+02 3.4e+02 3.6e+02 +3.8e+02 3.7e+02 3.8e+02 +2.3e+02 3.0e+02 3.6e+02 +2.3e+02 3.0e+02 3.6e+02 +3.0e+02 3.0e+02 4.0e+02 +3.0e+02 3.0e+02 4.0e+02 +3.5e+02 3.9e+02 3.6e+02 +3.5e+02 3.9e+02 3.6e+02 +4.0e+02 3.9e+02 4.0e+02 +4.0e+02 3.9e+02 4.0e+02 +2.7e+02 3.0e+02 3.6e+02 +2.7e+02 3.2e+02 3.8e+02 +3.3e+02 3.0e+02 4.0e+02 +3.3e+02 3.2e+02 4.2e+02 +3.8e+02 3.9e+02 3.6e+02 +3.8e+02 4.1e+02 3.8e+02 +4.1e+02 3.9e+02 4.0e+02 +4.1e+02 4.1e+02 4.2e+02 +SCALARS cell_data double 1 +LOOKUP_TABLE default +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 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 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 10. 10. 10. 10. 10. 10. 10. 10. 11. 11. 11. 11. 11. 11. 11. 11. 12. 12. 12. 12. 12. 12. 12. 12. 13. 13. 13. 13. 13. 13. 13. 13. 14. 14. 14. 14. 14. 14. 14. 14.