Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
setrun.py.html | 2013-01-21 21:31 | 9.0K | ||
setplot1.m.html | 2013-01-21 21:31 | 3.6K | ||
setplot.py.html | 2013-01-21 21:31 | 4.0K | ||
rp1.f.html | 2013-01-21 21:31 | 4.2K | ||
qinit.f.html | 2013-01-21 21:31 | 2.6K | ||
driver.f.html | 2013-01-21 21:31 | 2.6K | ||
claw.data.html | 2013-01-21 21:31 | 4.4K | ||
beforeframe.m.html | 2013-01-21 21:31 | 1.5K | ||
afterframe.m.html | 2013-01-21 21:31 | 1.6K | ||
Makefile.html | 2013-01-21 21:31 | 3.8K | ||
pyclaw.log | 2013-01-21 19:56 | 387 | ||
_plots/ | 2013-01-21 19:56 | - | ||
xclaw | 2013-01-21 19:55 | 165K | ||
setplot.pyc | 2013-01-21 19:55 | 1.8K | ||
rp1.o | 2013-01-21 19:55 | 2.7K | ||
qinit.o | 2013-01-21 19:55 | 1.0K | ||
driver.o | 2013-01-21 19:55 | 964 | ||
claw.data | 2013-01-21 19:55 | 2.1K | ||
setrun.py | 2013-01-21 18:05 | 5.5K | ||
setplot1.m | 2013-01-21 18:05 | 1.4K | ||
setplot.py | 2013-01-21 18:05 | 2.0K | ||
rp1.f | 2013-01-21 18:05 | 1.9K | ||
qinit.f | 2013-01-21 18:05 | 767 | ||
driver.f | 2013-01-21 18:05 | 761 | ||
beforeframe.m | 2013-01-21 18:05 | 35 | ||
afterframe.m | 2013-01-21 18:05 | 97 | ||
Makefile | 2013-01-21 18:05 | 1.8K | ||
README.html | |
Source file: README.txt | |
Directory: /Users/rjl/git/rjleveque/clawpack-4.6.3/book/chap12/efix | |
Converted: Mon Jan 21 2013 at 20:15:32 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 CodeBurgers' equation with a transonic rarefaction wave. Comparison of results obtained with or without the entropy fix. This is set in the Riemann solver rp1.f [.html] by modifying the variable efix and recompiling. Note: also try changing mx in setrun.py [.html] to an odd value (e.g. 61 instead of 60). Then there is one grid cell with the value 0.5 at x=0 and a different weak solution is obtained. Note: The solution also looks much smoother if you set order=2 in rp1.f [.html] instead of order=1.
Example [book/chap12/efix]
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.
|