scipy.integrate.BDF.

step#

BDF.step()[源代码]#

执行一个积分步骤。

返回:
message字符串或 None

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