]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix elasticity test
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 26 Sep 2013 18:42:50 +0000 (18:42 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Thu, 26 Sep 2013 18:42:50 +0000 (18:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@30964 0785d39b-7218-0410-832d-ea1e28bc413d

tests/integrators/elasticity_01.cc

index e62f83aa537b2b4ae0f04b0b69a48da63de566bd..13016b95642f432a95400b13c29d577cbabbc9b0 100644 (file)
@@ -22,7 +22,7 @@
 #include "../lib/test_grids.h"
 
 #include <deal.II/base/logstream.h>
-#include <deal.II/integrators/laplace.h>
+#include <deal.II/integrators/elasticity.h>
 
 #include <deal.II/fe/fe_dgq.h>
 #include <deal.II/fe/fe_system.h>
@@ -31,7 +31,7 @@
 
 #include "tbb/task_scheduler_init.h"
 
-using namespace LocalIntegrators::Laplace;
+using namespace LocalIntegrators::Elasticity;
 
 template <int dim>
 void test_cell(const FEValuesBase<dim> &fev)
@@ -106,13 +106,6 @@ void test_boundary(const FEValuesBase<dim> &fev)
         M.vmult(v,u);
         w.add(-1., v);
         deallog << ' ' << w.l2_norm();
-        if (d==1)
-          {
-            nitsche_residual(w, fev, uval[0], ugrad[0], null_val[0], 17);
-            M.vmult(v,u);
-            w.add(-1., v);
-            deallog << " e" << w.l2_norm();
-          }
       }
     deallog << std::endl;
   }

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.