mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
BlackoilModelEbos: add accessor to linear solve setup time
to allow for external usage
This commit is contained in:
parent
cee8dc4c6e
commit
6f726049ce
@ -888,6 +888,13 @@ namespace Opm {
|
||||
}
|
||||
|
||||
|
||||
// Obtain reference to linear solver setup time
|
||||
double& linearSolveSetupTime()
|
||||
{
|
||||
return linear_solve_setup_time_;
|
||||
}
|
||||
|
||||
|
||||
void solveJacobianSystemDomain(const Domain& domain, BVector& global_x)
|
||||
{
|
||||
Dune::Timer perfTimer;
|
||||
|
Loading…
Reference in New Issue
Block a user