Changes between Version 12 and Version 13 of u/erica/PoissonPlusHydro
- Timestamp:
- 09/16/13 10:30:52 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
u/erica/PoissonPlusHydro
v12 v13 49 49 = Boundary Conditions = 50 50 51 To test my code , I used periodic boundary conditions on the box and the poisson solver. For periodic BCs on the elliptic solver, this required subtracting off the mean density from the vector for rho, and using this as the source function.51 To test my code with the Jeans instability test, I used periodic boundary conditions on the box and the poisson solver. For periodic BCs on the elliptic solver, this required subtracting off the mean density from the vector for rho, and using this as the source function. 52 52 53 53 = Code Outline =