mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-13 09:51:57 -06:00
Added comment
This commit is contained in:
parent
c713a8bebc
commit
624790e7e3
@ -76,6 +76,7 @@ namespace Opm
|
||||
const Sp Di = solver.solve(id);
|
||||
|
||||
// compute inv(D)*bn for the update of the right hand side
|
||||
// Note: Eigen version > 3.2 requires a non-const reference to solve.
|
||||
ADB::V eqs_n_v = eqs[n].value();
|
||||
const Eigen::VectorXd& Dibn = solver.solve(eqs_n_v.matrix());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user