Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
Makefile | 2013-01-21 18:05 | 1.9K | ||
Makefile.html | 2013-01-21 21:31 | 4.0K | ||
_plots/ | 2013-01-21 19:56 | - | ||
advection | 2013-01-21 18:05 | 3.4K | ||
afterframe.m | 2013-01-21 18:05 | 85 | ||
afterframe.m.html | 2013-01-21 21:31 | 1.6K | ||
amr/ | 2013-01-21 18:05 | - | ||
claw.data | 2013-01-21 19:56 | 2.4K | ||
claw.data.html | 2013-01-21 21:31 | 4.8K | ||
driver.f | 2013-01-21 18:05 | 815 | ||
driver.f.html | 2013-01-21 21:31 | 2.6K | ||
driver.o | 2013-01-21 19:56 | 1.1K | ||
psi.f | 2013-01-21 18:05 | 277 | ||
psi.f.html | 2013-01-21 21:31 | 1.9K | ||
psi.o | 2013-01-21 19:56 | 612 | ||
pyclaw.log | 2013-01-21 19:56 | 1.6K | ||
qinit.f | 2013-01-21 18:05 | 962 | ||
qinit.f.html | 2013-01-21 21:31 | 2.7K | ||
qinit.o | 2013-01-21 19:56 | 1.5K | ||
rpn2ad.f | 2013-01-21 18:05 | 2.4K | ||
rpn2ad.f.html | 2013-01-21 21:31 | 5.0K | ||
rpn2ad.o | 2013-01-21 19:56 | 2.3K | ||
rpt2ad.f | 2013-01-21 18:05 | 1.0K | ||
rpt2ad.f.html | 2013-01-21 21:31 | 2.8K | ||
rpt2ad.o | 2013-01-21 19:56 | 1.8K | ||
setaux.f | 2013-01-21 18:05 | 917 | ||
setaux.f.html | 2013-01-21 21:31 | 2.7K | ||
setaux.o | 2013-01-21 19:56 | 1.5K | ||
setplot.py | 2013-01-21 18:05 | 2.5K | ||
setplot.py.html | 2013-01-21 21:31 | 4.5K | ||
setplot.pyc | 2013-01-21 19:56 | 1.9K | ||
setplot2.m | 2013-01-21 18:05 | 3.2K | ||
setplot2.m.html | 2013-01-21 21:31 | 6.3K | ||
setprob.f | 2013-01-21 18:05 | 116 | ||
setprob.f.html | 2013-01-21 21:31 | 1.6K | ||
setprob.o | 2013-01-21 19:56 | 564 | ||
setrun.py | 2013-01-21 18:05 | 5.7K | ||
setrun.py.html | 2013-01-21 21:31 | 9.2K | ||
xclaw | 2013-01-21 19:56 | 214K | ||
README.html | |
Source file: README.txt | |
Directory: /Users/rjl/git/rjleveque/clawpack-4.6.3/book/chap20/rotate | |
Converted: Mon Jan 21 2013 at 20:15: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 Code
Advection equation for solid body rotation Edge velocities are stored in aux array (see setaux.f [.html]) with velocity specified by differencing the streamfunction defined in psi.f [.html]. The velocities are $u = \psi_y, v = -\psi_x$.
Example [book/chap20/rotate]
to accompany the book Converted to Clawpack 4.4 form in 2009.
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.
|