![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | Makefile | 2011-05-15 14:28 | 1.9K | |
![]() | Makefile.html | 2011-10-22 13:26 | 4.0K | |
![]() | _plots/ | 2011-07-26 11:13 | - | |
![]() | afterframe.py | 2011-05-15 14:28 | 41 | |
![]() | afterframe.py.html | 2011-10-22 13:26 | 1.5K | |
![]() | amr/ | 2011-07-26 12:58 | - | |
![]() | claw.data | 2011-07-26 11:07 | 2.4K | |
![]() | claw.data.html | 2011-10-22 13:26 | 4.8K | |
![]() | driver.f | 2011-05-15 14:28 | 888 | |
![]() | driver.f.html | 2011-10-22 13:26 | 2.7K | |
![]() | mapc2p.f | 2011-05-15 14:28 | 453 | |
![]() | mapc2p.f.html | 2011-10-22 13:26 | 2.1K | |
![]() | mapc2p.py | 2011-05-15 14:28 | 271 | |
![]() | mapc2p.py.html | 2011-10-22 13:26 | 1.8K | |
![]() | mapc2p.pyc | 2011-07-26 11:07 | 578 | |
![]() | pyclaw.log | 2011-07-26 11:12 | 4.5K | |
![]() | qinit.f | 2011-05-15 14:28 | 706 | |
![]() | qinit.f.html | 2011-10-22 13:26 | 2.3K | |
![]() | rpn2ad1.f | 2011-05-15 14:28 | 2.3K | |
![]() | rpn2ad1.f.html | 2011-10-22 13:26 | 4.9K | |
![]() | rpt2ad1.f | 2011-05-15 14:28 | 1.0K | |
![]() | rpt2ad1.f.html | 2011-10-22 13:26 | 2.8K | |
![]() | setaux.f | 2011-05-15 14:28 | 2.2K | |
![]() | setaux.f.html | 2011-10-22 13:26 | 4.5K | |
![]() | setplot.py | 2011-05-15 14:28 | 2.8K | |
![]() | setplot.py.html | 2011-10-22 13:26 | 4.9K | |
![]() | setplot.pyc | 2011-07-26 11:07 | 2.1K | |
![]() | setprob.data | 2011-05-15 14:28 | 398 | |
![]() | setprob.data.html | 2011-10-22 13:26 | 2.1K | |
![]() | setprob.f | 2011-05-15 14:28 | 678 | |
![]() | setprob.f.html | 2011-10-22 13:26 | 2.3K | |
![]() | setrun.py | 2011-05-15 14:28 | 5.7K | |
![]() | setrun.py.html | 2011-10-22 13:26 | 9.2K | |
![]() | stream.f | 2011-05-15 14:28 | 365 | |
![]() | stream.f.html | 2011-10-22 13:26 | 2.0K | |
README.html | ![]() |
Source file: README.txt | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/apps/advection/2d/annulus | |
Converted: Tue Jul 26 2011 at 12:58:53 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.
|