Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
Makefile | 2013-01-21 18:05 | 1.7K | ||
Makefile.html | 2013-01-21 21:31 | 3.8K | ||
_plots/ | 2013-01-21 19:55 | - | ||
afterframe.m | 2013-01-21 18:05 | 55 | ||
afterframe.m.html | 2013-01-21 21:31 | 1.6K | ||
afterframe1.m | 2013-01-21 18:05 | 343 | ||
afterframe1.m.html | 2013-01-21 21:31 | 1.9K | ||
beforeframe.m | 2013-01-21 18:05 | 18 | ||
beforeframe.m.html | 2013-01-21 21:31 | 1.5K | ||
claw.data | 2013-01-21 19:55 | 2.1K | ||
claw.data.html | 2013-01-21 21:31 | 4.4K | ||
driver.f | 2013-01-21 18:05 | 762 | ||
driver.f.html | 2013-01-21 21:31 | 2.6K | ||
driver.o | 2013-01-21 19:55 | 1.1K | ||
limiter.f | 2013-01-21 18:05 | 2.3K | ||
limiter.f.html | 2013-01-21 21:31 | 4.5K | ||
limiter.o | 2013-01-21 19:55 | 1.9K | ||
pyclaw.log | 2013-01-21 19:55 | 848 | ||
qinit.f | 2013-01-21 18:05 | 752 | ||
qinit.f.html | 2013-01-21 21:31 | 2.6K | ||
qinit.o | 2013-01-21 19:55 | 1.3K | ||
qtrue.mat | 2013-01-21 18:05 | 5.0K | ||
rp1.f | 2013-01-21 18:05 | 1.7K | ||
rp1.f.html | 2013-01-21 21:31 | 4.0K | ||
rp1.o | 2013-01-21 19:55 | 2.3K | ||
setplot.py | 2013-01-21 18:05 | 2.5K | ||
setplot.py.html | 2013-01-21 21:31 | 4.6K | ||
setplot.pyc | 2013-01-21 19:55 | 2.3K | ||
setprob.data | 2013-01-21 19:55 | 535 | ||
setprob.data.html | 2013-01-21 21:31 | 2.3K | ||
setprob.f | 2013-01-21 18:05 | 816 | ||
setprob.f.html | 2013-01-21 21:31 | 2.6K | ||
setprob.m | 2013-01-21 18:05 | 45 | ||
setprob.m.html | 2013-01-21 21:31 | 1.5K | ||
setprob.o | 2013-01-21 19:55 | 1.7K | ||
setrun.py | 2013-01-21 18:05 | 5.6K | ||
setrun.py.html | 2013-01-21 21:31 | 9.0K | ||
xclaw | 2013-01-21 19:55 | 166K | ||
xtrue.mat | 2013-01-21 18:05 | 4.7K | ||
README.html | |
Source file: README.txt | |
Directory: /Users/rjl/git/rjleveque/clawpack-4.6.3/book/chap10/tvb | |
Converted: Mon Jan 21 2013 at 20:15:30 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 CodeThis directory contains a modified limiter.f function which implements the TVB method of Shu as an extension of the second-order minmod method. The value of phiM, set in setrun.py [.html], should be chosen as an approximation to q_{xx} at the extrema to be captured. The grid should be fine enough that phiM*dx is small or the method will be dispersive. For the wave-packet problem used here, you might experiment with:
Example [book/chap10/tvb]
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/1d/lib are used. See the Makefile [.html] to determine which ones are used.
|