Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'debug' of github.itap.purdue.edu:MintonGroup/swiftest i…
Browse files Browse the repository at this point in the history
…nto debug
  • Loading branch information
daminton committed Jul 28, 2023
2 parents 79023a3 + 623d83c commit f4ae3ec
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 72 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ This example walks through how to set up a standard solar system simulation. It
- Semi-Interacting Massive Bodies - Gravitationally affect and are affected by fully-interacting massive bodies, do not gravitationally affect and are not affected by other semi-interacting massive bodies.
- Test Particles - Gravitationally affected by fully-interacting massive bodies only.

To generate the initial conditions, run the Python script titled **initial_conditions.py**. This script also runs Swiftest SyMBA, generating output. To process the output file, run the script titled **output_reader.py**.
To generate the initial conditions, run the Python script titled **basic_simulation.py**. This script also runs Swiftest SyMBA, generating output. To process the output file, run the script titled **output_reader.py**.

**Chambers2013**

Expand Down
2 changes: 1 addition & 1 deletion examples/Basic_Simulation/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*
!.gitignore
!initial_conditions.py
!basic_simulation.py
!output_reader.py
!errors.py
!README.txt
2 changes: 1 addition & 1 deletion examples/Basic_Simulation/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Date : June 27, 2023
Included in the Basic_Simulation example directory are the following files:

- README.txt : This file
- initial_conditions.py : A Python Script that generates and runs a set of initial conditions.
- basic_simulation.py : A Python Script that generates and runs a set of initial conditions.
- output_reader.py : A Python Script that processes out.nc and generates output.eps
- errors.py : A Python Script that processes out.nc and reports the simulation errors to the terminal

Expand Down
69 changes: 0 additions & 69 deletions examples/Basic_Simulation/errors.py

This file was deleted.

0 comments on commit f4ae3ec

Please sign in to comment.