nrpytutorial icon indicating copy to clipboard operation
nrpytutorial copied to clipboard

NRPy+, BlackHoles@Home, SENRv2, and the NRPy+ Jupyter Tutorial: Python-Based Code Generation for Numerical Relativity... and Beyond!

Results 10 nrpytutorial issues
Sort by recently updated
recently updated
newest added

Minor edits, mostly grammatical in nature. -GM.

I use NRPyPN to set up my binary black hole simulations. It would be very useful for me to have an estimate of the time to merger given some initial...

indexedexp.py: Add functionality to register rank-3 and rank-4 indexed expressions as gridfunctions.

This branch changes the notebook which generates the Baikal and BaikalVacuum to include PreSync features. These include read/write declarations in the schedule.ccl, use of the new function-specific macros, and introduction...

This PR addresses a long standing issue with multiprocessing in Mac OS. The multiprocessing module does not work properly in Jupyter notebooks on Mac OS, which requires the multiprocess module...

This PR contains the following updates: - diagnostics_generic/output_yz_or_xy_plane.py: extended plane diagnostics function to accept a file pointer; - Tutorial-Start_to_Finish-BSSNCurvilinear-TOV_Initial_Data.ipynb: modified to reflect the first change; - Tutorial-Start_to_Finish-BSSNCurvilinear-Exact_Initial_Data.ipynb: modified to reflect...

In the Odie examples notebook, there are 6 exercises at the end of the notebook for practice. These 6 notebooks are the solutions to those exercises. Note: Exercise 6 in...

This PR further simplifies the CI by removing the repeated OS/python environment setup from individual workflows and instead providing a single local action that runs these commands. It takes arguments...

It runs "!cp ffmpeg-static-amd64-johnvansickle/ffmpeg ~/.local/bin/" , but when i manually extract ffmpeg-static-amd64-johnvansickle.tar.xz ffmpeg-5.0.1-amd64-static directory gets extracted.