Skip to content

IanHawke/icts-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ICTS 2020, Numerical Hydrodynamics

Material for the (remote) ICTS workshop on Gravitation Wave Astrophysics.

This repository contains handouts, reading lists, exercises and code examples for the Numerical Hydrodynamics section of the workshop.

The slides for the lectures can be found online.

Use of coding exercises

Full solutions are provided in Python, as well as stub codes (to remove some of the tedium of setting up boilerplate code and simplifying plotting). To use this code you'll need to install the libraries

  • numpy
  • scipy
  • matplotlib
  • numba (useful, not essential)

I recommend the Anaconda distribution if you don't already have this installed.

Stub codes

In the coding_exercises directory there are the solutions (mostly complete, but could be extended) and the stubs. The bulk of the code is there: all class and function definitions are complete, as is all the plotting code. Look for #! To be completed to find the required lines. Much that needs completing is in the systems directory, containing the classes for each separate system, but some lines are missing from the methods code at the top level as well.

About

Material for the (remote) ICTS workshop on Gravitation Wave Astrophysics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published