fixed: make sure we load vectors

This commit is contained in:
Arne Morten Kvarving 2012-11-20 11:23:05 +01:00
parent 343411cc9b
commit 9c56c926f7

View File

@ -552,6 +552,7 @@ void ElasticityUpscale<GridType>::assemble(int loadcase, bool matrix)
EP = &ES;
eps0[loadcase] = 1;
A.getLoadVector() = 0;
b[loadcase] = 0;
}
int m=0;
Dune::FieldMatrix<ctype,dim*bfunc,dim*bfunc>* KP=0;