]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Updated test for transformation from real to unit cell
authorheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 17 May 2011 14:58:35 +0000 (14:58 +0000)
committerheltai <heltai@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 17 May 2011 14:58:35 +0000 (14:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@23712 0785d39b-7218-0410-832d-ea1e28bc413d

tests/codim_one/mapping_03.cc
tests/codim_one/mapping_03/cmp/generic

index a4090f45e93df79b513e34d8d375ce8a00aae593..385f4069e84f90b22ac7ca384faf462ed9480994 100644 (file)
@@ -42,7 +42,7 @@ void test ()
                                   // Try to project a point on the
                                   // surface 
   for(unsigned int i=0; i<dim; ++i)
-    p[i] = .5;
+    p[i] = .2;
   
   Point<dim-1> 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> ();
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..44eb1f435e77ea832a7f811f4ed468150ac2c28e 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.