From 28168ef2335e7750bf211c5748f230ea1861ad75 Mon Sep 17 00:00:00 2001 From: "angela.klewinghaus" Date: Fri, 29 Nov 2013 14:08:20 +0000 Subject: [PATCH] add tests for FE_TraceQ git-svn-id: https://svn.dealii.org/branches/branch_face_elements@31831 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/fe/shapes_traceq.cc | 74 +++++++++ tests/fe/shapes_traceq.output | 281 ++++++++++++++++++++++++++++++++++ 2 files changed, 355 insertions(+) create mode 100644 tests/fe/shapes_traceq.cc create mode 100644 tests/fe/shapes_traceq.output diff --git a/tests/fe/shapes_traceq.cc b/tests/fe/shapes_traceq.cc new file mode 100644 index 0000000000..2221ec0d38 --- /dev/null +++ b/tests/fe/shapes_traceq.cc @@ -0,0 +1,74 @@ +// --------------------------------------------------------------------- +// $Id$ +// +// Copyright (C) 2013 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. +// +// --------------------------------------------------------------------- + +#include "../tests.h" +#include "shapes.h" +//#include "../deal.II/tests/tests.h" +//#include "../deal.II/tests/fe/shapes.h" +#include +#include +#include +#include +#include +#include + +#define PRECISION 2 + + +template +void plot_FE_TraceQ_shape_functions() +{ + MappingQ1 m; + + FE_TraceQ tq1(1); + FE_TraceQ tq2(2); + FE_TraceQ tq3(3); + FE_TraceQ tq4(4); + FE_Q q1(1); + FE_Q q2(2); + FESystem sys1(tq1,1); + FESystem sys2(tq2,1); + FESystem sys11(tq1,1,q1,1); + FESystem sys22(tq2,1,q2,1); + plot_face_shape_functions(m, tq1, "TraceQ1", update_values); + plot_face_shape_functions(m, tq2, "TraceQ2", update_values); + plot_face_shape_functions(m, tq3, "TraceQ3", update_values); + plot_face_shape_functions(m, tq4, "TraceQ4", update_values); + plot_face_shape_functions(m, sys1, "System1", update_values); + plot_face_shape_functions(m, sys2, "System2", update_values); + plot_face_shape_functions(m, sys11, "System1-1", update_values); + plot_face_shape_functions(m, sys22, "System2-2", update_values); +} + + +int +main() +{ + const std::string logname = "output"; + std::ofstream logfile(logname.c_str()); + deallog << std::setprecision(PRECISION) << std::fixed; + deallog.attach(logfile); + deallog.depth_console(0); + deallog.threshold_double(1.e-10); + + plot_FE_TraceQ_shape_functions<2>(); + //plot_FE_TraceQ_shape_functions<3>(); + + return 0; +} + + + diff --git a/tests/fe/shapes_traceq.output b/tests/fe/shapes_traceq.output new file mode 100644 index 0000000000..b71e80911e --- /dev/null +++ b/tests/fe/shapes_traceq.output @@ -0,0 +1,281 @@ + +DEAL:Face2d-TraceQ1::0.00 0.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ1::0.00 0.12 1.75 1.00 1.25 1.00 +DEAL:Face2d-TraceQ1::0.00 0.25 1.50 1.00 1.50 1.00 +DEAL:Face2d-TraceQ1::0.00 0.38 1.25 1.00 1.75 1.00 +DEAL:Face2d-TraceQ1::0.00 0.50 1.00 1.00 2.00 1.00 +DEAL:Face2d-TraceQ1:: +DEAL:Face2d-TraceQ1:: +DEAL:Face2d-TraceQ1::0.50 0.00 1.00 1.00 2.00 1.00 +DEAL:Face2d-TraceQ1::0.50 0.06 1.00 1.00 1.88 1.12 +DEAL:Face2d-TraceQ1::0.50 0.12 1.00 1.00 1.75 1.25 +DEAL:Face2d-TraceQ1::0.50 0.19 1.00 1.00 1.62 1.38 +DEAL:Face2d-TraceQ1::0.50 0.25 1.00 1.00 1.50 1.50 +DEAL:Face2d-TraceQ1:: +DEAL:Face2d-TraceQ1:: +DEAL:Face2d-TraceQ1::0.50 0.25 1.00 1.00 1.50 1.50 +DEAL:Face2d-TraceQ1::0.50 0.31 1.00 1.00 1.38 1.62 +DEAL:Face2d-TraceQ1::0.50 0.38 1.00 1.00 1.25 1.75 +DEAL:Face2d-TraceQ1::0.50 0.44 1.00 1.00 1.12 1.88 +DEAL:Face2d-TraceQ1::0.50 0.50 1.00 1.00 1.00 2.00 +DEAL:Face2d-TraceQ1:: +DEAL:Face2d-TraceQ1:: +DEAL:Face2d-TraceQ1::0.00 0.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ1::0.12 0.00 1.75 1.25 1.00 1.00 +DEAL:Face2d-TraceQ1::0.25 0.00 1.50 1.50 1.00 1.00 +DEAL:Face2d-TraceQ1::0.38 0.00 1.25 1.75 1.00 1.00 +DEAL:Face2d-TraceQ1::0.50 0.00 1.00 2.00 1.00 1.00 +DEAL:Face2d-TraceQ1:: +DEAL:Face2d-TraceQ1:: +DEAL:Face2d-TraceQ1::0.00 0.50 1.00 1.00 2.00 1.00 +DEAL:Face2d-TraceQ1::0.12 0.50 1.00 1.00 1.75 1.25 +DEAL:Face2d-TraceQ1::0.25 0.50 1.00 1.00 1.50 1.50 +DEAL:Face2d-TraceQ1::0.38 0.50 1.00 1.00 1.25 1.75 +DEAL:Face2d-TraceQ1::0.50 0.50 1.00 1.00 1.00 2.00 +DEAL:Face2d-TraceQ1:: +DEAL:Face2d-TraceQ1:: +DEAL:Face2d-TraceQ2::0.00 0.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2::0.00 0.12 1.38 1.00 0.88 1.00 1.75 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2::0.00 0.25 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2::0.00 0.38 0.88 1.00 1.38 1.00 1.75 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2::0.00 0.50 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2:: +DEAL:Face2d-TraceQ2:: +DEAL:Face2d-TraceQ2::0.50 0.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2::0.50 0.06 1.00 1.00 1.00 1.66 0.91 1.44 1.00 1.00 +DEAL:Face2d-TraceQ2::0.50 0.12 1.00 1.00 1.00 1.38 0.88 1.75 1.00 1.00 +DEAL:Face2d-TraceQ2::0.50 0.19 1.00 1.00 1.00 1.16 0.91 1.94 1.00 1.00 +DEAL:Face2d-TraceQ2::0.50 0.25 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 +DEAL:Face2d-TraceQ2:: +DEAL:Face2d-TraceQ2:: +DEAL:Face2d-TraceQ2::0.50 0.25 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 +DEAL:Face2d-TraceQ2::0.50 0.31 1.00 1.00 1.00 0.91 1.16 1.94 1.00 1.00 +DEAL:Face2d-TraceQ2::0.50 0.38 1.00 1.00 1.00 0.88 1.38 1.75 1.00 1.00 +DEAL:Face2d-TraceQ2::0.50 0.44 1.00 1.00 1.00 0.91 1.66 1.44 1.00 1.00 +DEAL:Face2d-TraceQ2::0.50 0.50 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2:: +DEAL:Face2d-TraceQ2:: +DEAL:Face2d-TraceQ2::0.00 0.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2::0.12 0.00 1.38 0.88 1.00 1.00 1.00 1.00 1.75 1.00 +DEAL:Face2d-TraceQ2::0.25 0.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 +DEAL:Face2d-TraceQ2::0.38 0.00 0.88 1.38 1.00 1.00 1.00 1.00 1.75 1.00 +DEAL:Face2d-TraceQ2::0.50 0.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2:: +DEAL:Face2d-TraceQ2:: +DEAL:Face2d-TraceQ2::0.00 0.50 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2::0.12 0.50 1.00 1.00 1.38 0.88 1.00 1.00 1.00 1.75 +DEAL:Face2d-TraceQ2::0.25 0.50 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 +DEAL:Face2d-TraceQ2::0.38 0.50 1.00 1.00 0.88 1.38 1.00 1.00 1.00 1.75 +DEAL:Face2d-TraceQ2::0.50 0.50 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ2:: +DEAL:Face2d-TraceQ2:: +DEAL:Face2d-TraceQ3::0.00 0.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.00 0.12 1.12 1.00 1.04 1.00 2.05 0.79 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.00 0.25 0.94 1.00 0.94 1.00 1.56 1.56 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.00 0.38 1.04 1.00 1.12 1.00 0.79 2.05 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.00 0.50 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3:: +DEAL:Face2d-TraceQ3:: +DEAL:Face2d-TraceQ3::0.50 0.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.50 0.06 1.00 1.00 1.00 1.00 1.44 1.06 1.80 0.69 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.50 0.12 1.00 1.00 1.00 1.00 1.12 1.04 2.05 0.79 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.50 0.19 1.00 1.00 1.00 1.00 0.97 0.98 1.92 1.13 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.50 0.25 1.00 1.00 1.00 1.00 0.94 0.94 1.56 1.56 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3:: +DEAL:Face2d-TraceQ3:: +DEAL:Face2d-TraceQ3::0.50 0.25 1.00 1.00 1.00 1.00 0.94 0.94 1.56 1.56 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.50 0.31 1.00 1.00 1.00 1.00 0.98 0.97 1.13 1.92 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.50 0.38 1.00 1.00 1.00 1.00 1.04 1.12 0.79 2.05 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.50 0.44 1.00 1.00 1.00 1.00 1.06 1.44 0.69 1.80 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.50 0.50 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3:: +DEAL:Face2d-TraceQ3:: +DEAL:Face2d-TraceQ3::0.00 0.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.12 0.00 1.12 1.04 1.00 1.00 1.00 1.00 1.00 1.00 2.05 0.79 1.00 1.00 +DEAL:Face2d-TraceQ3::0.25 0.00 0.94 0.94 1.00 1.00 1.00 1.00 1.00 1.00 1.56 1.56 1.00 1.00 +DEAL:Face2d-TraceQ3::0.38 0.00 1.04 1.12 1.00 1.00 1.00 1.00 1.00 1.00 0.79 2.05 1.00 1.00 +DEAL:Face2d-TraceQ3::0.50 0.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3:: +DEAL:Face2d-TraceQ3:: +DEAL:Face2d-TraceQ3::0.00 0.50 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3::0.12 0.50 1.00 1.00 1.12 1.04 1.00 1.00 1.00 1.00 1.00 1.00 2.05 0.79 +DEAL:Face2d-TraceQ3::0.25 0.50 1.00 1.00 0.94 0.94 1.00 1.00 1.00 1.00 1.00 1.00 1.56 1.56 +DEAL:Face2d-TraceQ3::0.38 0.50 1.00 1.00 1.04 1.12 1.00 1.00 1.00 1.00 1.00 1.00 0.79 2.05 +DEAL:Face2d-TraceQ3::0.50 0.50 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ3:: +DEAL:Face2d-TraceQ3:: +DEAL:Face2d-TraceQ4::0.00 0.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.00 0.12 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.00 0.25 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.00 0.38 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.00 0.50 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4:: +DEAL:Face2d-TraceQ4:: +DEAL:Face2d-TraceQ4::0.50 0.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.50 0.06 1.00 1.00 1.00 1.00 1.00 1.27 0.96 2.09 0.45 1.22 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.50 0.12 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.50 0.19 1.00 1.00 1.00 1.00 1.00 0.96 1.02 1.47 1.70 0.84 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.50 0.25 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4:: +DEAL:Face2d-TraceQ4:: +DEAL:Face2d-TraceQ4::0.50 0.25 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.50 0.31 1.00 1.00 1.00 1.00 1.00 1.02 0.96 0.84 1.70 1.47 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.50 0.38 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.50 0.44 1.00 1.00 1.00 1.00 1.00 0.96 1.27 1.22 0.45 2.09 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.50 0.50 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4:: +DEAL:Face2d-TraceQ4:: +DEAL:Face2d-TraceQ4::0.00 0.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.12 0.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.25 0.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.38 0.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.50 0.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4:: +DEAL:Face2d-TraceQ4:: +DEAL:Face2d-TraceQ4::0.00 0.50 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.12 0.50 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 +DEAL:Face2d-TraceQ4::0.25 0.50 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 +DEAL:Face2d-TraceQ4::0.38 0.50 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 +DEAL:Face2d-TraceQ4::0.50 0.50 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-TraceQ4:: +DEAL:Face2d-TraceQ4:: +DEAL:Face2d-System1::0.00 0.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-System1::0.00 0.12 1.75 1.00 1.25 1.00 +DEAL:Face2d-System1::0.00 0.25 1.50 1.00 1.50 1.00 +DEAL:Face2d-System1::0.00 0.38 1.25 1.00 1.75 1.00 +DEAL:Face2d-System1::0.00 0.50 1.00 1.00 2.00 1.00 +DEAL:Face2d-System1:: +DEAL:Face2d-System1:: +DEAL:Face2d-System1::0.50 0.00 1.00 1.00 2.00 1.00 +DEAL:Face2d-System1::0.50 0.06 1.00 1.00 1.88 1.12 +DEAL:Face2d-System1::0.50 0.12 1.00 1.00 1.75 1.25 +DEAL:Face2d-System1::0.50 0.19 1.00 1.00 1.62 1.38 +DEAL:Face2d-System1::0.50 0.25 1.00 1.00 1.50 1.50 +DEAL:Face2d-System1:: +DEAL:Face2d-System1:: +DEAL:Face2d-System1::0.50 0.25 1.00 1.00 1.50 1.50 +DEAL:Face2d-System1::0.50 0.31 1.00 1.00 1.38 1.62 +DEAL:Face2d-System1::0.50 0.38 1.00 1.00 1.25 1.75 +DEAL:Face2d-System1::0.50 0.44 1.00 1.00 1.12 1.88 +DEAL:Face2d-System1::0.50 0.50 1.00 1.00 1.00 2.00 +DEAL:Face2d-System1:: +DEAL:Face2d-System1:: +DEAL:Face2d-System1::0.00 0.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-System1::0.12 0.00 1.75 1.25 1.00 1.00 +DEAL:Face2d-System1::0.25 0.00 1.50 1.50 1.00 1.00 +DEAL:Face2d-System1::0.38 0.00 1.25 1.75 1.00 1.00 +DEAL:Face2d-System1::0.50 0.00 1.00 2.00 1.00 1.00 +DEAL:Face2d-System1:: +DEAL:Face2d-System1:: +DEAL:Face2d-System1::0.00 0.50 1.00 1.00 2.00 1.00 +DEAL:Face2d-System1::0.12 0.50 1.00 1.00 1.75 1.25 +DEAL:Face2d-System1::0.25 0.50 1.00 1.00 1.50 1.50 +DEAL:Face2d-System1::0.38 0.50 1.00 1.00 1.25 1.75 +DEAL:Face2d-System1::0.50 0.50 1.00 1.00 1.00 2.00 +DEAL:Face2d-System1:: +DEAL:Face2d-System1:: +DEAL:Face2d-System2::0.00 0.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2::0.00 0.12 1.38 1.00 0.88 1.00 1.75 1.00 1.00 1.00 +DEAL:Face2d-System2::0.00 0.25 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-System2::0.00 0.38 0.88 1.00 1.38 1.00 1.75 1.00 1.00 1.00 +DEAL:Face2d-System2::0.00 0.50 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2:: +DEAL:Face2d-System2:: +DEAL:Face2d-System2::0.50 0.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2::0.50 0.06 1.00 1.00 1.00 1.66 0.91 1.44 1.00 1.00 +DEAL:Face2d-System2::0.50 0.12 1.00 1.00 1.00 1.38 0.88 1.75 1.00 1.00 +DEAL:Face2d-System2::0.50 0.19 1.00 1.00 1.00 1.16 0.91 1.94 1.00 1.00 +DEAL:Face2d-System2::0.50 0.25 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 +DEAL:Face2d-System2:: +DEAL:Face2d-System2:: +DEAL:Face2d-System2::0.50 0.25 1.00 1.00 1.00 1.00 1.00 2.00 1.00 1.00 +DEAL:Face2d-System2::0.50 0.31 1.00 1.00 1.00 0.91 1.16 1.94 1.00 1.00 +DEAL:Face2d-System2::0.50 0.38 1.00 1.00 1.00 0.88 1.38 1.75 1.00 1.00 +DEAL:Face2d-System2::0.50 0.44 1.00 1.00 1.00 0.91 1.66 1.44 1.00 1.00 +DEAL:Face2d-System2::0.50 0.50 1.00 1.00 1.00 1.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-System2:: +DEAL:Face2d-System2:: +DEAL:Face2d-System2::0.00 0.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2::0.12 0.00 1.38 0.88 1.00 1.00 1.00 1.00 1.75 1.00 +DEAL:Face2d-System2::0.25 0.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 1.00 +DEAL:Face2d-System2::0.38 0.00 0.88 1.38 1.00 1.00 1.00 1.00 1.75 1.00 +DEAL:Face2d-System2::0.50 0.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2:: +DEAL:Face2d-System2:: +DEAL:Face2d-System2::0.00 0.50 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2::0.12 0.50 1.00 1.00 1.38 0.88 1.00 1.00 1.00 1.75 +DEAL:Face2d-System2::0.25 0.50 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 +DEAL:Face2d-System2::0.38 0.50 1.00 1.00 0.88 1.38 1.00 1.00 1.00 1.75 +DEAL:Face2d-System2::0.50 0.50 1.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2:: +DEAL:Face2d-System2:: +DEAL:Face2d-System1-1::0.00 0.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System1-1::0.00 0.12 1.75 1.75 1.00 1.00 1.25 1.25 1.00 1.00 +DEAL:Face2d-System1-1::0.00 0.25 1.50 1.50 1.00 1.00 1.50 1.50 1.00 1.00 +DEAL:Face2d-System1-1::0.00 0.38 1.25 1.25 1.00 1.00 1.75 1.75 1.00 1.00 +DEAL:Face2d-System1-1::0.00 0.50 1.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 +DEAL:Face2d-System1-1:: +DEAL:Face2d-System1-1:: +DEAL:Face2d-System1-1::0.50 0.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-System1-1::0.50 0.06 1.00 1.00 1.00 1.88 1.88 1.00 1.12 1.12 +DEAL:Face2d-System1-1::0.50 0.12 1.00 1.00 1.00 1.75 1.75 1.00 1.25 1.25 +DEAL:Face2d-System1-1::0.50 0.19 1.00 1.00 1.00 1.62 1.62 1.00 1.38 1.38 +DEAL:Face2d-System1-1::0.50 0.25 1.00 1.00 1.00 1.50 1.50 1.00 1.50 1.50 +DEAL:Face2d-System1-1:: +DEAL:Face2d-System1-1:: +DEAL:Face2d-System1-1::0.50 0.25 1.00 1.00 1.00 1.50 1.50 1.00 1.50 1.50 +DEAL:Face2d-System1-1::0.50 0.31 1.00 1.00 1.00 1.38 1.38 1.00 1.62 1.62 +DEAL:Face2d-System1-1::0.50 0.38 1.00 1.00 1.00 1.25 1.25 1.00 1.75 1.75 +DEAL:Face2d-System1-1::0.50 0.44 1.00 1.00 1.00 1.12 1.12 1.00 1.88 1.88 +DEAL:Face2d-System1-1::0.50 0.50 1.00 1.00 1.00 1.00 1.00 1.00 2.00 2.00 +DEAL:Face2d-System1-1:: +DEAL:Face2d-System1-1:: +DEAL:Face2d-System1-1::0.00 0.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System1-1::0.12 0.00 1.75 1.75 1.25 1.25 1.00 1.00 1.00 1.00 +DEAL:Face2d-System1-1::0.25 0.00 1.50 1.50 1.50 1.50 1.00 1.00 1.00 1.00 +DEAL:Face2d-System1-1::0.38 0.00 1.25 1.25 1.75 1.75 1.00 1.00 1.00 1.00 +DEAL:Face2d-System1-1::0.50 0.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System1-1:: +DEAL:Face2d-System1-1:: +DEAL:Face2d-System1-1::0.00 0.50 1.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 +DEAL:Face2d-System1-1::0.12 0.50 1.00 1.00 1.00 1.00 1.75 1.75 1.25 1.25 +DEAL:Face2d-System1-1::0.25 0.50 1.00 1.00 1.00 1.00 1.50 1.50 1.50 1.50 +DEAL:Face2d-System1-1::0.38 0.50 1.00 1.00 1.00 1.00 1.25 1.25 1.75 1.75 +DEAL:Face2d-System1-1::0.50 0.50 1.00 1.00 1.00 1.00 1.00 1.00 2.00 2.00 +DEAL:Face2d-System1-1:: +DEAL:Face2d-System1-1:: +DEAL:Face2d-System2-2::0.00 0.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.00 0.12 1.38 1.38 1.00 1.00 0.88 0.88 1.00 1.00 1.75 1.75 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.00 0.25 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.00 0.38 0.88 0.88 1.00 1.00 1.38 1.38 1.00 1.00 1.75 1.75 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.00 0.50 1.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2:: +DEAL:Face2d-System2-2:: +DEAL:Face2d-System2-2::0.50 0.00 1.00 1.00 1.00 2.00 1.00 1.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.50 0.06 1.00 1.00 1.00 1.66 1.00 1.00 1.66 0.91 0.91 1.00 1.44 1.44 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.50 0.12 1.00 1.00 1.00 1.38 1.00 1.00 1.38 0.88 0.88 1.00 1.75 1.75 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.50 0.19 1.00 1.00 1.00 1.16 1.00 1.00 1.16 0.91 0.91 1.00 1.94 1.94 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.50 0.25 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2:: +DEAL:Face2d-System2-2:: +DEAL:Face2d-System2-2::0.50 0.25 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.50 0.31 1.00 1.00 1.00 0.91 1.00 1.00 0.91 1.16 1.16 1.00 1.94 1.94 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.50 0.38 1.00 1.00 1.00 0.88 1.00 1.00 0.88 1.38 1.38 1.00 1.75 1.75 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.50 0.44 1.00 1.00 1.00 0.91 1.00 1.00 0.91 1.66 1.66 1.00 1.44 1.44 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.50 0.50 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2:: +DEAL:Face2d-System2-2:: +DEAL:Face2d-System2-2::0.00 0.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.12 0.00 1.38 1.38 0.88 0.88 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.75 1.75 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.25 0.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.38 0.00 0.88 0.88 1.38 1.38 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.75 1.75 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.50 0.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2:: +DEAL:Face2d-System2-2:: +DEAL:Face2d-System2-2::0.00 0.50 1.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2::0.12 0.50 1.00 1.00 1.00 1.00 1.38 1.38 0.88 0.88 1.00 1.00 1.00 1.00 1.00 1.00 1.75 1.75 1.00 +DEAL:Face2d-System2-2::0.25 0.50 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 2.00 2.00 1.00 +DEAL:Face2d-System2-2::0.38 0.50 1.00 1.00 1.00 1.00 0.88 0.88 1.38 1.38 1.00 1.00 1.00 1.00 1.00 1.00 1.75 1.75 1.00 +DEAL:Face2d-System2-2::0.50 0.50 1.00 1.00 1.00 1.00 1.00 1.00 2.00 2.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00 +DEAL:Face2d-System2-2:: +DEAL:Face2d-System2-2:: -- 2.39.5