scipy.integrate.DOP853.

step#

DOP853.step()[原始碼]#

執行一個積分步驟。

回傳值:
message字串 或 None

來自求解器的報告。通常是步驟執行後,若 self.status 為 ‘failed’ 時,指出失敗原因;否則為 None。