README.html | |
Source file: README.txt | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/doc/sphinx/example-acoustics-2d | |
Converted: Tue Jul 26 2011 at 12:46:10 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
2d acoustics with a radially-symmetric solution. The data is a smooth radial hump specified in qinit.f Subdirectory 1drad contains code to solve 1d radially symmetric equations on a fine grid. First run this code. After running 2d code, with same set of output times as in 1drad, you can compare a scatter plot of the 2d results with the 1d results. This is done in setplot.py [.html].
Example [book/chap21/acoustics]
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.
|