From a7477e1fe546c5dbe4d5460df5786506ffc69227 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 7 Nov 2017 21:18:05 -0700 Subject: [PATCH] Add a test for the cell-data case. --- tests/numerics/data_out_complex_04.cc | 103 +++ tests/numerics/data_out_complex_04.output | 803 ++++++++++++++++++++++ 2 files changed, 906 insertions(+) create mode 100644 tests/numerics/data_out_complex_04.cc create mode 100644 tests/numerics/data_out_complex_04.output diff --git a/tests/numerics/data_out_complex_04.cc b/tests/numerics/data_out_complex_04.cc new file mode 100644 index 0000000000..3663f9b973 --- /dev/null +++ b/tests/numerics/data_out_complex_04.cc @@ -0,0 +1,103 @@ +// --------------------------------------------------------------------- +// +// Copyright (C) 2017 by the deal.II authors +// +// This file is part of the deal.II library. +// +// The deal.II library is free software; you can use it, redistribute +// it, and/or modify it under the terms of the GNU Lesser General +// Public License as published by the Free Software Foundation; either +// version 2.1 of the License, or (at your option) any later version. +// The full text of the license can be found in the file LICENSE at +// the top level of the deal.II distribution. +// +// --------------------------------------------------------------------- + + +// check DataOut for complex vectors, using the path for cell data (as +// opposed to DoF data) + +#include "../tests.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include +#include +#include + + + +template +void +check () +{ + Triangulation tria; + GridGenerator::hyper_cube(tria, 0., 1.); + tria.refine_global (1); + tria.begin_active()->set_refine_flag(); + tria.execute_coarsening_and_refinement (); + + FESystem fe(FE_Q(1), 2); + DoFHandler dof_handler (tria); + dof_handler.distribute_dofs (fe); + + Vector > v (tria.n_active_cells()); + for (unsigned int i=0; i(1.*i,-1.*i); + + DataOut data_out; + data_out.attach_dof_handler (dof_handler); + data_out.add_data_vector (v, "cell_data"); + data_out.build_patches (); + + data_out.write_gnuplot (deallog.get_file_stream()); +} + + + +int +main() +{ + initlog(); + + try + { + check<1> (); + check<2> (); + check<3> (); + } + catch (std::exception &exc) + { + deallog << std::endl << std::endl + << "----------------------------------------------------" + << std::endl; + deallog << "Exception on processing: " << std::endl + << exc.what() << std::endl + << "Aborting!" << std::endl + << "----------------------------------------------------" + << std::endl; + return 1; + } + catch (...) + { + deallog << std::endl << std::endl + << "----------------------------------------------------" + << std::endl; + deallog << "Unknown exception!" << std::endl + << "Aborting!" << std::endl + << "----------------------------------------------------" + << std::endl; + return 1; + } +} + diff --git a/tests/numerics/data_out_complex_04.output b/tests/numerics/data_out_complex_04.output new file mode 100644 index 0000000000..b7176d3d93 --- /dev/null +++ b/tests/numerics/data_out_complex_04.output @@ -0,0 +1,803 @@ + +# This file was generated by the deal.II library. + + +# +# For a description of the GNUPLOT format see the GNUPLOT manual. +# +# +0.500000 0.00000 0.00000 +1.00000 0.00000 0.00000 + + +0.00000 1.00000 -1.00000 +0.250000 1.00000 -1.00000 + + +0.250000 2.00000 -2.00000 +0.500000 2.00000 -2.00000 + + +# This file was generated by the deal.II library. + + +# +# For a description of the GNUPLOT format see the GNUPLOT manual. +# +# +0.500000 0.00000 0.00000 0.00000 +1.00000 0.00000 0.00000 0.00000 + +0.500000 0.500000 0.00000 0.00000 +1.00000 0.500000 0.00000 0.00000 + + +0.00000 0.500000 1.00000 -1.00000 +0.500000 0.500000 1.00000 -1.00000 + +0.00000 1.00000 1.00000 -1.00000 +0.500000 1.00000 1.00000 -1.00000 + + +0.500000 0.500000 2.00000 -2.00000 +1.00000 0.500000 2.00000 -2.00000 + +0.500000 1.00000 2.00000 -2.00000 +1.00000 1.00000 2.00000 -2.00000 + + +0.00000 0.00000 3.00000 -3.00000 +0.250000 0.00000 3.00000 -3.00000 + +0.00000 0.250000 3.00000 -3.00000 +0.250000 0.250000 3.00000 -3.00000 + + +0.250000 0.00000 4.00000 -4.00000 +0.500000 0.00000 4.00000 -4.00000 + +0.250000 0.250000 4.00000 -4.00000 +0.500000 0.250000 4.00000 -4.00000 + + +0.00000 0.250000 5.00000 -5.00000 +0.250000 0.250000 5.00000 -5.00000 + +0.00000 0.500000 5.00000 -5.00000 +0.250000 0.500000 5.00000 -5.00000 + + +0.250000 0.250000 6.00000 -6.00000 +0.500000 0.250000 6.00000 -6.00000 + +0.250000 0.500000 6.00000 -6.00000 +0.500000 0.500000 6.00000 -6.00000 + + +# This file was generated by the deal.II library. + + +# +# For a description of the GNUPLOT format see the GNUPLOT manual. +# +# +0.500000 0.00000 0.00000 0.00000 0.00000 +1.00000 0.00000 0.00000 0.00000 0.00000 + + +0.500000 0.00000 0.00000 0.00000 0.00000 +0.500000 0.500000 0.00000 0.00000 0.00000 + + +0.500000 0.00000 0.00000 0.00000 0.00000 +0.500000 0.00000 0.500000 0.00000 0.00000 + + +1.00000 0.00000 0.00000 0.00000 0.00000 +1.00000 0.500000 0.00000 0.00000 0.00000 + + +1.00000 0.00000 0.00000 0.00000 0.00000 +1.00000 0.00000 0.500000 0.00000 0.00000 + + +0.500000 0.500000 0.00000 0.00000 0.00000 +1.00000 0.500000 0.00000 0.00000 0.00000 + + +0.500000 0.500000 0.00000 0.00000 0.00000 +0.500000 0.500000 0.500000 0.00000 0.00000 + + +1.00000 0.500000 0.00000 0.00000 0.00000 +1.00000 0.500000 0.500000 0.00000 0.00000 + + +0.500000 0.00000 0.500000 0.00000 0.00000 +1.00000 0.00000 0.500000 0.00000 0.00000 + + +0.500000 0.00000 0.500000 0.00000 0.00000 +0.500000 0.500000 0.500000 0.00000 0.00000 + + +1.00000 0.00000 0.500000 0.00000 0.00000 +1.00000 0.500000 0.500000 0.00000 0.00000 + + +0.500000 0.500000 0.500000 0.00000 0.00000 +1.00000 0.500000 0.500000 0.00000 0.00000 + + +0.00000 0.500000 0.00000 1.00000 -1.00000 +0.500000 0.500000 0.00000 1.00000 -1.00000 + + +0.00000 0.500000 0.00000 1.00000 -1.00000 +0.00000 1.00000 0.00000 1.00000 -1.00000 + + +0.00000 0.500000 0.00000 1.00000 -1.00000 +0.00000 0.500000 0.500000 1.00000 -1.00000 + + +0.500000 0.500000 0.00000 1.00000 -1.00000 +0.500000 1.00000 0.00000 1.00000 -1.00000 + + +0.500000 0.500000 0.00000 1.00000 -1.00000 +0.500000 0.500000 0.500000 1.00000 -1.00000 + + +0.00000 1.00000 0.00000 1.00000 -1.00000 +0.500000 1.00000 0.00000 1.00000 -1.00000 + + +0.00000 1.00000 0.00000 1.00000 -1.00000 +0.00000 1.00000 0.500000 1.00000 -1.00000 + + +0.500000 1.00000 0.00000 1.00000 -1.00000 +0.500000 1.00000 0.500000 1.00000 -1.00000 + + +0.00000 0.500000 0.500000 1.00000 -1.00000 +0.500000 0.500000 0.500000 1.00000 -1.00000 + + +0.00000 0.500000 0.500000 1.00000 -1.00000 +0.00000 1.00000 0.500000 1.00000 -1.00000 + + +0.500000 0.500000 0.500000 1.00000 -1.00000 +0.500000 1.00000 0.500000 1.00000 -1.00000 + + +0.00000 1.00000 0.500000 1.00000 -1.00000 +0.500000 1.00000 0.500000 1.00000 -1.00000 + + +0.500000 0.500000 0.00000 2.00000 -2.00000 +1.00000 0.500000 0.00000 2.00000 -2.00000 + + +0.500000 0.500000 0.00000 2.00000 -2.00000 +0.500000 1.00000 0.00000 2.00000 -2.00000 + + +0.500000 0.500000 0.00000 2.00000 -2.00000 +0.500000 0.500000 0.500000 2.00000 -2.00000 + + +1.00000 0.500000 0.00000 2.00000 -2.00000 +1.00000 1.00000 0.00000 2.00000 -2.00000 + + +1.00000 0.500000 0.00000 2.00000 -2.00000 +1.00000 0.500000 0.500000 2.00000 -2.00000 + + +0.500000 1.00000 0.00000 2.00000 -2.00000 +1.00000 1.00000 0.00000 2.00000 -2.00000 + + +0.500000 1.00000 0.00000 2.00000 -2.00000 +0.500000 1.00000 0.500000 2.00000 -2.00000 + + +1.00000 1.00000 0.00000 2.00000 -2.00000 +1.00000 1.00000 0.500000 2.00000 -2.00000 + + +0.500000 0.500000 0.500000 2.00000 -2.00000 +1.00000 0.500000 0.500000 2.00000 -2.00000 + + +0.500000 0.500000 0.500000 2.00000 -2.00000 +0.500000 1.00000 0.500000 2.00000 -2.00000 + + +1.00000 0.500000 0.500000 2.00000 -2.00000 +1.00000 1.00000 0.500000 2.00000 -2.00000 + + +0.500000 1.00000 0.500000 2.00000 -2.00000 +1.00000 1.00000 0.500000 2.00000 -2.00000 + + +0.00000 0.00000 0.500000 3.00000 -3.00000 +0.500000 0.00000 0.500000 3.00000 -3.00000 + + +0.00000 0.00000 0.500000 3.00000 -3.00000 +0.00000 0.500000 0.500000 3.00000 -3.00000 + + +0.00000 0.00000 0.500000 3.00000 -3.00000 +0.00000 0.00000 1.00000 3.00000 -3.00000 + + +0.500000 0.00000 0.500000 3.00000 -3.00000 +0.500000 0.500000 0.500000 3.00000 -3.00000 + + +0.500000 0.00000 0.500000 3.00000 -3.00000 +0.500000 0.00000 1.00000 3.00000 -3.00000 + + +0.00000 0.500000 0.500000 3.00000 -3.00000 +0.500000 0.500000 0.500000 3.00000 -3.00000 + + +0.00000 0.500000 0.500000 3.00000 -3.00000 +0.00000 0.500000 1.00000 3.00000 -3.00000 + + +0.500000 0.500000 0.500000 3.00000 -3.00000 +0.500000 0.500000 1.00000 3.00000 -3.00000 + + +0.00000 0.00000 1.00000 3.00000 -3.00000 +0.500000 0.00000 1.00000 3.00000 -3.00000 + + +0.00000 0.00000 1.00000 3.00000 -3.00000 +0.00000 0.500000 1.00000 3.00000 -3.00000 + + +0.500000 0.00000 1.00000 3.00000 -3.00000 +0.500000 0.500000 1.00000 3.00000 -3.00000 + + +0.00000 0.500000 1.00000 3.00000 -3.00000 +0.500000 0.500000 1.00000 3.00000 -3.00000 + + +0.500000 0.00000 0.500000 4.00000 -4.00000 +1.00000 0.00000 0.500000 4.00000 -4.00000 + + +0.500000 0.00000 0.500000 4.00000 -4.00000 +0.500000 0.500000 0.500000 4.00000 -4.00000 + + +0.500000 0.00000 0.500000 4.00000 -4.00000 +0.500000 0.00000 1.00000 4.00000 -4.00000 + + +1.00000 0.00000 0.500000 4.00000 -4.00000 +1.00000 0.500000 0.500000 4.00000 -4.00000 + + +1.00000 0.00000 0.500000 4.00000 -4.00000 +1.00000 0.00000 1.00000 4.00000 -4.00000 + + +0.500000 0.500000 0.500000 4.00000 -4.00000 +1.00000 0.500000 0.500000 4.00000 -4.00000 + + +0.500000 0.500000 0.500000 4.00000 -4.00000 +0.500000 0.500000 1.00000 4.00000 -4.00000 + + +1.00000 0.500000 0.500000 4.00000 -4.00000 +1.00000 0.500000 1.00000 4.00000 -4.00000 + + +0.500000 0.00000 1.00000 4.00000 -4.00000 +1.00000 0.00000 1.00000 4.00000 -4.00000 + + +0.500000 0.00000 1.00000 4.00000 -4.00000 +0.500000 0.500000 1.00000 4.00000 -4.00000 + + +1.00000 0.00000 1.00000 4.00000 -4.00000 +1.00000 0.500000 1.00000 4.00000 -4.00000 + + +0.500000 0.500000 1.00000 4.00000 -4.00000 +1.00000 0.500000 1.00000 4.00000 -4.00000 + + +0.00000 0.500000 0.500000 5.00000 -5.00000 +0.500000 0.500000 0.500000 5.00000 -5.00000 + + +0.00000 0.500000 0.500000 5.00000 -5.00000 +0.00000 1.00000 0.500000 5.00000 -5.00000 + + +0.00000 0.500000 0.500000 5.00000 -5.00000 +0.00000 0.500000 1.00000 5.00000 -5.00000 + + +0.500000 0.500000 0.500000 5.00000 -5.00000 +0.500000 1.00000 0.500000 5.00000 -5.00000 + + +0.500000 0.500000 0.500000 5.00000 -5.00000 +0.500000 0.500000 1.00000 5.00000 -5.00000 + + +0.00000 1.00000 0.500000 5.00000 -5.00000 +0.500000 1.00000 0.500000 5.00000 -5.00000 + + +0.00000 1.00000 0.500000 5.00000 -5.00000 +0.00000 1.00000 1.00000 5.00000 -5.00000 + + +0.500000 1.00000 0.500000 5.00000 -5.00000 +0.500000 1.00000 1.00000 5.00000 -5.00000 + + +0.00000 0.500000 1.00000 5.00000 -5.00000 +0.500000 0.500000 1.00000 5.00000 -5.00000 + + +0.00000 0.500000 1.00000 5.00000 -5.00000 +0.00000 1.00000 1.00000 5.00000 -5.00000 + + +0.500000 0.500000 1.00000 5.00000 -5.00000 +0.500000 1.00000 1.00000 5.00000 -5.00000 + + +0.00000 1.00000 1.00000 5.00000 -5.00000 +0.500000 1.00000 1.00000 5.00000 -5.00000 + + +0.500000 0.500000 0.500000 6.00000 -6.00000 +1.00000 0.500000 0.500000 6.00000 -6.00000 + + +0.500000 0.500000 0.500000 6.00000 -6.00000 +0.500000 1.00000 0.500000 6.00000 -6.00000 + + +0.500000 0.500000 0.500000 6.00000 -6.00000 +0.500000 0.500000 1.00000 6.00000 -6.00000 + + +1.00000 0.500000 0.500000 6.00000 -6.00000 +1.00000 1.00000 0.500000 6.00000 -6.00000 + + +1.00000 0.500000 0.500000 6.00000 -6.00000 +1.00000 0.500000 1.00000 6.00000 -6.00000 + + +0.500000 1.00000 0.500000 6.00000 -6.00000 +1.00000 1.00000 0.500000 6.00000 -6.00000 + + +0.500000 1.00000 0.500000 6.00000 -6.00000 +0.500000 1.00000 1.00000 6.00000 -6.00000 + + +1.00000 1.00000 0.500000 6.00000 -6.00000 +1.00000 1.00000 1.00000 6.00000 -6.00000 + + +0.500000 0.500000 1.00000 6.00000 -6.00000 +1.00000 0.500000 1.00000 6.00000 -6.00000 + + +0.500000 0.500000 1.00000 6.00000 -6.00000 +0.500000 1.00000 1.00000 6.00000 -6.00000 + + +1.00000 0.500000 1.00000 6.00000 -6.00000 +1.00000 1.00000 1.00000 6.00000 -6.00000 + + +0.500000 1.00000 1.00000 6.00000 -6.00000 +1.00000 1.00000 1.00000 6.00000 -6.00000 + + +0.00000 0.00000 0.00000 7.00000 -7.00000 +0.250000 0.00000 0.00000 7.00000 -7.00000 + + +0.00000 0.00000 0.00000 7.00000 -7.00000 +0.00000 0.250000 0.00000 7.00000 -7.00000 + + +0.00000 0.00000 0.00000 7.00000 -7.00000 +0.00000 0.00000 0.250000 7.00000 -7.00000 + + +0.250000 0.00000 0.00000 7.00000 -7.00000 +0.250000 0.250000 0.00000 7.00000 -7.00000 + + +0.250000 0.00000 0.00000 7.00000 -7.00000 +0.250000 0.00000 0.250000 7.00000 -7.00000 + + +0.00000 0.250000 0.00000 7.00000 -7.00000 +0.250000 0.250000 0.00000 7.00000 -7.00000 + + +0.00000 0.250000 0.00000 7.00000 -7.00000 +0.00000 0.250000 0.250000 7.00000 -7.00000 + + +0.250000 0.250000 0.00000 7.00000 -7.00000 +0.250000 0.250000 0.250000 7.00000 -7.00000 + + +0.00000 0.00000 0.250000 7.00000 -7.00000 +0.250000 0.00000 0.250000 7.00000 -7.00000 + + +0.00000 0.00000 0.250000 7.00000 -7.00000 +0.00000 0.250000 0.250000 7.00000 -7.00000 + + +0.250000 0.00000 0.250000 7.00000 -7.00000 +0.250000 0.250000 0.250000 7.00000 -7.00000 + + +0.00000 0.250000 0.250000 7.00000 -7.00000 +0.250000 0.250000 0.250000 7.00000 -7.00000 + + +0.250000 0.00000 0.00000 8.00000 -8.00000 +0.500000 0.00000 0.00000 8.00000 -8.00000 + + +0.250000 0.00000 0.00000 8.00000 -8.00000 +0.250000 0.250000 0.00000 8.00000 -8.00000 + + +0.250000 0.00000 0.00000 8.00000 -8.00000 +0.250000 0.00000 0.250000 8.00000 -8.00000 + + +0.500000 0.00000 0.00000 8.00000 -8.00000 +0.500000 0.250000 0.00000 8.00000 -8.00000 + + +0.500000 0.00000 0.00000 8.00000 -8.00000 +0.500000 0.00000 0.250000 8.00000 -8.00000 + + +0.250000 0.250000 0.00000 8.00000 -8.00000 +0.500000 0.250000 0.00000 8.00000 -8.00000 + + +0.250000 0.250000 0.00000 8.00000 -8.00000 +0.250000 0.250000 0.250000 8.00000 -8.00000 + + +0.500000 0.250000 0.00000 8.00000 -8.00000 +0.500000 0.250000 0.250000 8.00000 -8.00000 + + +0.250000 0.00000 0.250000 8.00000 -8.00000 +0.500000 0.00000 0.250000 8.00000 -8.00000 + + +0.250000 0.00000 0.250000 8.00000 -8.00000 +0.250000 0.250000 0.250000 8.00000 -8.00000 + + +0.500000 0.00000 0.250000 8.00000 -8.00000 +0.500000 0.250000 0.250000 8.00000 -8.00000 + + +0.250000 0.250000 0.250000 8.00000 -8.00000 +0.500000 0.250000 0.250000 8.00000 -8.00000 + + +0.00000 0.250000 0.00000 9.00000 -9.00000 +0.250000 0.250000 0.00000 9.00000 -9.00000 + + +0.00000 0.250000 0.00000 9.00000 -9.00000 +0.00000 0.500000 0.00000 9.00000 -9.00000 + + +0.00000 0.250000 0.00000 9.00000 -9.00000 +0.00000 0.250000 0.250000 9.00000 -9.00000 + + +0.250000 0.250000 0.00000 9.00000 -9.00000 +0.250000 0.500000 0.00000 9.00000 -9.00000 + + +0.250000 0.250000 0.00000 9.00000 -9.00000 +0.250000 0.250000 0.250000 9.00000 -9.00000 + + +0.00000 0.500000 0.00000 9.00000 -9.00000 +0.250000 0.500000 0.00000 9.00000 -9.00000 + + +0.00000 0.500000 0.00000 9.00000 -9.00000 +0.00000 0.500000 0.250000 9.00000 -9.00000 + + +0.250000 0.500000 0.00000 9.00000 -9.00000 +0.250000 0.500000 0.250000 9.00000 -9.00000 + + +0.00000 0.250000 0.250000 9.00000 -9.00000 +0.250000 0.250000 0.250000 9.00000 -9.00000 + + +0.00000 0.250000 0.250000 9.00000 -9.00000 +0.00000 0.500000 0.250000 9.00000 -9.00000 + + +0.250000 0.250000 0.250000 9.00000 -9.00000 +0.250000 0.500000 0.250000 9.00000 -9.00000 + + +0.00000 0.500000 0.250000 9.00000 -9.00000 +0.250000 0.500000 0.250000 9.00000 -9.00000 + + +0.250000 0.250000 0.00000 10.0000 -10.0000 +0.500000 0.250000 0.00000 10.0000 -10.0000 + + +0.250000 0.250000 0.00000 10.0000 -10.0000 +0.250000 0.500000 0.00000 10.0000 -10.0000 + + +0.250000 0.250000 0.00000 10.0000 -10.0000 +0.250000 0.250000 0.250000 10.0000 -10.0000 + + +0.500000 0.250000 0.00000 10.0000 -10.0000 +0.500000 0.500000 0.00000 10.0000 -10.0000 + + +0.500000 0.250000 0.00000 10.0000 -10.0000 +0.500000 0.250000 0.250000 10.0000 -10.0000 + + +0.250000 0.500000 0.00000 10.0000 -10.0000 +0.500000 0.500000 0.00000 10.0000 -10.0000 + + +0.250000 0.500000 0.00000 10.0000 -10.0000 +0.250000 0.500000 0.250000 10.0000 -10.0000 + + +0.500000 0.500000 0.00000 10.0000 -10.0000 +0.500000 0.500000 0.250000 10.0000 -10.0000 + + +0.250000 0.250000 0.250000 10.0000 -10.0000 +0.500000 0.250000 0.250000 10.0000 -10.0000 + + +0.250000 0.250000 0.250000 10.0000 -10.0000 +0.250000 0.500000 0.250000 10.0000 -10.0000 + + +0.500000 0.250000 0.250000 10.0000 -10.0000 +0.500000 0.500000 0.250000 10.0000 -10.0000 + + +0.250000 0.500000 0.250000 10.0000 -10.0000 +0.500000 0.500000 0.250000 10.0000 -10.0000 + + +0.00000 0.00000 0.250000 11.0000 -11.0000 +0.250000 0.00000 0.250000 11.0000 -11.0000 + + +0.00000 0.00000 0.250000 11.0000 -11.0000 +0.00000 0.250000 0.250000 11.0000 -11.0000 + + +0.00000 0.00000 0.250000 11.0000 -11.0000 +0.00000 0.00000 0.500000 11.0000 -11.0000 + + +0.250000 0.00000 0.250000 11.0000 -11.0000 +0.250000 0.250000 0.250000 11.0000 -11.0000 + + +0.250000 0.00000 0.250000 11.0000 -11.0000 +0.250000 0.00000 0.500000 11.0000 -11.0000 + + +0.00000 0.250000 0.250000 11.0000 -11.0000 +0.250000 0.250000 0.250000 11.0000 -11.0000 + + +0.00000 0.250000 0.250000 11.0000 -11.0000 +0.00000 0.250000 0.500000 11.0000 -11.0000 + + +0.250000 0.250000 0.250000 11.0000 -11.0000 +0.250000 0.250000 0.500000 11.0000 -11.0000 + + +0.00000 0.00000 0.500000 11.0000 -11.0000 +0.250000 0.00000 0.500000 11.0000 -11.0000 + + +0.00000 0.00000 0.500000 11.0000 -11.0000 +0.00000 0.250000 0.500000 11.0000 -11.0000 + + +0.250000 0.00000 0.500000 11.0000 -11.0000 +0.250000 0.250000 0.500000 11.0000 -11.0000 + + +0.00000 0.250000 0.500000 11.0000 -11.0000 +0.250000 0.250000 0.500000 11.0000 -11.0000 + + +0.250000 0.00000 0.250000 12.0000 -12.0000 +0.500000 0.00000 0.250000 12.0000 -12.0000 + + +0.250000 0.00000 0.250000 12.0000 -12.0000 +0.250000 0.250000 0.250000 12.0000 -12.0000 + + +0.250000 0.00000 0.250000 12.0000 -12.0000 +0.250000 0.00000 0.500000 12.0000 -12.0000 + + +0.500000 0.00000 0.250000 12.0000 -12.0000 +0.500000 0.250000 0.250000 12.0000 -12.0000 + + +0.500000 0.00000 0.250000 12.0000 -12.0000 +0.500000 0.00000 0.500000 12.0000 -12.0000 + + +0.250000 0.250000 0.250000 12.0000 -12.0000 +0.500000 0.250000 0.250000 12.0000 -12.0000 + + +0.250000 0.250000 0.250000 12.0000 -12.0000 +0.250000 0.250000 0.500000 12.0000 -12.0000 + + +0.500000 0.250000 0.250000 12.0000 -12.0000 +0.500000 0.250000 0.500000 12.0000 -12.0000 + + +0.250000 0.00000 0.500000 12.0000 -12.0000 +0.500000 0.00000 0.500000 12.0000 -12.0000 + + +0.250000 0.00000 0.500000 12.0000 -12.0000 +0.250000 0.250000 0.500000 12.0000 -12.0000 + + +0.500000 0.00000 0.500000 12.0000 -12.0000 +0.500000 0.250000 0.500000 12.0000 -12.0000 + + +0.250000 0.250000 0.500000 12.0000 -12.0000 +0.500000 0.250000 0.500000 12.0000 -12.0000 + + +0.00000 0.250000 0.250000 13.0000 -13.0000 +0.250000 0.250000 0.250000 13.0000 -13.0000 + + +0.00000 0.250000 0.250000 13.0000 -13.0000 +0.00000 0.500000 0.250000 13.0000 -13.0000 + + +0.00000 0.250000 0.250000 13.0000 -13.0000 +0.00000 0.250000 0.500000 13.0000 -13.0000 + + +0.250000 0.250000 0.250000 13.0000 -13.0000 +0.250000 0.500000 0.250000 13.0000 -13.0000 + + +0.250000 0.250000 0.250000 13.0000 -13.0000 +0.250000 0.250000 0.500000 13.0000 -13.0000 + + +0.00000 0.500000 0.250000 13.0000 -13.0000 +0.250000 0.500000 0.250000 13.0000 -13.0000 + + +0.00000 0.500000 0.250000 13.0000 -13.0000 +0.00000 0.500000 0.500000 13.0000 -13.0000 + + +0.250000 0.500000 0.250000 13.0000 -13.0000 +0.250000 0.500000 0.500000 13.0000 -13.0000 + + +0.00000 0.250000 0.500000 13.0000 -13.0000 +0.250000 0.250000 0.500000 13.0000 -13.0000 + + +0.00000 0.250000 0.500000 13.0000 -13.0000 +0.00000 0.500000 0.500000 13.0000 -13.0000 + + +0.250000 0.250000 0.500000 13.0000 -13.0000 +0.250000 0.500000 0.500000 13.0000 -13.0000 + + +0.00000 0.500000 0.500000 13.0000 -13.0000 +0.250000 0.500000 0.500000 13.0000 -13.0000 + + +0.250000 0.250000 0.250000 14.0000 -14.0000 +0.500000 0.250000 0.250000 14.0000 -14.0000 + + +0.250000 0.250000 0.250000 14.0000 -14.0000 +0.250000 0.500000 0.250000 14.0000 -14.0000 + + +0.250000 0.250000 0.250000 14.0000 -14.0000 +0.250000 0.250000 0.500000 14.0000 -14.0000 + + +0.500000 0.250000 0.250000 14.0000 -14.0000 +0.500000 0.500000 0.250000 14.0000 -14.0000 + + +0.500000 0.250000 0.250000 14.0000 -14.0000 +0.500000 0.250000 0.500000 14.0000 -14.0000 + + +0.250000 0.500000 0.250000 14.0000 -14.0000 +0.500000 0.500000 0.250000 14.0000 -14.0000 + + +0.250000 0.500000 0.250000 14.0000 -14.0000 +0.250000 0.500000 0.500000 14.0000 -14.0000 + + +0.500000 0.500000 0.250000 14.0000 -14.0000 +0.500000 0.500000 0.500000 14.0000 -14.0000 + + +0.250000 0.250000 0.500000 14.0000 -14.0000 +0.500000 0.250000 0.500000 14.0000 -14.0000 + + +0.250000 0.250000 0.500000 14.0000 -14.0000 +0.250000 0.500000 0.500000 14.0000 -14.0000 + + +0.500000 0.250000 0.500000 14.0000 -14.0000 +0.500000 0.500000 0.500000 14.0000 -14.0000 + + +0.250000 0.500000 0.500000 14.0000 -14.0000 +0.500000 0.500000 0.500000 14.0000 -14.0000 + + -- 2.39.5