From 9c56c926f74c33e3d34e2bd0e4a9244ddc2a0c99 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 20 Nov 2012 11:23:05 +0100 Subject: [PATCH] fixed: make sure we load vectors --- dune/elasticity/elasticity_upscale_impl.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dune/elasticity/elasticity_upscale_impl.hpp b/dune/elasticity/elasticity_upscale_impl.hpp index 33574e8..19bf41d 100644 --- a/dune/elasticity/elasticity_upscale_impl.hpp +++ b/dune/elasticity/elasticity_upscale_impl.hpp @@ -552,6 +552,7 @@ void ElasticityUpscale::assemble(int loadcase, bool matrix) EP = &ES; eps0[loadcase] = 1; A.getLoadVector() = 0; + b[loadcase] = 0; } int m=0; Dune::FieldMatrix* KP=0;