remove LeapFrog_1.0.py
This commit is contained in:
@@ -1,20 +0,0 @@
|
|||||||
from math import *
|
|
||||||
import numpy as np
|
|
||||||
|
|
||||||
def main():
|
|
||||||
|
|
||||||
#initialisation
|
|
||||||
x1 = np.array([0, 0, 0])
|
|
||||||
x2 = np.array([1, 0, 0])
|
|
||||||
x3 = np.array([1, 0, 0])
|
|
||||||
|
|
||||||
v1 = np.array([0, 0, 0])
|
|
||||||
v2 = np.array([1, 0, 0])
|
|
||||||
v3 = np.array([1, 0, 0])
|
|
||||||
|
|
||||||
t = 0
|
|
||||||
dt = 0.1
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
main()
|
|
||||||
Reference in New Issue
Block a user