scipy.integrate.RK45.

step#

RK45.step()[源代码]#

执行一个积分步。

返回:
message字符串或 None

来自求解器的报告。通常是如果self.status 在执行步骤后为“failed”的失败原因,否则为 None。