mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-29 04:23:48 -06:00
bec3ce31fd
while the printed number of "Non linear iterations" was correct in a strict sense, it was very confusing if one was working on the linearization code because the last Newton iteration of each time step was linearized but not solved for (and the solution was thus not updated hence it does not count as a "non linear iteration"). This makes sense for large problems were the total runtime is completely dominated by the performance of the linear solver, but smaller problems exhibit the opposite behavior (i.e., for them, runtime is typically dominated by the linearization proceedure), so one is more interested in the number of linearizations, not the number of linear solves. |
||
---|---|---|
.. | ||
fullyimplicit | ||
CompressibleTpfaPolymer.cpp | ||
CompressibleTpfaPolymer.hpp | ||
GravityColumnSolverPolymer_impl.hpp | ||
GravityColumnSolverPolymer.hpp | ||
IncompPropertiesDefaultPolymer.hpp | ||
IncompTpfaPolymer.cpp | ||
IncompTpfaPolymer.hpp | ||
Point2D.hpp | ||
PolymerBlackoilState.cpp | ||
PolymerBlackoilState.hpp | ||
PolymerInflow.cpp | ||
PolymerInflow.hpp | ||
PolymerProperties.cpp | ||
PolymerProperties.hpp | ||
PolymerState.cpp | ||
PolymerState.hpp | ||
polymerUtilities.cpp | ||
polymerUtilities.hpp | ||
SimulatorCompressiblePolymer.cpp | ||
SimulatorCompressiblePolymer.hpp | ||
SimulatorPolymer.cpp | ||
SimulatorPolymer.hpp | ||
SinglePointUpwindTwoPhasePolymer.hpp | ||
TransportSolverTwophaseCompressiblePolymer.cpp | ||
TransportSolverTwophaseCompressiblePolymer.hpp | ||
TransportSolverTwophasePolymer.cpp | ||
TransportSolverTwophasePolymer.hpp |