From 18a4553d236409c47a5e089f2b37ff996349a900 Mon Sep 17 00:00:00 2001 From: heltai Date: Tue, 17 May 2011 14:58:35 +0000 Subject: [PATCH] Updated test for transformation from real to unit cell git-svn-id: https://svn.dealii.org/trunk@23712 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/codim_one/mapping_03.cc | 4 ++-- tests/codim_one/mapping_03/cmp/generic | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/tests/codim_one/mapping_03.cc b/tests/codim_one/mapping_03.cc index a4090f45e9..385f4069e8 100644 --- a/tests/codim_one/mapping_03.cc +++ b/tests/codim_one/mapping_03.cc @@ -42,7 +42,7 @@ void test () // Try to project a point on the // surface for(unsigned int i=0; i q = mapping.transform_real_to_unit_cell(mesh.begin_active(), p); @@ -58,7 +58,7 @@ int main () { std::ofstream logfile("mapping_03/output"); deallog.attach(logfile); - deallog.depth_console(0); + deallog.depth_console(3); test<2> (); test<3> (); diff --git a/tests/codim_one/mapping_03/cmp/generic b/tests/codim_one/mapping_03/cmp/generic index e69de29bb2..44eb1f435e 100644 --- a/tests/codim_one/mapping_03/cmp/generic +++ b/tests/codim_one/mapping_03/cmp/generic @@ -0,0 +1,3 @@ + +DEAL::P: 0.200000 0.200000, on unit: 0.200000 +DEAL::P: 0.200000 0.200000 0.200000, on unit: 0.200000 0.200000 -- 2.39.5