mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed kernel; fixed time step chopping;
This commit is contained in:
@@ -455,7 +455,7 @@ namespace bda
|
||||
for (unsigned int j = 0; j < blnr; ++j){
|
||||
temp += valsC[bb*blnc*blnr + j*blnc + c]*z2[j];
|
||||
}
|
||||
atomicAdd(&y[colIdx*blnc + c], temp);
|
||||
atomicAdd(&y[colIdx*blnc + c], -temp);
|
||||
}
|
||||
}
|
||||
)";
|
||||
|
||||
Reference in New Issue
Block a user