Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
Makefile | 2013-01-21 18:05 | 1.7K | ||
afterframe.m | 2013-01-21 18:05 | 97 | ||
b4step1.f | 2013-01-21 18:05 | 615 | ||
beforeframe.m | 2013-01-21 18:05 | 35 | ||
driver.f | 2013-01-21 18:05 | 761 | ||
qinit.f | 2013-01-21 18:05 | 767 | ||
rp1llf.f | 2013-01-21 18:05 | 1.9K | ||
setplot.py | 2013-01-21 18:05 | 2.0K | ||
setplot1.m | 2013-01-21 18:05 | 1.4K | ||
setrun.py | 2013-01-21 18:05 | 5.5K | ||
b4step1.o | 2013-01-21 19:56 | 660 | ||
driver.o | 2013-01-21 19:56 | 964 | ||
qinit.o | 2013-01-21 19:56 | 1.0K | ||
rp1llf.o | 2013-01-21 19:56 | 2.7K | ||
xclaw | 2013-01-21 19:56 | 165K | ||
claw.data | 2013-01-21 19:56 | 2.1K | ||
setplot.pyc | 2013-01-21 19:56 | 1.8K | ||
_plots/ | 2013-01-21 19:56 | - | ||
pyclaw.log | 2013-01-21 19:56 | 387 | ||
Makefile.html | 2013-01-21 21:31 | 3.8K | ||
afterframe.m.html | 2013-01-21 21:31 | 1.6K | ||
b4step1.f.html | 2013-01-21 21:31 | 2.4K | ||
beforeframe.m.html | 2013-01-21 21:31 | 1.5K | ||
claw.data.html | 2013-01-21 21:31 | 4.4K | ||
driver.f.html | 2013-01-21 21:31 | 2.6K | ||
qinit.f.html | 2013-01-21 21:31 | 2.6K | ||
rp1llf.f.html | 2013-01-21 21:31 | 4.3K | ||
setplot.py.html | 2013-01-21 21:31 | 4.0K | ||
setplot1.m.html | 2013-01-21 21:31 | 3.6K | ||
setrun.py.html | 2013-01-21 21:31 | 9.0K | ||
README.html | |
Source file: README.txt | |
Directory: /Users/rjl/git/rjleveque/clawpack-4.6.3/book/chap12/llf | |
Converted: Mon Jan 21 2013 at 20:15:33 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
Burgers' equation with a transonic rarefaction wave. Local Lax-Friedrichs method is implemented in rp1llf.f [.html], or standard Lax-Friedrichs by commenting out one line in that file.
Example [book/chap12/llf]
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.
|