class, simple ode 2
Simple ordinary differential equation with euler explicit, predictor corrector euler and second order Runge Kutta. Main.cpp ode.h ode.cpp srcFunction.cpp
Simple ordinary differential equation with euler explicit, predictor corrector euler and second order Runge Kutta. Main.cpp ode.h ode.cpp srcFunction.cpp
This is a simple code which illustrated the use of euler explicit method for solving an ordinary differential equation. Main ode.h ode.cpp srcFunction.h srcFunction.cpp