Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
Makefile | 2013-01-21 18:05 | 1.9K | ||
driver.f | 2013-01-21 18:05 | 823 | ||
fdisc.f | 2013-01-21 18:05 | 530 | ||
interface.png | 2013-01-21 18:05 | 14K | ||
makegridfig.py | 2013-01-21 18:05 | 296 | ||
qinit.f | 2013-01-21 18:05 | 858 | ||
rpn2acv.f | 2013-01-21 18:05 | 3.6K | ||
rpt2acv.f | 2013-01-21 18:05 | 2.6K | ||
setaux.f | 2013-01-21 18:05 | 1.4K | ||
setplot.py | 2013-01-21 18:05 | 3.4K | ||
setprob.f | 2013-01-21 18:05 | 624 | ||
setrun.py | 2013-01-21 18:05 | 5.8K | ||
driver.o | 2013-01-21 19:57 | 1.1K | ||
fdisc.o | 2013-01-21 19:57 | 760 | ||
qinit.o | 2013-01-21 19:57 | 1.4K | ||
rpn2acv.o | 2013-01-21 19:57 | 3.4K | ||
rpt2acv.o | 2013-01-21 19:57 | 2.5K | ||
setaux.o | 2013-01-21 19:57 | 1.8K | ||
setprob.o | 2013-01-21 19:57 | 1.7K | ||
xclaw | 2013-01-21 19:57 | 219K | ||
claw.data | 2013-01-21 19:57 | 2.4K | ||
setprob.data | 2013-01-21 19:57 | 520 | ||
setplot.pyc | 2013-01-21 19:57 | 2.4K | ||
_plots/ | 2013-01-21 19:57 | - | ||
pyclaw.log | 2013-01-21 19:57 | 1.0K | ||
amr/ | 2013-01-21 20:15 | - | ||
Makefile.html | 2013-01-21 21:31 | 4.0K | ||
claw.data.html | 2013-01-21 21:31 | 4.8K | ||
driver.f.html | 2013-01-21 21:31 | 2.6K | ||
fdisc.f.html | 2013-01-21 21:31 | 2.3K | ||
makegridfig.py.html | 2013-01-21 21:31 | 1.8K | ||
qinit.f.html | 2013-01-21 21:31 | 2.6K | ||
rpn2acv.f.html | 2013-01-21 21:31 | 7.0K | ||
rpt2acv.f.html | 2013-01-21 21:31 | 5.4K | ||
setaux.f.html | 2013-01-21 21:31 | 3.4K | ||
setplot.py.html | 2013-01-21 21:31 | 5.6K | ||
setprob.data.html | 2013-01-21 21:31 | 2.2K | ||
setprob.f.html | 2013-01-21 21:31 | 2.3K | ||
setrun.py.html | 2013-01-21 21:31 | 9.2K | ||
README.html | |
Source file: README.txt | |
Directory: /Users/rjl/git/rjleveque/clawpack-4.6.3/book/chap21/corner | |
Converted: Mon Jan 21 2013 at 20:15:39 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 Code2-d acoustics with variable coefficients. Two materials with a single interface, specified in fdisc.f [.html] (which is called from cellave.f [.html] to compute the fraction of each grid cell lying in the left and right states). Figure created by makegridfig.py [.html] The sound speed and impedance are stored in the aux array, specified in setaux.f [.html]. For cells cut by the interface, the arithmetic average of rho and harmonic average of the bulk modulus are used to determine these parameters for this cell.
Example [book/chap21/corner]
to accompany the book Converted to Clawpack 4.5 form in 2011.
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, usually in setrun.py [.html].
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.
|