| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| Makefile | 2012-05-30 01:42 | 1.9K | ||
| Makefile.html | 2012-05-30 04:20 | 4.0K | ||
| _plots/ | 2012-05-30 01:58 | - | ||
| afterframe.py | 2012-05-30 01:42 | 41 | ||
| afterframe.py.html | 2012-05-30 04:20 | 1.6K | ||
| amr/ | 2012-05-30 04:01 | - | ||
| claw.data | 2012-05-30 01:57 | 2.4K | ||
| claw.data.html | 2012-05-30 04:20 | 4.8K | ||
| driver.f | 2012-05-30 01:42 | 888 | ||
| driver.f.html | 2012-05-30 04:20 | 2.7K | ||
| driver.o | 2012-05-30 01:57 | 1.4K | ||
| mapc2p.f | 2012-05-30 01:42 | 453 | ||
| mapc2p.f.html | 2012-05-30 04:20 | 2.2K | ||
| mapc2p.o | 2012-05-30 01:57 | 680 | ||
| mapc2p.py | 2012-05-30 01:42 | 271 | ||
| mapc2p.py.html | 2012-05-30 04:20 | 1.8K | ||
| mapc2p.pyc | 2012-05-30 01:57 | 584 | ||
| pyclaw.log | 2012-05-30 01:58 | 4.5K | ||
| qinit.f | 2012-05-30 01:42 | 706 | ||
| qinit.f.html | 2012-05-30 04:20 | 2.3K | ||
| qinit.o | 2012-05-30 01:57 | 1.7K | ||
| rpn2ad1.f | 2012-05-30 01:42 | 2.3K | ||
| rpn2ad1.f.html | 2012-05-30 04:20 | 4.9K | ||
| rpn2ad1.o | 2012-05-30 01:57 | 2.0K | ||
| rpt2ad1.f | 2012-05-30 01:42 | 1.0K | ||
| rpt2ad1.f.html | 2012-05-30 04:20 | 2.8K | ||
| rpt2ad1.o | 2012-05-30 01:57 | 1.6K | ||
| setaux.f | 2012-05-30 01:42 | 2.2K | ||
| setaux.f.html | 2012-05-30 04:20 | 4.5K | ||
| setaux.o | 2012-05-30 01:57 | 2.3K | ||
| setplot.py | 2012-05-30 01:42 | 2.8K | ||
| setplot.py.html | 2012-05-30 04:20 | 4.9K | ||
| setplot.pyc | 2012-05-30 01:57 | 2.1K | ||
| setprob.data | 2012-05-30 01:42 | 398 | ||
| setprob.data.html | 2012-05-30 04:20 | 2.1K | ||
| setprob.f | 2012-05-30 01:42 | 678 | ||
| setprob.f.html | 2012-05-30 04:20 | 2.3K | ||
| setprob.o | 2012-05-30 01:57 | 2.2K | ||
| setrun.py | 2012-05-30 01:42 | 5.7K | ||
| setrun.py.html | 2012-05-30 04:20 | 9.2K | ||
| stream.f | 2012-05-30 01:42 | 365 | ||
| stream.f.html | 2012-05-30 04:20 | 2.0K | ||
| stream.o | 2012-05-30 01:57 | 692 | ||
| xclaw | 2012-05-30 01:57 | 83K | ||
| README.html | |
| Source file: README.txt | |
| Directory: /Users/rjl/git/rjleveque/clawpack-4.6.2/apps/advection/2d/annulus | |
| Converted: Wed May 30 2012 at 13:01:38 using clawcode2html | |
| This documentation file will not reflect any later changes in the source file. |
$\phantom{******** If you see this on the webpage then the
browser could not locate *********}$
$\phantom{******** the jsMath file load.js *********}$
$\newcommand{\vector}[1]{\left[\begin{array}{c} #1 \end{array}\right]}$ $\newenvironment{matrix}{\left[\begin{array}{cccccccccc}} {\end{array}\right]}$ $\newcommand{\A}{{\cal A}}$ $\newcommand{\W}{{\cal W}}$
|
|
CLAWPACK Sample CodeAdvection equation for 2d solid body rotation in an annulus. $q_t + u(x,y)q_x + v(x,y)q_x = 0$, with \[ u(x,y) = -2\pi y, \qquad v(x,y) = 2\pi x. \] Solid body rotation with period 1. There is also an AMR version in subdirectory amr (see amr/README.html ). See Instructions
Plots of resultsAfter running this code and creating plots via "make .plots", you should be able to view the plots in _plots/_PlotIndex.html .
Fortran files
Python files
Data filesWarning: These files are generally changed when setting up a run and the versions here may not be the ones actually used.
Library routinesIn addition to the Fortran routines in this library, several library routines from $CLAW/clawpack/2d/lib are used. See the Makefile [.html] to determine which ones are used.
|