Index of /clawpack/users-4.6.2/claw/python

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]pyclaw/ 2012-05-30 01:52 -  
[   ]Makefile 2012-05-30 01:42 113  
[   ]make_gallery.py 2012-05-30 01:42 327  
[   ]make_gallery_web.py 2012-05-30 01:42 515  
[   ]fix_fort43.py 2012-05-30 01:42 783  
[   ]startserver.py 2012-05-30 01:42 889  
[   ]cleanup_examples.py 2012-05-30 01:42 1.0K 
[   ]fixfiles.py 2012-06-09 08:38 1.0K 
[   ]make_clean.py 2012-05-30 01:42 1.1K 
[   ]make_clobber.py 2012-05-30 01:42 1.1K 
[   ]rm_output.py 2012-05-30 01:42 1.1K 
[   ]ipython_config.py 2012-05-30 01:42 1.2K 
[   ]webify.py 2012-05-30 01:42 1.2K 
[TXT]make_libs_errors.txt 2012-05-30 01:52 1.3K 
[TXT]Makefile.html 2012-05-30 04:20 1.6K 
[   ]compare_lib.py 2012-05-30 01:42 1.8K 
[   ]make_htmls.py 2012-05-30 01:42 1.8K 
[TXT]make_gallery.py.html 2012-05-30 04:20 1.9K 
[TXT]make_gallery_web.py...>2012-05-30 04:20 2.0K 
[TXT]fix_fort43.py.html 2012-05-30 04:20 2.3K 
[TXT]startserver.py.html 2012-05-30 04:20 2.4K 
[TXT]cleanup_examples.py...>2012-05-30 04:20 2.6K 
[TXT]fixfiles.py.html 2012-05-30 04:20 2.6K 
[TXT]make_clean.py.html 2012-05-30 04:20 2.6K 
[TXT]rm_output.py.html 2012-05-30 04:20 2.6K 
[TXT]make_clobber.py.html 2012-05-30 04:20 2.6K 
[   ]make_libs.py 2012-05-30 01:42 2.8K 
[TXT]make_libs_errors.html 2012-05-30 04:20 2.8K 
[TXT]webify.py.html 2012-05-30 04:20 2.9K 
[TXT]ipython_config.py.html 2012-05-30 04:20 2.9K 
[TXT]compare_lib.py.html 2012-05-30 04:20 3.4K 
[TXT]make_htmls.py.html 2012-05-30 04:20 3.4K 
[TXT]make_libs.py.html 2012-05-30 04:20 4.4K 
[   ]make_all.py 2012-05-30 01:42 5.2K 
[TXT]make_all.py.html 2012-05-30 04:20 6.9K 
[TXT]make_all_errors.txt 2012-05-30 02:50 10K 
[TXT]make_all_errors.html 2012-05-30 04:20 12K 
[   ]gallery.pyc 2012-05-30 04:03 18K 
[   ]gallery.py 2012-05-30 01:42 22K 
[TXT]gallery.py.html 2012-05-30 04:20 25K 
[   ]convert43to44.py 2012-05-30 01:42 27K 
[TXT]convert43to44.py.html 2012-05-30 04:20 36K 
[TXT]make_libs_output.txt 2012-05-30 01:52 38K 
[TXT]make_libs_output.html 2012-05-30 04:20 40K 
[TXT]make_all_output.txt 2012-05-30 02:50 1.1M 
[TXT]make_all_output.html 2012-05-30 04:20 1.1M 

README.html
  README.html CLAWPACK  
 Source file:   README.txt
 Directory:   /Users/rjl/git/rjleveque/clawpack-4.6.2/python
 Converted:   Wed May 30 2012 at 13:02:54   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.