ODE loaderΒΆ

../_images/sphx_glr_ode_loader_001.png
import matplotlib.pyplot as plt
import numpy as np

from reg_bench.ode import all_loaders


shear_flow = all_loaders["shear_flow"]()

plt.plot(shear_flow.t, shear_flow.data)
plt.show()

Total running time of the script: ( 0 minutes 0.202 seconds)

Gallery generated by Sphinx-Gallery