opm-simulators/opm/polymer/fullyimplicit
Andreas Lauser bec3ce31fd distinguish between the number of non linear iterations and the number of linearizations
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.
2016-08-02 12:14:10 +02:00
..
BlackoilPolymerModel_impl.hpp pass the simulation timer object instead of the time step size 2016-07-12 15:55:12 +02:00
BlackoilPolymerModel.hpp pass the simulation timer object instead of the time step size 2016-07-12 15:55:12 +02:00
FullyImplicitCompressiblePolymerSolver.cpp distinguish between the number of non linear iterations and the number of linearizations 2016-08-02 12:14:10 +02:00
FullyImplicitCompressiblePolymerSolver.hpp distinguish between the number of non linear iterations and the number of linearizations 2016-08-02 12:14:10 +02:00
PolymerPropsAd.cpp renaming visc parameters to mu_w for better readability 2016-04-14 15:09:03 +02:00
PolymerPropsAd.hpp renaming visc parameters to mu_w for better readability 2016-04-14 15:09:03 +02:00
SimulatorFullyImplicitBlackoilPolymer_impl.hpp only calculating repesentative radius when having PLYSHLOG. 2016-06-28 15:50:50 +08:00
SimulatorFullyImplicitBlackoilPolymer.hpp Make BlackoilMultisegmentModel constructured from MultisegmentWells 2016-05-23 15:11:51 +02:00
SimulatorFullyImplicitCompressiblePolymer_impl.hpp making a forwarded updateListEconLimited in SimulatorBase. 2016-07-05 13:02:28 +02:00
SimulatorFullyImplicitCompressiblePolymer.hpp making a forwarded updateListEconLimited in SimulatorBase. 2016-07-05 13:02:28 +02:00
WellStateFullyImplicitBlackoilPolymer.hpp Make BlackoilPolymerModel usable with NewtonSolver from opm-autodiff. 2015-05-19 21:29:14 +02:00