From 21fe9d948b846f6692f641bcffd391a4888affcd Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 8 Apr 2011 17:45:29 +0000
Subject: [PATCH] remove 'test' for the Hesse matrix -- it doesn't actually
 test anything

[[Imported from SVN: r7122]]
---
 test/harmonicenergytest.cc | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/test/harmonicenergytest.cc b/test/harmonicenergytest.cc
index 3081406f..90c40b85 100644
--- a/test/harmonicenergytest.cc
+++ b/test/harmonicenergytest.cc
@@ -87,14 +87,4 @@ int main(int argc, char** argv)
     
     testEnergy<GridType>(grid, coefficients);
 
-    // //////////////////////////////////////////////////////////
-    //   Test the approximation to the Hesse matrix
-    // //////////////////////////////////////////////////////////
-    
-    HarmonicEnergyLocalStiffness<GridType::LeafGridView,TargetSpace> assembler;
-
-    assembler.assembleHessian(*grid->leafbegin<0>(), coefficients);
-
-    std::cout << "Hessian: \n" << assembler.A_[0][0] << std::endl;
-
 }
-- 
GitLab