![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | Makefile | 2011-05-15 14:28 | 1.7K | |
![]() | Makefile.html | 2011-10-22 13:26 | 3.8K | |
![]() | _plots/ | 2011-07-26 11:33 | - | |
![]() | afterframe.m | 2011-05-15 14:28 | 76 | |
![]() | afterframe.m.html | 2011-10-22 13:26 | 1.6K | |
![]() | claw.data | 2011-07-26 11:33 | 2.1K | |
![]() | claw.data.html | 2011-10-22 13:26 | 4.4K | |
![]() | claw1ez.data | 2011-05-15 14:28 | 1.5K | |
![]() | claw1ez.data.html | 2011-10-22 13:26 | 3.0K | |
![]() | claw1ez.data1 | 2011-05-15 14:28 | 1.5K | |
![]() | driver.f | 2011-05-15 14:28 | 769 | |
![]() | driver.f.html | 2011-10-22 13:26 | 2.6K | |
![]() | makefig.m | 2011-05-15 14:28 | 314 | |
![]() | makefig.m.html | 2011-10-22 13:26 | 1.8K | |
![]() | pyclaw.log | 2011-07-26 11:33 | 77 | |
![]() | qinit.f | 2011-05-15 14:28 | 659 | |
![]() | qinit.f.html | 2011-10-22 13:26 | 2.4K | |
![]() | rp1.f | 2011-05-15 14:28 | 2.3K | |
![]() | rp1.f.html | 2011-10-22 13:26 | 5.0K | |
![]() | setplot.py | 2011-05-15 14:28 | 2.2K | |
![]() | setplot.py.html | 2011-10-22 13:26 | 4.2K | |
![]() | setplot.pyc | 2011-07-26 11:33 | 1.7K | |
![]() | setplot1.m | 2011-05-15 14:28 | 1.4K | |
![]() | setplot1.m.html | 2011-10-22 13:26 | 3.6K | |
![]() | setprob.data | 2011-07-26 11:33 | 468 | |
![]() | setprob.data.html | 2011-10-22 13:26 | 2.2K | |
![]() | setprob.f | 2011-05-15 14:28 | 733 | |
![]() | setprob.f.html | 2011-10-22 13:26 | 2.5K | |
![]() | setrun.py | 2011-05-15 14:28 | 5.6K | |
![]() | 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/chap3/acousimple | |
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 Code
Example [book/chap3/acousimple]
to accompany Figure 3.1 of the book Converted to Clawpack 4.4 form by RJL in 2009.
Description:
1d acoustics in a constant medium. \[ q_t + A q_x = 0 \] where \[ q(x,t) = \vector{ p(x,t)\\ u(x,t)} \] and the coefficient matrix is \[ A = \begin{matrix} 0 & K\\ 1/\rho & 0 \end{matrix}. \]
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 files
Note: The files *.data are generated when setrun.py [.html] is executed.
Library routines
In 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.
|