GSoC 2017: Native Julia second order ODE and BVP solvers

By: n JuliaLang - The Julia programming language n

Re-posted from: https://julialang.org/blog/2017/11/gsoc-ode/index.html

GSoC 2017: Native Julia second order ODE and BVP solvers | My original GSoC project was about implementing native Julia solvers for solving boundary value problems (BVPs) that were determined from second order ordinary differential equations (ODEs). I started down the BVP path, built a shooting method to solve BVPs from initial value problems (IVPs), and the…