![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | 1drad/ | 2011-07-26 12:58 | - | |
![]() | Makefile | 2011-05-15 14:28 | 1.9K | |
![]() | Makefile.html | 2011-10-22 13:26 | 3.9K | |
![]() | _plots/ | 2011-07-26 11:33 | - | |
![]() | bc2quad.f | 2011-05-15 14:28 | 7.5K | |
![]() | bc2quad.f.html | 2011-10-22 13:26 | 11K | |
![]() | claw.data | 2011-07-26 11:33 | 2.4K | |
![]() | claw.data.html | 2011-10-22 13:26 | 4.8K | |
![]() | driver.f | 2011-05-15 14:28 | 826 | |
![]() | driver.f.html | 2011-10-22 13:26 | 2.6K | |
![]() | make_all.sh | 2011-05-15 14:28 | 133 | |
![]() | make_all.sh.html | 2011-10-22 13:26 | 1.7K | |
![]() | make_all_errors.html | 2011-10-22 13:26 | 1.9K | |
![]() | make_all_errors.txt | 2011-05-15 17:05 | 344 | |
![]() | make_all_output.html | 2011-10-22 13:26 | 13K | |
![]() | make_all_output.txt | 2011-05-15 17:05 | 11K | |
![]() | mapc2p.f | 2011-05-15 14:28 | 496 | |
![]() | mapc2p.f.html | 2011-10-22 13:26 | 2.3K | |
![]() | mapc2p.py | 2011-05-15 14:28 | 218 | |
![]() | mapc2p.py.html | 2011-10-22 13:26 | 1.7K | |
![]() | mapc2p.pyc | 2011-07-26 11:33 | 571 | |
![]() | pyclaw.log | 2011-07-26 11:33 | 176 | |
![]() | qinit.f | 2011-05-15 14:28 | 1.1K | |
![]() | qinit.f.html | 2011-10-22 13:26 | 2.8K | |
![]() | rpn2acvq.f | 2011-05-15 14:28 | 4.0K | |
![]() | rpn2acvq.f.html | 2011-10-22 13:26 | 7.2K | |
![]() | rpt2acvq.f | 2011-05-15 14:28 | 2.5K | |
![]() | rpt2acvq.f.html | 2011-10-22 13:26 | 5.0K | |
![]() | setaux.f | 2011-05-15 14:28 | 2.8K | |
![]() | setaux.f.html | 2011-10-22 13:26 | 5.3K | |
![]() | setplot.py | 2011-05-15 14:28 | 4.6K | |
![]() | setplot.py.html | 2011-10-22 13:26 | 7.0K | |
![]() | setplot.pyc | 2011-07-26 11:33 | 3.1K | |
![]() | setprob.data | 2011-07-26 11:33 | 390 | |
![]() | setprob.data.html | 2011-10-22 13:26 | 2.1K | |
![]() | setprob.f | 2011-05-15 14:28 | 595 | |
![]() | setprob.f.html | 2011-10-22 13:26 | 2.3K | |
![]() | setrun.py | 2011-05-15 14:28 | 5.7K | |
![]() | setrun.py.html | 2011-10-22 13:26 | 9.0K | |
README.html | ![]() |
Source file: README.txt | |
Directory: /home/rjl/git/rjleveque/clawpack-4.x/book/chap23/acoustics | |
Converted: Tue Jul 26 2011 at 12:58:58 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 Code2d acoustics with a radially-symmetric solution. Solved on a quadrilateral grid using the mapping specified in mapc2p.f. This is currently set to cover a chevron-shaped region with a grid that is not orthogonal and not smooth along one line. See setaux.f for a description of how grid information is stored in the aux array. Variable coefficients for the acoustics equation are also allowed, though in this example the they are constant and set in setprob.f. The data is a smooth radial hump specified in qinit.f The 1d equation with source term is solved in subdirectory 1drad to create an accurate reference solution.
Example [book/chap23/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, 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.
|