| Name | Last modified | Size | Description | |
|---|---|---|---|---|
| Parent Directory | - | |||
| Makefile | 2012-05-30 01:42 | 3.8K | ||
| Makefile.html | 2012-05-30 04:20 | 6.0K | ||
| _plots/ | 2012-05-30 02:01 | - | ||
| amr2ez.data | 2012-05-30 01:58 | 3.7K | ||
| amr2ez.data.html | 2012-05-30 04:20 | 6.8K | ||
| pyclaw.log | 2012-05-30 02:01 | 847 | ||
| setgauges.data | 2012-05-30 01:58 | 970 | ||
| setgauges.data.html | 2012-05-30 04:20 | 2.7K | ||
| setplot.py | 2012-05-30 01:42 | 4.1K | ||
| setplot.py.html | 2012-05-30 04:20 | 6.5K | ||
| setplot.pyc | 2012-05-30 01:58 | 3.0K | ||
| setplot2.m | 2012-05-30 01:42 | 3.0K | ||
| setplot2.m.html | 2012-05-30 04:20 | 6.0K | ||
| setprob.data | 2012-05-30 01:58 | 418 | ||
| setprob.data.html | 2012-05-30 04:20 | 2.1K | ||
| setprob.f | 2012-05-30 01:42 | 619 | ||
| setprob.f.html | 2012-05-30 04:20 | 2.4K | ||
| setprob.o | 2012-05-30 01:58 | 1.2K | ||
| setrun.py | 2012-05-30 01:42 | 7.0K | ||
| setrun.py.html | 2012-05-30 04:20 | 11K | ||
| xamr | 2012-05-30 01:58 | 200K | ||
| README.html | |
| Source file: README.txt | |
| Directory: /Users/rjl/git/rjleveque/clawpack-4.6.2/apps/advection/2d/example1_gauges/amr | |
| Converted: Wed May 30 2012 at 13:01:43 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}}$
|
|
AMRCLAW Sample Code
Description
Advection at constant velocity with periodic boundary conditions. The velocity is specified in setrun.py [.html]. This example illustrates how to set gauge locations (see setrun.py [.html]) and plot the results as a function of time at each gauge (see setplot.py [.html]). For more details, see the parent directory for the code without AMR: ../README.html
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
Data files
Python files
Library routines
In addition to the Fortran routines in this library, several library routines from $CLAW/amrclaw/2d/lib are used. See the Makefile [.html] to determine which ones are used.
|