mirror of
https://github.com/OPM/opm-upscaling.git
synced 2025-02-25 18:45:23 -06:00
fixed: make sure we load vectors
This commit is contained in:
parent
343411cc9b
commit
9c56c926f7
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user