Skip to content
Snippets Groups Projects
Commit 21fe9d94 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

remove 'test' for the Hesse matrix -- it doesn't actually test anything

[[Imported from SVN: r7122]]
parent 03a443ee
No related branches found
No related tags found
No related merge requests found
...@@ -87,14 +87,4 @@ int main(int argc, char** argv) ...@@ -87,14 +87,4 @@ int main(int argc, char** argv)
testEnergy<GridType>(grid, coefficients); 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;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment