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

Commit

Permalink
Merge branch 'newkick' into coarray_test_particles
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Mar 6, 2023
2 parents a4a8e0c + d04c449 commit b415f78
Show file tree
Hide file tree
Showing 130 changed files with 8,346 additions and 3,465 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
!*.sh
!CMakeLists.txt
!*.cmake
!COPYING.txt
!CHANGELOG
!README.md
!README_figs/**
Expand All @@ -30,3 +31,4 @@ dump*

bin/
build/*
disruption_headon/swiftest_driver.sh
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ INCLUDE(${CMAKE_MODULE_PATH}/SetMKL.cmake)
# RELEASE, PROFILING, and TESTING.
INCLUDE(${CMAKE_MODULE_PATH}/SetFortranFlags.cmake)

INCLUDE_DIRECTORIES($ENV{NETCDF_FORTRAN_HOME}/include;$ENV{NETCDF_HOME}/include)


# There is an error in CMAKE with this flag for pgf90. Unset it
GET_FILENAME_COMPONENT(FCNAME ${CMAKE_Fortran_COMPILER} NAME)
Expand Down
674 changes: 674 additions & 0 deletions COPYING.txt

Large diffs are not rendered by default.

149 changes: 83 additions & 66 deletions README.md

Large diffs are not rendered by default.

Binary file added README_figs/.DS_Store
Binary file not shown.
Binary file removed README_figs/performance.png
Binary file not shown.
Binary file removed README_figs/swifter_swiftest_comp.png
Binary file not shown.
54 changes: 0 additions & 54 deletions README_tables/param_options.md

This file was deleted.

7 changes: 7 additions & 0 deletions README_tables/save_kwargs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# swiftest.save(**kwargs)
| Key Word Name | Key Word Description | Options |
|-----------------|-------------------------------------------------------------------------------------------------------|--------------------------------------------|
|```codename``` | Name of the N-body code to use. Default is ```Swiftest```. | ```Swiftest```, ```Swifter```, ```Swift```
|```param_file``` | Alternative name of the parameter input file. | string (ex. ```myparam.in```)
|```param``` | Alternative parameter dictionary. | dictionary
|```framenum``` | Time frame from which to generate initial conditions. Default is -1 or the last frame in the dataset. | integer (ex. ```10```)
Loading

0 comments on commit b415f78

Please sign in to comment.