scipy.integrate.DOP853.

步骤#

DOP853.step()[source]#

执行一步积分。

返回值:
message字符串或 None

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