Index of /rjl/clawpack-4.x/python

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]Makefile 2011-05-15 14:28 113  
[TXT]Makefile.html 2011-10-22 13:26 1.6K 
[   ]cleanup_examples.py 2011-05-15 14:28 1.0K 
[TXT]cleanup_examples.py...>2011-10-22 13:26 2.5K 
[   ]compare_lib.py 2011-05-15 14:28 1.8K 
[TXT]compare_lib.py.html 2011-10-22 13:26 3.4K 
[   ]convert43to44.py 2011-05-15 14:28 27K 
[TXT]convert43to44.py.html 2011-10-22 13:26 36K 
[   ]fix_fort43.py 2011-05-15 14:28 783  
[TXT]fix_fort43.py.html 2011-10-22 13:26 2.2K 
[   ]fixfiles.py 2011-05-15 14:28 1.0K 
[TXT]fixfiles.py.html 2011-10-22 13:26 2.6K 
[   ]gallery.py 2011-05-15 14:28 22K 
[TXT]gallery.py.html 2011-10-22 13:26 25K 
[   ]gallery.pyc 2011-05-15 18:59 18K 
[DIR]ipythondir/ 2011-05-15 16:32 -  
[   ]make_all.py 2011-07-26 09:26 5.1K 
[TXT]make_all.py.html 2011-10-22 13:26 6.9K 
[   ]make_clean.py 2011-05-15 14:28 1.1K 
[TXT]make_clean.py.html 2011-10-22 13:26 2.6K 
[   ]make_clobber.py 2011-05-15 14:28 1.1K 
[TXT]make_clobber.py.html 2011-10-22 13:26 2.6K 
[   ]make_gallery.py 2011-05-15 14:28 331  
[TXT]make_gallery.py.html 2011-10-22 13:26 1.9K 
[   ]make_gallery_web.py 2011-07-26 12:46 595  
[TXT]make_gallery_web.py...>2011-10-22 13:26 2.1K 
[   ]make_htmls.py 2011-06-22 08:54 1.8K 
[TXT]make_htmls.py.html 2011-10-22 13:26 3.4K 
[   ]make_libs.py 2011-05-15 14:28 2.8K 
[TXT]make_libs.py.html 2011-10-22 13:26 4.4K 
[DIR]pyclaw/ 2011-05-15 14:38 -  
[   ]startserver.py 2011-05-15 14:28 889  
[TXT]startserver.py.html 2011-10-22 13:26 2.4K 

README.html
  README.html CLAWPACK  
 Source file:   README.txt
 Directory:   /home/rjl/git/rjleveque/clawpack-4.x/python
 Converted:   Sun May 15 2011 at 19:16:12   using clawcode2html
 This documentation file will not reflect any later changes in the source file.

 

Python scripts and modules for Clawpack

Directory claw/python

These need to be cleaned up, reorganized, and better documented...

  • startserver.py [.html] Use this to start a web server at port 50005.

  • make_clean.py [.html] Execute "make clean" in all subdirectories of the specified directory. Useful to clean up executables, .o and .html files.

  • make_clobber.py [.html] Execute "make clobber" in all subdirectories of the specified directory. This does "make clean" but also removes all output and plot directories.

  • make_htmls.py [.html] Creates .html files in all directories where "make .htmls" can be used.

  • make_plots.py [.html] Runs all examples and creates plots files by doing "make .plots" whereever possible. If a file make_all.sh exists then this is executed rather than "make .plots", useful when other things need to be done as well.

  • make_gallery.py [.html] Create galleries showing thumbnails for applications.

  • gallery.py [.html] Module used by make_gallery.py.

  • convert43to44.py [.html] Convert an application directory that works with Clawpack 4.3 to a form that works with 4.4 or 4.5. May not work perfectly, but does much of the work. Does not yet work in amr directories.