| ![[ICO]](/icons/blank.gif) | Name | Last modified | Size | Description | 
|---|---|---|---|---|
| ![[PARENTDIR]](/icons/back.gif) | Parent Directory | - | ||
| ![[   ]](/icons/unknown.gif) | Makefile | 2012-05-30 01:42 | 3.8K | |
| ![[TXT]](/icons/text.gif) | Makefile.html | 2012-05-30 04:20 | 5.9K | |
| ![[DIR]](/icons/folder.gif) | _plots/ | 2012-05-30 01:57 | - | |
| ![[   ]](/icons/unknown.gif) | amr2ez.data | 2012-05-30 01:55 | 3.8K | |
| ![[TXT]](/icons/text.gif) | amr2ez.data.html | 2012-05-30 04:20 | 6.8K | |
| ![[   ]](/icons/p.gif) | mapc2p.py | 2012-05-30 01:42 | 271 | |
| ![[TXT]](/icons/text.gif) | mapc2p.py.html | 2012-05-30 04:20 | 1.8K | |
| ![[   ]](/icons/unknown.gif) | mapc2p.pyc | 2012-05-30 01:55 | 592 | |
| ![[   ]](/icons/unknown.gif) | mem_storage.mod | 2012-05-30 01:55 | 725 | |
| ![[   ]](/icons/unknown.gif) | pyclaw.log | 2012-05-30 01:57 | 4.5K | |
| ![[   ]](/icons/unknown.gif) | setgauges.data | 2012-05-30 01:55 | 304 | |
| ![[TXT]](/icons/text.gif) | setgauges.data.html | 2012-05-30 04:20 | 2.0K | |
| ![[   ]](/icons/p.gif) | setplot.py | 2012-05-30 01:42 | 3.4K | |
| ![[TXT]](/icons/text.gif) | setplot.py.html | 2012-05-30 04:20 | 5.6K | |
| ![[   ]](/icons/unknown.gif) | setplot.pyc | 2012-05-30 01:55 | 2.4K | |
| ![[   ]](/icons/unknown.gif) | setprob.data | 2012-05-30 01:42 | 403 | |
| ![[TXT]](/icons/text.gif) | setprob.data.html | 2012-05-30 04:20 | 2.2K | |
| ![[   ]](/icons/p.gif) | setrun.py | 2012-05-30 01:42 | 6.6K | |
| ![[TXT]](/icons/text.gif) | setrun.py.html | 2012-05-30 04:20 | 11K | |
| ![[   ]](/icons/unknown.gif) | xamr | 2012-05-30 01:55 | 200K | |
| README.html |   | 
| Source file: README.txt | |
| Directory: /Users/rjl/git/rjleveque/clawpack-4.6.2/apps/advection/2d/annulus/amr | |
| Converted: Wed May 30 2012 at 13:01:39 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}}$
|  | 
 
 AMRCLAW Sample Code
 
 Description
 Advection 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. Polar coordinates. 
 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
 
 
 
 
 
 Data files
 
 
 Python files
 
 
 Library routines
 In addition to the Fortran routines in this library, several library routines from $CLAW/amrclaw/2d/lib are used. See the Makefile [.html] to determine which ones are used. 
 
 
 |