Changes

Summary

  1. Slight updates to some of our test COMBINE archives. (commit: 326fed9) (details)
  2. KINSOL solver: don't reset things on consecutive runs (#1512). (commit: 1c7005e) (details)
  3. Some minor cleaning up. (commit: 96e1482) (details)
  4. NLA solvers: don't have an initialize() method anymore, only a solve() (commit: d3cfee7) (details)
  5. Some minor cleaning up. (commit: afd1c6c) (details)
  6. KINSOL solver: some refactoring to make things (much) faster (#1512). (commit: 517a2a4) (details)
  7. Some minor cleaning up. (commit: 1cd0d90) (details)
  8. Simulation Experiment view: don’t incorrectly mark a CellML file as (commit: 14840c6) (details)
  9. Slight update to our downloads page (#1513). (commit: a32795a) (details)
  10. KINSOL solver: some refactoring to make things (much) faster (#1512). (commit: e20ef25) (details)
  11. Some minor cleaning up. (commit: e8a50e1) (details)
  12. Some minor cleaning up. (commit: 8345a5c) (details)
  13. Central widget: get the mode and view tabs to work fine again. (commit: 44292c1) (details)
  14. Simulation support: make sure that our solver is reinitialised, if (commit: 80b3393) (details)
  15. Slight update to our Smith et al. test COMBINE archive. (commit: 84f5e68) (details)
  16. Slight update to our downloads page (#1512). (commit: 647d904) (details)
  17. Make sure that it compiles on Windows. (commit: 6671ae4) (details)
  18. Make sure that it compiles on Linux and macOS. (commit: 260048c) (details)
Commit 326fed9015046e5f2d3c5946bdb5434469140367 by Alan Garny
Slight updates to some of our test COMBINE archives.
In issue #1510, we made it possible to customise the KINSOL solver, but
forgot to update some of our test COMBINE archives.
(commit: 326fed9)
The file was modified doc/developer/functionalTests/res/combine/smith_chase_nokes_shaw_wake_2004.omex (diff)
The file was modified doc/developer/functionalTests/res/combine/fink_slepchenko_moraru_watras_schaff_loew_2000v2.omex (diff)
Commit 1c7005e06283f23a109fa9129799d796a65ab221 by Alan Garny
KINSOL solver: don't reset things on consecutive runs (#1512).
(commit: 1c7005e)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/solverinterface.h (diff)
Commit d3cfee74114a5f392efbaeca7c284b6dcf159e4a by Alan Garny
NLA solvers: don't have an initialize() method anymore, only a solve()
one (#1512).
(commit: d3cfee7)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.cpp (diff)
The file was modified src/plugins/solverinterface.h (diff)
The file was modified src/plugins/solverinterface.cpp (diff)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.h (diff)
The file was modified src/plugins/solver/IDASSolver/src/idassolver.cpp (diff)
The file was modified src/plugins/solver/CVODESSolver/src/cvodessolver.cpp (diff)
Commit 517a2a4364364c6fc7e3b12165d34bb760830fda by Alan Garny
KINSOL solver: some refactoring to make things (much) faster (#1512).
(commit: 517a2a4)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.h (diff)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.cpp (diff)
The file was modified src/plugins/solver/IDASSolver/src/idassolver.cpp (diff)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.cpp (diff)
The file was modified src/plugins/solver/CVODESSolver/src/cvodessolver.cpp (diff)
Commit 14840c6ca0753b82c995f8d842f94b962bd0bc08 by Alan Garny
Simulation Experiment view: don’t incorrectly mark a CellML file as
modified (#1513).
(commit: 14840c6)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
Commit a32795a94a653ec394df2f9a6a9b9f0022f983c6 by Alan Garny
Slight update to our downloads page (#1513).
(commit: a32795a)
The file was modified doc/downloads/index.js (diff)
Commit e20ef25b4dec73e9c2faec1a5b3ac0f3f3c47d4a by Alan Garny
KINSOL solver: some refactoring to make things (much) faster (#1512).
We had forgotten to update our user data!
(commit: e20ef25)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.cpp (diff)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.h (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
Commit 44292c1a5484c5144561483abf26e719666f658f by Alan Garny
Central widget: get the mode and view tabs to work fine again.
This was due to our work on issue #1481.
(commit: 44292c1)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.cpp (diff)
The file was modified src/plugins/miscellaneous/Core/src/centralwidget.h (diff)
Commit 80b33939b4423f25db9dbe0f6e70aa9c6a33a46b by Alan Garny
Simulation support: make sure that our solver is reinitialised, if
needed, before using it (#1512).
(commit: 80b3393)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
Commit 84f5e6817020f4cc0c17358792a4e400d2547a62 by Alan Garny
Slight update to our Smith et al. test COMBINE archive.
Provide a more stable solution by asking CVODES not to interpolate its
solution.
(commit: 84f5e68)
The file was modified doc/developer/functionalTests/res/combine/smith_chase_nokes_shaw_wake_2004.omex (diff)
Commit 647d9040b71418880f4d974e76607f0f2372e458 by Alan Garny
Slight update to our downloads page (#1512).
(commit: 647d904)
The file was modified doc/downloads/index.js (diff)
Commit 6671ae4613eb255f48827dd1cf80c1ca90fadd2c by Alan Garny
Make sure that it compiles on Windows.
(commit: 6671ae4)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.h (diff)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.cpp (diff)
Commit 260048cf4a6ae2f100dcc4cd2eb5c7c89c1c0909 by Alan Garny
Make sure that it compiles on Linux and macOS.
(commit: 260048c)
The file was modified src/plugins/solver/KINSOLSolver/src/kinsolsolver.cpp (diff)