Prepare libraries for integrators
This commit is contained in:
8
lib/integrator.py
Normal file
8
lib/integrator.py
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
#!/usr/bin/python
|
||||||
|
# -*- coding:utf-8 -*-
|
||||||
|
"""
|
||||||
|
Implementation of the various integrators for numerical integration.
|
||||||
|
"""
|
||||||
|
|
||||||
|
def leapfrog():
|
||||||
|
return 0
|
||||||
Reference in New Issue
Block a user