- Timestamp:
- 10/06/2008 01:39:02 PM (3 months ago)
- Location:
- trunk
- Files:
-
- 1 removed
- 3 modified
- 1 copied
-
documentation/CREDITS.txt (modified) (2 diffs)
-
documentation/VKML.txt (copied) (copied from branches/version-1_2/documentation/VKML.txt)
-
documentation/www/menu.html (modified) (3 diffs)
-
documentation/www/tail.html (deleted)
-
setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/documentation/CREDITS.txt
r2028 r2741 24 24 25 25 Katie Travis 26 is a student at `Smith College`_. Katie developed the automated 27 ``--inline`` optimization code for ``Variable`` objects. 26 developed the automated 27 ``--inline`` optimization code for ``Variable`` objects 28 while she was a SURF_ student from `Smith College`_. 28 29 29 30 … … 41 42 .. _Metallurgy Division: http://www.metallurgy.nist.gov/ 42 43 .. _National Institute of Standards and Technology: http://www.nist.gov/ 44 .. _SURF: http://www.surf.nist.gov/surf2.htm 43 45 44 46 .. _Montgomery Blair High School: http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.mbhs.edu/ -
trunk/documentation/www/menu.html
r1986 r2741 20 20 href="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://matforge.org/fipy/report">Bugs, 21 21 etc.</a></li> 22 <li><a href="electrochem.html">Superconformal electrodeposition</a></li>23 22 <li><a href="mail.html">Mailing List</a></li> 24 23 <li><a href="credits.html">Credits</a></li> … … 32 31 </li> 33 32 33 <li>Applications 34 <ul> 35 <li><a href="electrochem.html">Superconformal electrodeposition</a></li> 36 <li><a href="vkml.html">Virtual Kinetics of Materials Laboratory</a></li> 37 </ul> 38 34 39 <li>Working Group 35 40 … … 48 53 </li> 49 54 50 <li><a href="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://matforge.org ">MatForge</a></li>55 <li><a href="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://matforge.org/fipy">FiPy@MatForge</a></li> 51 56 52 57 </ul> -
trunk/setup.py
r2736 r2741 6 6 # 7 7 # FILE: "setup.py" 8 # created: 4/6/04 {1:24:29 PM} 9 # last update: 8/28/08 {9:38:04 AM} 8 # 10 9 # Author: Jonathan Guyer <guyer@nist.gov> 11 10 # Author: Daniel Wheeler <daniel.wheeler@nist.gov> … … 372 371 'TODOLIST', 373 372 'SVN', 374 'EFFICIENCY'], 373 'EFFICIENCY', 374 'VKML'], 375 375 'startlower': 376 376 ['MAIL']}
FiPy: A Finite Volume PDE Solver Using Python