|
69 | 69 | "source": [ |
70 | 70 | "## History:\n", |
71 | 71 | "\n", |
72 | | - " * First version in 2003: python + Numeric + C extensions\n", |
| 72 | + " - _First version in 2003_: python + Numeric + C extensions\n", |
73 | 73 | " \n", |
74 | | - " * May 2004: switch to python + numarray + C extensions\n", |
| 74 | + " - _May 2004_: switch to python + numarray + C extensions\n", |
75 | 75 | " \n", |
76 | | - " cvs commit:\n", |
| 76 | + " - cvs commit:\n", |
77 | 77 | " \n", |
78 | | - " > convert from Numeric to numarray, since numarray seems to be the future.\n", |
| 78 | + " > convert from Numeric to numarray, since numarray seems to be the future.\n", |
79 | 79 | " \n", |
80 | | - " * May 2012: revived, rewritten in python + NumPy + f2py\n", |
| 80 | + " - _May 2012_: revived, rewritten in python + NumPy + f2py\n", |
81 | 81 | " \n", |
82 | | - " * Nov 2018: python + NumPy + Numba" |
| 82 | + " - _Nov 2018_: python + NumPy + Numba" |
83 | 83 | ] |
84 | 84 | }, |
85 | 85 | { |
|
92 | 92 | "source": [ |
93 | 93 | "## Current Solvers\n", |
94 | 94 | "\n", |
95 | | - " * linear advection (2nd and 4th order FV, WENO; CTU, RK, and SDC time integration)\n", |
| 95 | + " * *linear advection*: 2nd and 4th order FV, WENO; CTU, RK, and SDC time integration\n", |
96 | 96 | " \n", |
97 | | - " * compressible hydrodynamics (2nd order CTU PLM, 2nd order MOL RK, 4th order FV solver with RK or SDC integration)\n", |
| 97 | + " * *compressible hydrodynamics*: 2nd order CTU PLM, 2nd order MOL RK, 4th order FV solver with RK or SDC integration\n", |
98 | 98 | " \n", |
99 | | - " * shallow water hydrodynamics\n", |
| 99 | + " * *shallow water hydrodynamics*\n", |
100 | 100 | " \n", |
101 | | - " * multigrid\n", |
| 101 | + " * *multigrid*: force non-constant coefficient general elliptic equations\n", |
102 | 102 | " \n", |
103 | | - " * implicit thermal diffusion (using multigrid)\n", |
| 103 | + " * *implicit thermal diffusion*: using multigrid\n", |
104 | 104 | " \n", |
105 | | - " * incompressible hydrodynamics (approximate projection method)\n", |
| 105 | + " * *incompressible hydrodynamics*: 2nd order accurate approximate projection method\n", |
106 | 106 | " \n", |
107 | | - " * low Mach number atmospheric hydrodynamics (pseudo-imcompressible method)\n", |
| 107 | + " * *low Mach number atmospheric hydrodynamics*: pseudo-imcompressible method\n", |
108 | 108 | " \n", |
109 | | - " * special relativistic compressible hydrodynamics" |
| 109 | + " * *special relativistic compressible hydrodynamics*" |
110 | 110 | ] |
111 | 111 | }, |
112 | 112 | { |
|
213 | 213 | "\u001b[33mparameter vis.store_images never used\u001b[0m\n", |
214 | 214 | "\u001b[33mparameter particles.n_particles never used\u001b[0m\n", |
215 | 215 | "\u001b[33mparameter particles.particle_generator never used\u001b[0m\n", |
216 | | - "main: 0.08763742446899414\n" |
| 216 | + "main: 0.08537530899047852\n" |
217 | 217 | ] |
218 | 218 | }, |
219 | 219 | { |
220 | 220 | "data": { |
221 | 221 | "text/plain": [ |
222 | | - "<advection.simulation.Simulation at 0x7f75b1772a90>" |
| 222 | + "<advection.simulation.Simulation at 0x7f9c1829df10>" |
223 | 223 | ] |
224 | 224 | }, |
225 | 225 | "execution_count": 1, |
|
482 | 482 | ] |
483 | 483 | }, |
484 | 484 | { |
485 | | - "cell_type": "code", |
486 | | - "execution_count": null, |
487 | | - "metadata": {}, |
488 | | - "outputs": [], |
489 | | - "source": [] |
| 485 | + "cell_type": "markdown", |
| 486 | + "metadata": { |
| 487 | + "slideshow": { |
| 488 | + "slide_type": "slide" |
| 489 | + } |
| 490 | + }, |
| 491 | + "source": [ |
| 492 | + "" |
| 493 | + ] |
490 | 494 | } |
491 | 495 | ], |
492 | 496 | "metadata": { |
|
0 commit comments