ComputationalScienceLaboratory / ODE-Test-Problems

A MATLAB suite of initial value problems
https://computationalsciencelaboratory.github.io/ODE-Test-Problems/
MIT License
9 stars 3 forks source link

Hundsdorfer problem #2

Closed elswit closed 4 years ago

elswit commented 4 years ago

Time-dependent IVP. with two presets. Good for testing order reduction in RK methods.

Steven-Roberts commented 4 years ago

We'll need to do a few optimizations like using spdiags and some general code cleanup before merging.