Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
Makefile | 2013-01-21 18:05 | 1.8K | ||
Makefile.html | 2013-01-21 21:31 | 3.8K | ||
_plots/ | 2013-01-21 19:55 | - | ||
claw.data | 2013-01-21 19:55 | 2.1K | ||
claw.data.html | 2013-01-21 21:31 | 4.4K | ||
driver.f | 2013-01-21 18:05 | 887 | ||
driver.f.html | 2013-01-21 21:31 | 2.7K | ||
driver.o | 2013-01-21 19:55 | 964 | ||
pyclaw.log | 2013-01-21 19:55 | 855 | ||
qinit.f | 2013-01-21 18:05 | 612 | ||
qinit.f.html | 2013-01-21 21:31 | 2.4K | ||
qinit.o | 2013-01-21 19:55 | 1.2K | ||
setplot.py | 2013-01-21 18:05 | 1.8K | ||
setplot.py.html | 2013-01-21 21:31 | 3.7K | ||
setplot.pyc | 2013-01-21 19:55 | 1.5K | ||
setprob.data | 2013-01-21 18:05 | 29 | ||
setprob.data.html | 2013-01-21 21:31 | 1.5K | ||
setprob.f | 2013-01-21 18:05 | 655 | ||
setprob.f.html | 2013-01-21 21:31 | 2.4K | ||
setprob.o | 2013-01-21 19:55 | 1.4K | ||
setrun.py | 2013-01-21 18:05 | 5.5K | ||
setrun.py.html | 2013-01-21 21:31 | 9.0K | ||
traffic.m | 2013-01-21 18:05 | 3.1K | ||
traffic.m.html | 2013-01-21 21:31 | 5.8K | ||
xclaw | 2013-01-21 19:55 | 166K | ||
README.html | |
Source file: README.txt | |
Directory: /Users/rjl/git/rjleveque/clawpack-4.6.3/book/chap11/redlight | |
Converted: Mon Jan 21 2013 at 20:15:32 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
Traffic flow equations. Riemann problem for cars stopping at a red light. The file traffic.m gives a demo of traffic flow stopping at a red light, using a Lagrangian method (tracking cars).
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/1d/lib are used. See the Makefile [.html] to determine which ones are used.
|