Ordinary Differential Equation (ODE) Solvers Written in R Using S4 Classes
doStep
enableRuntimeExceptions
Euler ODE solver class
getRate
EulerRichardson ODE solver class
getEnergy
getErrorCode
getExactSolution
getODE
AbstractODESolver class
DormandPrince45 ODE solver class
getRateCounter
getRateCounts
getState
getStepSize
getTime
getTolerance
importFromExamples
init
ODE class
ODEAdaptiveSolver class
ODESolver virtual class
ODESolverFactory
RK4 class
RK45 ODE solver class
Ordinary Differential Equations
run_test_applications
setSolver
setState
setStepSize
setTolerance
showMethods2
step
Verlet ODE solver class
Show physics, math and engineering students how an ODE solver is made and how effective R classes can be for the construction of the equations that describe natural phenomena. Inspiration for this work comes from the book on "Computer Simulations in Physics" by Harvey Gould, Jan Tobochnik, and Wolfgang Christian. Book link: <http://www.compadre.org/osp/items/detail.cfm?ID=7375>.