]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
remove assertion to allow for smoother flow of tests
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 Jun 2005 09:27:02 +0000 (09:27 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 25 Jun 2005 09:27:02 +0000 (09:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@10941 0785d39b-7218-0410-832d-ea1e28bc413d

tests/fe/up_and_down.cc

index add039ea3a9f767e004cd5ee15999179d146c45b..19fe7812332e23044906910fe2bcea794eeeec1a 100644 (file)
@@ -86,7 +86,7 @@ void check_element (const Triangulation<dim> &tr,
         for (unsigned int c=0; c<GeometryInfo<dim>::children_per_cell; ++c)
           Assert (cell->child(c)->active(), ExcInternalError());
 
-                                         // then restrict and prolong
+                                         // then restrict and prolongate
         cell->get_interpolated_dof_values (tmp, v);
         cell->set_dof_values_by_interpolation (v, x);
       };
@@ -115,8 +115,9 @@ void check_element (const Triangulation<dim> &tr,
           << "; relative residual: "
           << (relative_residual<threshold ? "ok" : "botched up!")
           << std::endl;
-  
-  Assert (relative_residual < threshold*x.l2_norm(), ExcInternalError());
+
+//TODO:[WB] Why this exception with a value different from above. Output of the error should be sufficient!  
+//  Assert (relative_residual < threshold*x.l2_norm(), ExcInternalError());
 }
 
 

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.