Changes

Summary

  1. Removed the IDAS solver (#1515). (commit: 499f88e) (details)
  2. Some minor cleaning up. (commit: 59fbd43) (details)
  3. Updated the documentation to remove references to IDA(S) (#1515). (commit: ae162f0) (details)
  4. Documentation: updated our KINSOL solver page (#1515). (commit: 486fa00) (details)
  5. Documentation: slight updates related to DAE models (#1515). (commit: 71ba6c5) (details)
  6. Solver interface: removed the VoiSolver and DaeSolver classes (#1515). (commit: e580447) (details)
  7. Solver interface: removed the DAE type of solver (#1515). (commit: 8b4beee) (details)
  8. CellML support: got rid of all the DAE-related code (#1515). (commit: cd68485) (details)
  9. CellML support: don't keep track of the type of model (#1515). (commit: 0cb02d6) (details)
  10. Solver interface: added a reinitialize() method (#1515). (commit: 716f191) (details)
  11. Slight update to our downloads page (#1515). (commit: d531784) (details)
Commit 499f88ea41bc6206e110a8ba27b789f352d24bd4 by Alan Garny
Removed the IDAS solver (#1515).
(commit: 499f88e)
The file was removedsrc/plugins/solver/IDASSolver/res/IDASSolver_i18n.qrc.in
The file was removedsrc/plugins/solver/IDASSolver/src/idassolver.cpp
The file was removedsrc/plugins/solver/IDASSolver/src/idassolver.h
The file was removedsrc/plugins/solver/IDASSolver/src/idassolverplugin.json
The file was modified CMakeLists.txt (diff)
The file was removedsrc/plugins/solver/IDASSolver/src/idassolverplugin.h
The file was removedsrc/plugins/solver/IDASSolver/CMakeLists.txt
The file was removedsrc/plugins/solver/IDASSolver/src/idassolverplugin.cpp
The file was removedsrc/plugins/solver/IDASSolver/i18n/IDASSolver_fr.ts
The file was modified doc/user/whatIsNew.js (diff)
The file was modified doc/user/whatIsNew.html (diff)
Commit ae162f0aad53197bed3a696ad205c814dfb42424 by Alan Garny
Updated the documentation to remove references to IDA(S) (#1515).
(commit: ae162f0)
The file was modified doc/user/whatIsNew.js (diff)
The file was removeddoc/user/plugins/solver/IDASSolver.html
The file was modified doc/user/res/menu.js (diff)
The file was modified doc/user/plugins/index.html (diff)
The file was modified doc/user/index.html (diff)
Commit 486fa00847c0bce114aa931b551cfbb90518cc92 by Alan Garny
Documentation: updated our KINSOL solver page (#1515).
(commit: 486fa00)
The file was modified doc/user/plugins/solver/KINSOLSolver.html (diff)
Commit 71ba6c521a013f6174da491e479f2e4996f4e1f4 by Alan Garny
Documentation: slight updates related to DAE models (#1515).
(commit: 71ba6c5)
The file was modified doc/user/plugins/simulation/SimulationExperimentView.html (diff)
The file was modified doc/user/knownLimitations.html (diff)
Commit e580447b160d11b10e382bfe421b76f1a7e724ce by Alan Garny
Solver interface: removed the VoiSolver and DaeSolver classes (#1515).
The contents of the VoiSolver class was merged into the OdeSolver class.
(commit: e580447)
The file was modified src/plugins/solverinterface.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/solverinterface.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
Commit 8b4beeee3e1bae22d6f25700cc3beaf0cade88f5 by Alan Garny
Solver interface: removed the DAE type of solver (#1515).
(commit: 8b4beee)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/solverinterface.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
Commit cd6848509a9c9f7984071e8d1044f4cb5cd0ac9f by Alan Garny
CellML support: got rid of all the DAE-related code (#1515).
(commit: cd68485)
The file was modified src/plugins/support/SimulationSupport/src/simulation.cpp (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulation.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.h (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.cpp (diff)
Commit 0cb02d698d78471cb388ed496a3bfe15e7f3b59a by Alan Garny
CellML support: don't keep track of the type of model (#1515).
Indeed, if it is a DAE model, it will have some NLA equations to solve.
(commit: 0cb02d6)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.h (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewinformationsolverswidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/src/simulationexperimentviewsimulationwidget.cpp (diff)
The file was modified src/plugins/simulation/SimulationExperimentView/i18n/SimulationExperimentView_fr.ts (diff)
The file was modified src/plugins/support/CellMLSupport/src/cellmlfileruntime.cpp (diff)
Commit 716f191f1b196c8b8ce07f5276a6cfd4c12f139e by Alan Garny
Solver interface: added a reinitialize() method (#1515).
Makes things cleaner for CVODES when we need to reinitialise it (when
solving a DAE model; see SimulationWorker::started()).
(commit: 716f191)
The file was modified src/plugins/solver/ForwardEulerSolver/src/forwardeulersolver.cpp (diff)
The file was modified src/plugins/solver/CVODESSolver/src/cvodessolver.cpp (diff)
The file was modified src/plugins/solver/CVODESSolver/src/cvodessolver.h (diff)
The file was modified src/plugins/solverinterface.h (diff)
The file was modified src/plugins/solver/ForwardEulerSolver/src/forwardeulersolver.h (diff)
The file was modified src/plugins/solver/SecondOrderRungeKuttaSolver/src/secondorderrungekuttasolver.cpp (diff)
The file was modified src/plugins/solver/FourthOrderRungeKuttaSolver/src/fourthorderrungekuttasolver.cpp (diff)
The file was modified src/plugins/solver/FourthOrderRungeKuttaSolver/src/fourthorderrungekuttasolver.h (diff)
The file was modified src/plugins/solver/HeunSolver/src/heunsolver.cpp (diff)
The file was modified src/plugins/solver/SecondOrderRungeKuttaSolver/src/secondorderrungekuttasolver.h (diff)
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
The file was modified src/plugins/solverinterface.cpp (diff)
The file was modified src/plugins/solver/HeunSolver/src/heunsolver.h (diff)
Commit d531784422805eddc03d6e448199ec3ed873dc7e by Alan Garny
Slight update to our downloads page (#1515).
(commit: d531784)
The file was modified doc/downloads/index.js (diff)