Skip to content
Snippets Groups Projects

Gravity infrastructure

Merged Matthieu Schaller requested to merge gravity_infrastructure into master
+ 1931
1094
Compare changes
  • Side-by-side
  • Inline
Files
@@ -26,7 +26,7 @@ from numpy import *
@@ -26,7 +26,7 @@ from numpy import *
# with a density of 1
# with a density of 1
# Parameters
# Parameters
periodic= 1 # 1 For periodic box
periodic= 0 # 1 For periodic box
boxSize = 1.
boxSize = 1.
rho = 1.
rho = 1.
L = int(sys.argv[1]) # Number of particles along one axis
L = int(sys.argv[1]) # Number of particles along one axis
Loading