MASA (Manufactured Analytical Solution Abstraction) is a library written in C++ (with C, python and Fortran90 interfaces) which provides a suite of manufactured solutions for the software verification ...
k2 = deltax*f(x[i-1]+deltax/2,y0+k1/2) k3 = deltax*f(x[i-1]+deltax/2,y0+k2/2) k4 = deltax*f(x[i-1]+deltax,y0+k3) y[i] = y0 + (k1 + 2*k2 + 2*k3 + k4)/6 y0 = y[i] for i ...