From 8b2a8191cbf7bc2466bceef9ca50b9439065ad55 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 26 Sep 2013 18:42:50 +0000 Subject: [PATCH] fix elasticity test git-svn-id: https://svn.dealii.org/trunk@30964 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/integrators/elasticity_01.cc | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/tests/integrators/elasticity_01.cc b/tests/integrators/elasticity_01.cc index e62f83aa53..13016b9564 100644 --- a/tests/integrators/elasticity_01.cc +++ b/tests/integrators/elasticity_01.cc @@ -22,7 +22,7 @@ #include "../lib/test_grids.h" #include -#include +#include #include #include @@ -31,7 +31,7 @@ #include "tbb/task_scheduler_init.h" -using namespace LocalIntegrators::Laplace; +using namespace LocalIntegrators::Elasticity; template void test_cell(const FEValuesBase &fev) @@ -106,13 +106,6 @@ void test_boundary(const FEValuesBase &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; } -- 2.39.5