Skip to content

Commit

Permalink
GRMHDTutorial: Added link to nb from main tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelCupp committed Oct 3, 2022
1 parent 23f5764 commit 2df088d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions NRPyPlus_Tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@
"+ [The equations of general relativistic hydrodynamics (**GRHD**), in Cartesian coordinates](Tutorial-GRHD_Equations-Cartesian.ipynb)\n",
"+ [The equations of general relativistic, force-free electrodynamics (**GRFFE**), in Cartesian coordinates](Tutorial-GRFFE_Equations-Cartesian.ipynb)\n",
"+ [The equations of general relativistic magnetohydrodynamics (**GRMHD**), in Cartesian coordinates](Tutorial-GRMHD_Equations-Cartesian.ipynb)\n",
" + [Derivation of the GRMHD evolution equations from $T^{\\mu\\nu}$ in our formalism](Tutorial-Derivation_of_GRMHD_Evolution_Equations.ipynb)\n",
"+ [**`IllinoisGRMHD`** ](IllinoisGRMHD/doc/) with piecewise-polytrope/hybrid equation of state support (*Courtesy Leo Werneck*): <font color='red'>***In progress***</font>\n",
" + Diagnostic notebook: [<font color='green'>**sbPoynETNRPy**</font>: Evaluating $b^\\mu$ and $S^i$ in the <font color='green'>**Einstein Toolkit**</font>, using HydroBase variables as input](Tutorial-ETK_thorn-u0_smallb_Poynting.ipynb)\n",
" + Tutorial notebook: [Computing the 4-Velocity Time-Component $u^0$, the Magnetic Field Measured by a Comoving Observer $b^{\\mu}$, and the Poynting Vector $S^i$](Tutorial-u0_smallb_Poynting-Cartesian.ipynb)"
Expand Down
2 changes: 2 additions & 0 deletions Tutorial-Derivation_of_GRMHD_Evolution_Equations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
" 1. [Step 2.3](#energy_eqn): Evolution Equation for Energy Density Variable $\\tilde{\\tau}$\n",
" 1. [Step 2.4](#induction_eqn): Evolution Equation for the Magnetic Field\n",
" 1. [Step 2.5](#summary): Summary of the Conservative Variable Evolution Equations\n",
"1. [Appendix A](#levi-civita): **Levi-Civita Contractions**\n",
"1. [Appendix B](#curv_tensor): **Extrinsic Curvature Identities**\n",
"1. [Step 3](#latex_pdf_output): **Output this notebook to $\\LaTeX$-formatted PDF file**"
]
},
Expand Down

3 comments on commit 2df088d

@zachetienne
Copy link
Owner

@zachetienne zachetienne commented on 2df088d Oct 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding
"1. Appendix A: Levi-Civita Contractions\n",
The internal link name levi-civita needs to be levi_civita. Otherwise the PDF doesn't generate/link properly.

@SamuelCupp
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Regarding "1. Appendix A: Levi-Civita Contractions\n", levi-civita needs to be levi_civita. Otherwise the PDF doesn't generate properly.

All instances of levi-civita changed to levi_civita.

@SamuelCupp
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I also noticed I didn't change some things in the actual pdf generation. I'll fix those as well.

Please sign in to comment.