Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plunging Geodesics Kerr pull request #44

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 31 commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
e9141d4
Working Package-V1
ConorDyson Nov 23, 2022
bbe4ae2
Package working- needs to be made nice.
ConorDyson Nov 23, 2022
49aabe7
5/12/ update
ConorDyson Dec 5, 2022
54b5744
Plots almost ready
ConorDyson Dec 7, 2022
18078d3
Nice Plots
ConorDyson Dec 8, 2022
4ab04a6
Incline, Radial ISSO param, Generic
ConorDyson Dec 12, 2022
5e1df6f
Initial Conditions Working
ConorDyson Dec 15, 2022
5fea257
Update: Plunges
ConorDyson Dec 17, 2022
dc9ccd5
More robust zero check.
Dec 19, 2022
e513233
Update:19/12/22
ConorDyson Dec 19, 2022
064b733
for some reason this subpackage was not included in this development …
Dec 19, 2022
309e931
Proper loading of test Paclet. See https://bhptoolkit.org/mathematica…
Dec 19, 2022
ec2a6a2
Implement an example of a proper error message. Also use Mathematica …
Dec 19, 2022
ffe110f
Merge branch 'Plunge' of https://github.com/ConorDyson/KerrGeodesics …
ConorDyson Dec 19, 2022
8cbc456
Update:20/12/22-Syntax&ICs
ConorDyson Dec 20, 2022
0cebb95
Analytic continuation fixed
ConorDyson Dec 31, 2022
9c19e4b
Partial pass through code.
MvdMeent Jan 9, 2023
ca461b6
AngMomentum Fixed for ISSO case
ConorDyson Jan 15, 2023
22cb1aa
Further Improvements
ConorDyson Jan 15, 2023
8d1284f
Tasks Completed
ConorDyson Jan 16, 2023
09b7d63
Revert "Tasks Completed"
ConorDyson Jan 16, 2023
1d2b94e
Fixes for ISSO
ConorDyson Jan 16, 2023
35a5ef3
Added Test File - Everything seems to work
ConorDyson Jan 16, 2023
0a28e31
UpdatedOutputs
ConorDyson Jan 18, 2023
12d6291
Test FIle Improvement
ConorDyson Jan 19, 2023
98ef9a7
File organisation
ConorDyson Jan 19, 2023
aeb1190
Message tests
Jan 24, 2023
1ad602d
Included unit tests as wlt files
ConorDyson Jan 24, 2023
6f8e3e1
Precision consistency and Test files implemented wlt's
ConorDyson Jan 26, 2023
59b3b01
Revert "Included unit tests as wlt files"
ConorDyson Feb 14, 2023
7b9657e
Revert "Precision consistency and Test files implemented wlt's"
ConorDyson Feb 14, 2023
a26f196
Form with correct wlt file
ConorDyson Feb 14, 2023
5c4d0fb
Added a=0,1 error messages and removed Closed
ConorDyson Feb 15, 2023
c27eb49
Equations now working for a=0
ConorDyson Feb 15, 2023
86e0e44
working a=0
ConorDyson Feb 15, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions Kernel/KerrGeoOrbit.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Begin["`Private`"];


(* ::Section::Closed:: *)
(* ::Section:: *)
ConorDyson marked this conversation as resolved.
Show resolved Hide resolved
(*Schwarzschild*)


Expand Down Expand Up @@ -85,11 +85,11 @@
]


(* ::Section::Closed:: *)
(* ::Section:: *)
(*Kerr*)


(* ::Subsection::Closed:: *)
(* ::Subsection:: *)
(*Equatorial (Darwin)*)


Expand Down Expand Up @@ -161,7 +161,7 @@



(* ::Subsection::Closed:: *)
(* ::Subsection:: *)
(*Equatorial (Fast Spec - Darwin)*)


Expand Down Expand Up @@ -234,7 +234,7 @@
];


(* ::Subsubsection::Closed:: *)
(* ::Subsubsection:: *)
(*Main file that calculates geodesics using spectral integration*)


Expand Down Expand Up @@ -311,14 +311,14 @@
]


(* ::Subsection::Closed:: *)
(* ::Subsection:: *)
(*Circular (Fast Spec - Darwin)*)


(* Hopper, Forseth, Osburn, and Evans, PRD 92 (2015)*)


(* ::Subsubsection::Closed:: *)
(* ::Subsubsection:: *)
(*Main file that calculates geodesics using spectral integration*)


Expand Down Expand Up @@ -401,7 +401,7 @@
]


(* ::Subsection::Closed:: *)
(* ::Subsection:: *)
(*Circular (Mino)*)


Expand Down Expand Up @@ -450,7 +450,7 @@



(* ::Subsection::Closed:: *)
(* ::Subsection:: *)
(*Generic (Mino)*)


Expand Down Expand Up @@ -565,7 +565,7 @@
]


(* ::Subsection::Closed:: *)
(* ::Subsection:: *)
(*Generic (Fast Spec - Mino)*)


Expand Down Expand Up @@ -1070,7 +1070,7 @@
]


(* ::Section::Closed:: *)
(* ::Section:: *)
(*KerrGeoOrbit and KerrGeoOrbitFuction*)


Expand Down
544 changes: 544 additions & 0 deletions Kernel/KerrGeoPlunge.m

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions Kernel/KerrGeodesics.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
(* ::Package:: *)

$BaseDirectory
ConorDyson marked this conversation as resolved.
Show resolved Hide resolved

BeginPackage["KerrGeodesics`",
{"KerrGeodesics`ConstantsOfMotion`",
"KerrGeodesics`OrbitalFrequencies`",
"KerrGeodesics`SpecialOrbits`",
"KerrGeodesics`KerrGeoOrbit`",
"KerrGeodesics`KerrGeoPlunge`",
"KerrGeodesics`FourVelocity`"}]

EndPackage[]



Loading