Skip to content

Commit e04b685

Browse files
committed
some updates
1 parent ca8d4a4 commit e04b685

1 file changed

Lines changed: 7 additions & 12 deletions

File tree

docs/source/intro.rst

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ Introduction to pyro
55

66
pyro is a simple framework for implementing and playing with
77
hydrodynamics solvers. It is designed to provide a tutorial for
8-
students in computational astrophysics (and hydrodynamics in
9-
general). We introduce simple implementations of some popular methods
10-
used in the field, with the code written to be easily
11-
understandable. All simulations use a single grid (no domain decomposition).
8+
students in computational astrophysics (and hydrodynamics in general)
9+
and for easily prototyping new methods. We introduce simple
10+
implementations of some popular methods used in the field, with the
11+
code written to be easily understandable. All simulations use a single
12+
grid (no domain decomposition).
1213

1314
.. note::
1415

@@ -24,6 +25,8 @@ equations. In particular, the following solvers are developed:
2425

2526
* compressible hydrodynamics
2627

28+
* shallow water hydrodynamics
29+
2730
* multigrid
2831

2932
* implicit thermal diffusion
@@ -36,11 +39,3 @@ equations. In particular, the following solvers are developed:
3639

3740
Runtime visualization shows the evolution as the equations are solved.
3841

39-
In the pages that follow, the following format is adopted:
40-
41-
* PDF notes provide the basic theory behind the methods. References
42-
are cited to provide more detail.
43-
44-
* An overview of the use of the applicable modules from pyro provided.
45-
46-
* Exercises interspersed fill in some of the detail.

0 commit comments

Comments
 (0)