Home | Trees | Indices | Help |
|
---|
|
object --+ | AbstractIntegrator
Abstract integrator class. Subclasses implement different integration schemes for solving deterministic equations of motion.
Nested Classes | |
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
Instance Methods | |||
|
|||
AbstractPropagationResult |
|
||
State |
|
||
Inherited from |
Class Variables | |
__abstractmethods__ =
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Integrates equations of motion starting from an initial state a certain number of steps.
|
Integrates one step starting from an initial state and an initial time
given by the product of the timestep and the current_step parameter. The
input
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:06 2017 | http://epydoc.sourceforge.net |