This repository was archived by the owner on Aug 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
453 additions
and
337 deletions.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| submodule(helio_classes) s_helio_setup | ||
| use swiftest | ||
| contains | ||
|
|
||
| module subroutine helio_setup_initialize_system(self, param) | ||
| !! author: David A. Minton | ||
| !! | ||
| !! Initialize a Helio nbody system from files, converting all heliocentric quantities to barycentric. | ||
| !! | ||
| implicit none | ||
| ! Arguments | ||
| class(helio_nbody_system), intent(inout) :: self !! Helio nbody system object | ||
| class(swiftest_parameters), intent(inout) :: param !! Current run configuration parameters | ||
|
|
||
| call whm_setup_initialize_system(self, param) | ||
| call self%pl%h2b(self%cb) | ||
| call self%tp%h2b(self%cb) | ||
|
|
||
| return | ||
| end subroutine helio_setup_initialize_system | ||
|
|
||
| end submodule s_helio_setup |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.