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

bugfix

[[Imported from SVN: r836]]
parent 1799a2bd
No related branches found
No related tags found
No related merge requests found
...@@ -769,6 +769,7 @@ getStrain(const std::vector<Configuration>& sol, ...@@ -769,6 +769,7 @@ getStrain(const std::vector<Configuration>& sol,
// Strain defined on each element // Strain defined on each element
strain.resize(indexSet.size(0)); strain.resize(indexSet.size(0));
strain = 0;
ElementLeafIterator it = grid_->template leafbegin<0>(); ElementLeafIterator it = grid_->template leafbegin<0>();
ElementLeafIterator endIt = grid_->template leafend<0>(); ElementLeafIterator endIt = grid_->template leafend<0>();
......
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