Changeset 2781
- Timestamp:
- 10/23/2008 06:27:21 PM (15 months ago)
- Location:
- trunk
- Files:
-
- 302 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/documentation/manual/tutorial/fipy/package/base.py
r1568 r2781 4 4 # 5 5 # FILE: "base.py" 6 # created: 8/16/05 {10:41:26 AM} 7 # last update: 9/16/05 {3:01:41 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 35 34 # This file is purely for illustration of documentation conventions 36 35 # 37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 1939-08-16 JEG 1.0 original42 36 # ################################################################### 43 37 ## -
trunk/documentation/manual/tutorial/fipy/package/object.py
r1568 r2781 4 4 # 5 5 # FILE: "object.py" 6 # created: 8/16/05 {10:41:26 AM} 7 # last update: 9/16/05 {3:01:45 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 35 34 # This file is purely for illustration of documentation conventions 36 35 # 37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 1939-08-16 JEG 1.0 original42 36 # ################################################################### 43 37 ## -
trunk/examples/benchmarking/benchmarker.py
r1748 r2781 6 6 # 7 7 # FILE: "benchmarker.py" 8 # created: 1/18/06 {3:05:48 PM} 9 # last update: 2/24/06 {11:24:03 AM} 10 # Author: Jonathan Guyer 11 # E-mail: <[email protected]> 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 12 # www: <http://www.ctcms.nist.gov/fipy/> … … 31 28 # they have been modified. 32 29 # ======================================================================== 33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 1940-01-18 JEG 1.0 original39 30 # 40 31 # ######################################################################## -
trunk/examples/benchmarking/cahnHilliard.py
r2300 r2781 6 6 # 7 7 # FILE: "cahnHilliard.py" 8 # created: 1/18/06 {2:36:12 PM} 9 # last update: 7/5/07 {8:06:35 PM} 10 # Author: Jonathan Guyer 11 # E-mail: <[email protected]> 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 12 # www: <http://www.ctcms.nist.gov/fipy/> … … 32 29 # See the file "license.terms" for information on usage and 33 30 # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 1940-01-18 JEG 1.0 original40 31 # 41 32 # ######################################################################## -
trunk/examples/benchmarking/mesh.py
r2300 r2781 6 6 # 7 7 # FILE: "mesh.py" 8 # created: 1/18/06 {4:01:30 PM} 9 # last update: 7/5/07 {8:06:34 PM} 10 # Author: Jonathan Guyer 11 # E-mail: <[email protected]> 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 12 # www: <http://www.ctcms.nist.gov/fipy/> … … 31 28 # they have been modified. 32 29 # ======================================================================== 33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 1940-01-18 JEG 1.0 original39 30 # 40 31 # ######################################################################## -
trunk/examples/benchmarking/phaseImpingement.py
r2300 r2781 6 6 # 7 7 # FILE: "phaseImpingement.py" 8 # created: 1/18/06 {2:35:59 PM} 9 # last update: 7/5/07 {8:06:32 PM} 10 # Author: Jonathan Guyer 11 # E-mail: <[email protected]> 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 12 # www: <http://www.ctcms.nist.gov/fipy/> … … 30 27 # any modified versions bear some notice that they have been modified. 31 28 # ======================================================================== 32 # See the file "license.terms" for information on usage and33 # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 1940-01-18 JEG 1.0 original40 29 # 41 30 # ######################################################################## -
trunk/examples/benchmarking/superfill.py
r2300 r2781 6 6 # 7 7 # FILE: "superfill.py" 8 # created: 1/19/06 {4:09:41 PM} 9 # last update: 7/5/07 {8:09:40 PM} 10 # Author: Jonathan Guyer 11 # E-mail: <[email protected]> 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 12 # www: <http://www.ctcms.nist.gov/fipy/> … … 31 28 # they have been modified. 32 29 # ======================================================================== 33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 1940-01-18 JEG 1.0 original39 30 # 40 31 # ######################################################################## -
trunk/examples/cahnHilliard/input2D.py
r2535 r2781 6 6 # 7 7 # FILE: "input2D.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:06:21 PM} 10 # Stolen from: 11 # Author: Jonathan Guyer 12 # E-mail: [email protected] 13 # Author: Daniel Wheeler 14 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 15 11 # mail: NIST 16 12 # www: http://ctcms.nist.gov … … 33 29 # ======================================================================== 34 30 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-10 JEG 1.0 original42 31 # ################################################################### 43 32 ## -
trunk/examples/cahnHilliard/inputTanh1D.py
r2300 r2781 6 6 # 7 7 # FILE: "inputTanh1D.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:21:50 PM} 10 # Stolen from: 11 # Author: Jonathan Guyer 12 # E-mail: [email protected] 13 # Author: Daniel Wheeler 14 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 15 11 # mail: NIST 16 12 # www: http://ctcms.nist.gov … … 33 29 # ======================================================================== 34 30 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-10 JEG 1.0 original42 31 # ################################################################### 43 32 ## -
trunk/examples/cahnHilliard/test.py
r1303 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:51:35 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/chemotaxis/input.py
r2301 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {9:07:26 PM} { 5:14:21 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 12 # www: http://ctcms.nist.gov … … 32 29 # ======================================================================== 33 30 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-17 JEG 1.0 original41 31 # ################################################################### 42 32 ## -
trunk/examples/chemotaxis/input2D.py
r2300 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {8:08:33 PM} { 5:14:21 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 # www: http://ctcms.nist.gov 12 # www: http://ctcms.nist.gov/fipy 16 13 # 17 14 # ======================================================================== … … 32 29 # ======================================================================== 33 30 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-17 JEG 1.0 original41 31 # ################################################################### 42 32 ## -
trunk/examples/chemotaxis/parameters.py
r901 r2781 5 5 # FiPy - Python-based finite volume PDE solver 6 6 # 7 # FILE: "paramters.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 10/7/04 {8:23:02 AM} { 5:14:21 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 7 # FILE: "parameters.py" 8 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 # www: http://ctcms.nist.gov 12 # www: http://ctcms.nist.gov/fipy 16 13 # 17 14 # ======================================================================== … … 32 29 # ======================================================================== 33 30 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-17 JEG 1.0 original41 31 # ################################################################### 42 32 ## -
trunk/examples/chemotaxis/test.py
r1303 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:50:30 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 # www: http:// ctcms.nist.gov12 # www: http://www.ctcms.nist.gov/fipy 16 13 # 17 14 # ======================================================================== … … 32 29 # ======================================================================== 33 30 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 31 # ################################################################### 42 32 ## -
trunk/examples/convection/advection/explicitUpwind.py
r2300 r2781 6 6 # 7 7 # FILE: "explicitUpwind.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:09:27 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/advection/implicitUpwind.py
r2300 r2781 6 6 # 7 7 # FILE: "impicitUpwind.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:09:25 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/advection/vanLeerUpwind.py
r2301 r2781 6 6 # 7 7 # FILE: "vanLeerUpwind.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:07:24 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential1D/cylindricalMesh1D.py
r2707 r2781 6 6 # 7 7 # FILE: "cylindricalMesh1D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:21:49 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential1D/cylindricalMesh1DNonUniform.py
r2707 r2781 6 6 # 7 7 # FILE: "cylindricalMeshNonUniform1D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:21:49 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential1D/mesh1D.py
r2300 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:21:49 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential1D/tri2D.py
r2497 r2781 6 6 # 7 7 # FILE: "tri2D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:07:21 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential1DBack/mesh1D.py
r2301 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:07:20 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential1DSource/mesh1D.py
r2300 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:21:48 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential1DSource/tri2D.py
r2301 r2781 6 6 # 7 7 # FILE: "tri2D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:07:16 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential2D/cylindricalMesh2D.py
r2707 r2781 6 6 # 7 7 # FILE: "cylindricalMesh2D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:21:49 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential2D/cylindricalMesh2DNonUniform.py
r2707 r2781 6 6 # 7 7 # FILE: "cylindricalMesh2D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:21:49 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential2D/mesh2D.py
r2300 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:09:16 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/exponential2D/tri2D.py
r2497 r2781 6 6 # 7 7 # FILE: "tri2D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:09:10 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/peclet.py
r2331 r2781 6 6 # 7 7 # FILE: "peclet.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:18:42 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/powerLaw1D/mesh1D.py
r2300 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:11:40 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/powerLaw1D/tri2D.py
r2300 r2781 6 6 # 7 7 # FILE: "tri2D.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:11:39 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/robin.py
r2605 r2781 6 6 # 7 7 # FILE: "circle.py" 8 # created: 4/6/06 {11:26:11 AM} 9 # last update: 5/1/08 {3:25:37 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2006- 4- 6 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/convection/test.py
r2706 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:47:17 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/anisotropy.py
r2601 r2781 6 6 # 7 7 # FILE: "circle.py" 8 # created: 4/6/06 {11:26:11 AM} 9 # last update: 5/1/08 {3:25:37 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2006- 4- 6 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/circle.py
r2763 r2781 6 6 # 7 7 # FILE: "circle.py" 8 # created: 4/6/06 {11:26:11 AM} 9 # last update: 10/22/08 {10:38:35 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2006- 4- 6 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/electrostatics.py
r2301 r2781 6 6 # 7 7 # FILE: "electrostatics.py" 8 # created: 1/15/04 {3:45:27 PM} 9 # last update: 7/5/07 {9:08:45 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2004-01-15 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/explicit/mesh1D.py
r2301 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:08:43 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/explicit/mixedelement.py
r2565 r2781 6 6 # 7 7 # FILE: "mixedelement.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 6/3/08 {8:19:26 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/explicit/test.py
r2276 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 4/7/06 {4:35:59 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/explicit/tri2D.py
r2300 r2781 6 6 # 7 7 # FILE: "tri2D.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:11:34 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/mesh1D.py
r2331 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 4/4/06 {11:45:06 AM} 9 # last update: 7/5/07 {9:08:40 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2006- 4- 4 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/mesh20x20.py
r2565 r2781 6 6 # 7 7 # FILE: "mesh20x20.py" 8 # created: 4/6/06 {10:50:18 AM} 9 # last update: 5/25/08 {9:29:46 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2006- 4- 6 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/nthOrder/input4thOrder-line.py
r2497 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {6:03:30 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/nthOrder/input4thOrder1D.py
r2298 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {6:04:03 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/nthOrder/test.py
r1468 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 8/10/05 {3:13:47 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/mesh1D/inputPeriodic.py
r2301 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:09:38 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/mesh1D/tri2Dinput.py
r2498 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {7:59:03 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/mesh20x20/gmshinput.py
r2565 r2781 6 6 # 7 7 # FILE: "gmshinput.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 6/2/08 {8:53:34 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/mesh20x20/modifiedMeshInput.py
r2565 r2781 6 6 # 7 7 # FILE: "ttri2Dinput.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 5/28/08 {11:35:17 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/mesh20x20/orthoerror.py
r2300 r2781 6 6 # 7 7 # FILE: "orthoerror.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:11:28 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/mesh20x20/tri2Dinput.py
r2298 r2781 6 6 # 7 7 # FILE: "ttri2Dinput.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {6:33:02 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/mesh50x50/input.py
r2298 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {6:33:01 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/mesh50x50/tri2Dinput.py
r2331 r2781 6 6 # 7 7 # FILE: "tri2Dinput.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {6:37:44 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/otherMeshes/cubicalProblem.py
r2298 r2781 6 6 # 7 7 # FILE: "ttri2Dinput.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {6:37:43 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/otherMeshes/grid3Dinput.py
r2447 r2781 6 6 # 7 7 # FILE: "grid3Dinput.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:11:27 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/steadyState/test.py
r1726 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 4/7/06 {11:33:19 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/test.py
r2447 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/26/03 {3:23:47 PM} 9 # last update: 5/4/06 {2:14:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/diffusion/variable.py
r2305 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:13:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/elphf/diffusion/mesh1D.py
r2301 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {9:11:18 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/elphf/diffusion/mesh1Ddimensional.py
r2301 r2781 6 6 # 7 7 # FILE: "mesh1Ddimensional.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {9:11:17 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/elphf/diffusion/mesh2D.py
r2301 r2781 6 6 # 7 7 # FILE: "mesh2D.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {9:11:15 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/elphf/input.py
r2331 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {9:11:13 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/elphf/phase.py
r2300 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {8:13:39 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/elphf/phaseDiffusion.py
r2300 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {8:13:37 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/elphf/poisson.py
r2301 r2781 6 6 # 7 7 # FILE: "input1DpoissonRightCharge.py" 8 # created: 1/15/04 {3:45:27 PM} 9 # last update: 7/5/07 {9:11:07 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2004-01-15 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/elphf/test.py
r2282 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 7/28/04 {11:18:34 AM} 9 # last update: 7/3/07 {5:12:24 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2004-07-28 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/examples/flow/stokesCavity.py
r2565 r2781 6 6 # 7 7 # FILE: "stokesCavity.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 6/2/08 {8:58:07 AM} 8 # 10 9 # Stolen from: 11 # Author: Jonathan Guyer 12 # E-mail: [email protected] 13 # Author: Daniel Wheeler 14 # E-mail: [email protected] 10 # Author: Jonathan Guyer <[email protected]> 11 # Author: Daniel Wheeler <[email protected]> 15 12 # mail: NIST 16 13 # www: http://ctcms.nist.gov … … 33 30 # ======================================================================== 34 31 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-10 JEG 1.0 original42 32 # ################################################################### 43 33 ## -
trunk/examples/flow/test.py
r1719 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:51:35 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/advection/circle.py
r2300 r2781 6 6 # 7 7 # FILE: "circle.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {8:21:44 PM} { 1:23:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/advection/mesh1D.py
r2300 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {8:21:43 PM} { 1:23:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/advection/test.py
r2279 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:53:32 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/advection/trench.py
r2301 r2781 6 6 # 7 7 # FILE: "trench.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {9:13:12 PM} { 1:23:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/distanceFunction/circle.py
r2300 r2781 6 6 # 7 7 # FILE: "circle.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {8:21:42 PM} { 1:23:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/distanceFunction/interior.py
r2301 r2781 6 6 # 7 7 # FILE: "interior.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {9:13:08 PM} { 1:23:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/distanceFunction/mesh1D.py
r2300 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {8:21:41 PM} { 1:23:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/distanceFunction/square.py
r2301 r2781 6 6 # 7 7 # FILE: "square.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {9:13:05 PM} { 1:23:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/distanceFunction/test.py
r2279 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:50:28 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/electroChem/gold.py
r2497 r2781 6 6 # 7 7 # FILE: "gold.py" 8 # created: 8/26/04 {10:29:10 AM} 9 # last update: 7/5/07 {8:56:32 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 12 10 # Author: Daniel Wheeler <[email protected]> 13 11 # mail: NIST … … 31 29 # ======================================================================== 32 30 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 31 # ################################################################### 41 32 ## -
trunk/examples/levelSet/electroChem/howToWriteAScript.py
r2521 r2781 6 6 # 7 7 # FILE: "howToWriteAScript.py" 8 # created: 8/26/04 {10:29:10 AM} 9 # last update: 7/5/07 {8:21:40 PM} { 1:23:41 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 12 # www: http://ctcms.nist.gov … … 32 29 # ======================================================================== 33 30 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-17 JEG 1.0 original41 31 # ################################################################### 42 32 ## -
trunk/examples/levelSet/electroChem/leveler.py
r2571 r2781 6 6 # 7 7 # FILE: "leveler.py" 8 # created: 8/26/04 {10:29:10 AM} 9 # last update: 6/7/08 {11:17:02 PM} { 1:23:41 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 12 # www: http://ctcms.nist.gov … … 32 29 # ======================================================================== 33 30 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-17 JEG 1.0 original41 31 # ################################################################### 42 32 ## -
trunk/examples/levelSet/electroChem/simpleTrenchSystem.py
r2521 r2781 6 6 # 7 7 # FILE: "inputSimpleTrenchSystem.py" 8 # created: 8/26/04 {10:29:10 AM} 9 # last update: 7/5/07 {8:55:45 PM} { 1:23:41 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 12 # www: http://ctcms.nist.gov … … 32 29 # ======================================================================== 33 30 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-17 JEG 1.0 original41 31 # ################################################################### 42 32 ## -
trunk/examples/levelSet/electroChem/test.py
r2497 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/3/07 {5:17:28 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/surfactant/adsorption.py
r2301 r2781 6 6 # 7 7 # FILE: "adsorption.py" 8 # created: 9/10/04 {3:23:47 PM} 9 # last update: 7/5/07 {9:13:00 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/surfactant/circle.py
r2301 r2781 6 6 # 7 7 # FILE: "circle.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {9:12:59 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/surfactant/expandingCircle.py
r2301 r2781 6 6 # 7 7 # FILE: "expandingCircle.py" 8 # created: 08/10/04 {10:29:10 AM} 9 # last update: 7/5/07 {9:12:58 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/surfactant/square.py
r2301 r2781 6 6 # 7 7 # FILE: "square.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {9:12:56 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/surfactant/test.py
r2279 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/3/07 {4:40:36 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/levelSet/test.py
r1303 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/26/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:47:14 PM} { 2:26:30 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/meshing/inputGrid2D.py
r2300 r2781 6 6 # 7 7 # FILE: "inputGrid2D.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {8:18:40 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/meshing/sphere.py
r2499 r2781 6 6 # 7 7 # FILE: "sphere.py" 8 # created: 4/6/06 {11:26:11 AM} 9 # last update: 10/5/07 {10:49:43 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2006- 4- 6 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/meshing/test.py
r2437 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/26/03 {3:23:47 PM} 9 # last update: 5/4/06 {2:14:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/anisotropy.py
r2521 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {8:21:39 PM} { 5:14:21 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/binary.py
r2300 r2781 6 6 # 7 7 # FILE: "binary.py" 8 # created: 4/10/06 {2:20:36 PM} 9 # last update: 7/5/07 {8:21:38 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # ======================================================================== 32 #33 # History34 #35 # modified by rev reason36 # ---------- --- --- -----------37 # 2006-04-10 JEG 1.0 original38 31 # 39 32 # ######################################################################## -
trunk/examples/phase/impingement/mesh20x20.py
r2521 r2781 6 6 # 7 7 # FILE: "mesh20x20.py" 8 # created: 10/26/04 {9:00:00 PM} 9 # last update: 7/5/07 {8:21:37 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2004-10-26 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/impingement/mesh40x1.py
r2521 r2781 6 6 # 7 7 # FILE: "mesh40x1.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {8:21:36 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/impingement/test.py
r2280 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/3/07 {4:53:12 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/missOrientation/circle.py
r2521 r2781 6 6 # 7 7 # FILE: "circle.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:15:28 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/missOrientation/mesh1D.py
r2521 r2781 6 6 # 7 7 # FILE: "mesh1D.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:15:26 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/missOrientation/modCircle.py
r2521 r2781 6 6 # 7 7 # FILE: "modCircle.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:15:25 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/missOrientation/test.py
r2280 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/3/07 {4:56:51 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/quaternary.py
r2300 r2781 6 6 # 7 7 # FILE: "quaternary.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 7/5/07 {8:21:35 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/simple.py
r2301 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 7/5/07 {9:15:20 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/symmetry.py
r2565 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 5/25/08 {9:19:29 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/phase/test.py
r2331 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 7/3/07 {4:48:05 PM} { 2:24:25 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 12 10 # mail: NIST 13 11 # www: http://www.ctcms.nist.gov/fipy/ … … 30 28 # ======================================================================== 31 29 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 30 # ################################################################### 40 31 ## -
trunk/examples/test.py
r2438 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/26/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:51:32 PM} { 2:26:30 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/examples/update0_1to1_0.py
r2293 r2781 6 6 # 7 7 # FILE: "input.py" 8 # created: 12/16/03 {3:23:47 PM} 9 # last update: 5/15/06 {3:21:13 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/boundaryConditions/boundaryCondition.py
r2778 r2781 6 6 # 7 7 # FILE: "boundaryCondition.py" 8 # created: 11/15/03 {9:47:59 PM} 9 # last update: 10/23/08 {4:11:11 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-15 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/boundaryConditions/fixedFlux.py
r2573 r2781 6 6 # 7 7 # FILE: "fixedFlux.py" 8 # created: 11/15/03 {9:47:59 PM} 9 # last update: 6/2/08 {10:40:45 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-15 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/boundaryConditions/fixedValue.py
r2565 r2781 6 6 # 7 7 # FILE: "fixedValue.py" 8 # created: 11/15/03 {9:47:59 PM} 9 # last update: 6/4/08 {5:08:23 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-15 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/boundaryConditions/nthOrderBoundaryCondition.py
r2331 r2781 6 6 # 7 7 # FILE: "nthOrderBoundaryCondition.py" 8 # created: 6/9/04 {4:09:25 PM} 9 # last update: 1/3/07 {3:03:59 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 12 10 # mail: NIST 13 11 # www: http://www.ctcms.nist.gov/fipy/ … … 32 30 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 31 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2004-06-09 JEG 1.0 original41 32 # ################################################################### 42 33 ## -
trunk/fipy/boundaryConditions/test.py
r1637 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 8/29/05 {1:51:00 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/meshes/common/mesh.py
r2642 r2781 7 7 # 8 8 # FILE: "mesh.py" 9 # created: 11/10/03 {2:44:42 PM} 10 # last update: 6/7/08 {11:06:41 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/meshes/cylindricalGrid1D.py
r2706 r2781 6 6 # 7 7 # FILE: "cylindricalGrid1D.py" 8 # created: 11/20/03 {4:47:54 PM} 9 # last update: 5/15/06 {3:24:18 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-20 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/cylindricalGrid2D.py
r2706 r2781 6 6 # 7 7 # FILE: "cylindricalGrid2D.py" 8 # created: 11/20/03 {4:47:54 PM} 9 # last update: 5/15/06 {3:24:38 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-20 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/gmshExport.py
r1300 r2781 4 4 # 5 5 # FILE: "gmshExport.py <2>" 6 # created: 4/7/05 {4:38:31 PM} 7 # last update: 4/7/05 {4:39:22 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 31 30 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2005-04-07 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/gmshImport.py
r1300 r2781 4 4 # 5 5 # FILE: "gmshImport.py" 6 # created: 4/7/05 {4:31:19 PM} 7 # last update: 4/7/05 {4:32:58 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 31 30 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2005-04-07 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/grid1D.py
r1760 r2781 6 6 # 7 7 # FILE: "grid1D.py" 8 # created: 11/20/03 {4:47:54 PM} 9 # last update: 5/15/06 {3:24:18 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-20 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/grid2D.py
r1760 r2781 6 6 # 7 7 # FILE: "grid2D.py" 8 # created: 11/20/03 {4:47:54 PM} 9 # last update: 5/15/06 {3:24:38 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-20 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/grid3D.py
r1760 r2781 6 6 # 7 7 # FILE: "grid3D.py" 8 # created: 11/20/03 {4:47:54 PM} 9 # last update: 5/15/06 {3:25:01 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-20 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/__init__.py
r918 r2781 6 6 # 7 7 # FILE: "__init__.py" 8 # created: 11/20/03 {4:47:54 PM} 9 # last update: 9/3/04 {10:38:58 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-20 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/cell.py
r2502 r2781 6 6 # 7 7 # FILE: "cell.py" 8 # created: 11/10/03 {3:23:11 PM} 9 # last update: 9/3/04 {10:40:05 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/cylindricalGrid1D.py
r2706 r2781 6 6 # 7 7 # FILE: "cylindricalGrid1D.py" 8 # created: 11/10/03 {3:30:42 PM} 9 # last update: 5/27/08 {3:22:24 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/cylindricalGrid2D.py
r2709 r2781 6 6 # 7 7 # FILE: "CylindricalGrid2D.py" 8 # created: 11/10/03 {3:30:42 PM} 9 # last update: 5/30/08 {8:04:51 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/cylindricalUniformGrid1D.py
r2706 r2781 6 6 # 7 7 # FILE: "cylindricalUniformGrid1D.py" 8 # created: 2/22/06 {11:32:04 AM} 9 # last update: 5/28/08 {11:31:34 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/cylindricalUniformGrid2D.py
r2706 r2781 6 6 # 7 7 # FILE: "CylindricalUniformGrid2D.py" 8 # created: 2/28/06 {2:30:24 PM} 9 # last update: 5/30/08 {8:38:01 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2006-02-28 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/face.py
r2565 r2781 6 6 # 7 7 # FILE: "face.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 5/30/08 {8:52:25 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/gmshExport.py
r1982 r2781 6 6 # 7 7 # FILE: "gmshExport.py" 8 # created: 8/12/04 {10:21:00 AM} 9 # last update: 4/7/05 {4:36:07 PM} 8 # 10 9 # Author: Alexander Mont <[email protected]> 11 10 # Author: Jonathan Guyer <[email protected]> … … 34 33 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 35 34 # 36 # Description:37 #38 # History39 #40 # modified by rev reason41 # ---------- --- --- -----------42 # 2004-8-12 ADM 1.0 original43 35 # ################################################################### 44 36 ## -
trunk/fipy/meshes/numMesh/gmshImport.py
r2499 r2781 7 7 # 8 8 # FILE: "gmshImport.py" 9 # created: 11/10/03 {2:44:42 PM} 10 # last update: 3/19/07 {6:03:58 PM} 9 # 11 10 # Author: Alexander Mont <[email protected]> 12 11 # Author: Jonathan Guyer <[email protected]> … … 35 34 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 36 35 # 37 # Description:38 #39 # History40 #41 # modified by rev reason42 # ---------- --- --- -----------43 # 2004-8-12 ADM 1.0 original44 36 # ################################################################### 45 37 # -
trunk/fipy/meshes/numMesh/grid1D.py
r2565 r2781 6 6 # 7 7 # FILE: "grid1D.py" 8 # created: 11/10/03 {3:30:42 PM} 9 # last update: 5/27/08 {3:22:24 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/grid2D.py
r2565 r2781 6 6 # 7 7 # FILE: "grid2D.py" 8 # created: 11/10/03 {3:30:42 PM} 9 # last update: 5/30/08 {8:04:51 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/grid3D.py
r2565 r2781 6 6 # 7 7 # FILE: "grid3D.py" 8 # created: 11/10/03 {3:30:42 PM} 9 # last update: 5/30/08 {8:05:14 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/mesh.py
r2590 r2781 7 7 # 8 8 # FILE: "mesh.py" 9 # created: 11/10/03 {2:44:42 PM} 10 # last update: 6/13/08 {6:31:33 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/meshes/numMesh/mesh1D.py
r2447 r2781 7 7 # 8 8 # FILE: "mesh1D.py" 9 # created: 11/10/03 {2:44:42 PM} 10 # last update: 1/3/07 {3:04:23 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/meshes/numMesh/mesh2D.py
r2565 r2781 7 7 # 8 8 # FILE: "mesh2D.py" 9 # created: 11/10/03 {2:44:42 PM} 10 # last update: 6/2/08 {8:55:27 AM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/meshes/numMesh/periodicGrid1D.py
r2571 r2781 6 6 # 7 7 # FILE: "periodicGrid1D.py" 8 # created: 11/10/03 {3:30:42 PM} 9 # last update: 6/7/08 {11:10:04 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/periodicGrid2D.py
r2571 r2781 6 6 # 7 7 # FILE: "periodicGrid2D.py" 8 # created: 11/10/03 {3:30:42 PM} 9 # last update: 6/7/08 {11:09:26 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/skewedGrid2D.py
r2565 r2781 6 6 # 7 7 # FILE: "SkewedGrid2D.py" 8 # created: 11/10/03 {3:30:42 PM} 9 # last update: 5/27/08 {5:38:16 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/test.py
r2706 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 3/6/06 {8:57:23 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/meshes/numMesh/tri2D.py
r2565 r2781 6 6 # 7 7 # FILE: "tri2D.py" 8 # created: 07/07/04 {4:28:00 PM} 9 # last update: 5/29/08 {8:55:54 AM} 8 # 10 9 # Author: Alexander Mont <[email protected]> 11 10 # Author: Jonathan Guyer <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2004-07-07 ADM 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/meshes/numMesh/uniformGrid1D.py
r2642 r2781 6 6 # 7 7 # FILE: "uniformGrid1D.py" 8 # created: 2/22/06 {11:32:04 AM} 9 # last update: 5/28/08 {11:31:34 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/uniformGrid2D.py
r2642 r2781 6 6 # 7 7 # FILE: "uniformGrid1D.py" 8 # created: 2/28/06 {2:30:24 PM} 9 # last update: 5/30/08 {8:38:01 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2006-02-28 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/numMesh/uniformGrid3D.py
r2642 r2781 6 6 # 7 7 # FILE: "uniformGrid3D.py" 8 # created: 3/2/06 {3:57:15 PM} 9 # last update: 5/30/08 {8:37:58 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # ======================================================================== 32 #33 # History34 #35 # modified by rev reason36 # ---------- --- --- -----------37 # 2006-03-02 JEG 1.0 original38 31 # 39 32 # ######################################################################## -
trunk/fipy/meshes/periodicGrid1D.py
r1406 r2781 6 6 # 7 7 # FILE: "periodicGrid1D.py" 8 # created: 11/20/03 {4:47:54 PM} 9 # last update: 3/7/05 {1:17:12 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-20 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/periodicGrid2D.py
r1406 r2781 6 6 # 7 7 # FILE: "periodicGrid2D.py" 8 # created: 11/20/03 {4:47:54 PM} 9 # last update: 3/7/05 {1:17:12 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-20 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/pyMesh/__init__.py
r918 r2781 6 6 # 7 7 # FILE: "__init__.py" 8 # created: 11/20/03 {4:47:54 PM} 9 # last update: 9/3/04 {10:38:01 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-20 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/pyMesh/cell.py
r1982 r2781 6 6 # 7 7 # FILE: "cell.py" 8 # created: 11/10/03 {3:23:11 PM} 9 # last update: 4/2/05 {11:39:19 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/pyMesh/face.py
r2590 r2781 6 6 # 7 7 # FILE: "face.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 6/13/08 {6:39:12 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/pyMesh/face2D.py
r2274 r2781 6 6 # 7 7 # FILE: "face2D.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 9/3/04 {10:35:48 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/pyMesh/grid2D.py
r2501 r2781 6 6 # 7 7 # FILE: "grid2D.py" 8 # created: 11/10/03 {3:30:42 PM} 9 # last update: 4/3/05 {12:01:35 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/pyMesh/mesh.py
r2501 r2781 7 7 # 8 8 # FILE: "mesh.py" 9 # created: 11/10/03 {2:44:42 PM} 10 # last update: 7/12/05 {11:32:40 AM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/meshes/pyMesh/test.py
r1288 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:52:07 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/meshes/pyMesh/vertex.py
r918 r2781 6 6 # 7 7 # FILE: "vertex.py" 8 # created: 11/10/03 {3:24:06 PM} 9 # last update: 9/3/04 {10:35:44 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/skewedGrid2D.py
r1300 r2781 4 4 # 5 5 # FILE: "skewedGrid2D.py" 6 # created: 4/7/05 {4:34:51 PM} 7 # last update: 4/7/05 {4:35:24 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 31 30 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2005-04-07 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/meshes/test.py
r2502 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 3/6/06 {8:57:23 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/meshes/tri2D.py
r1300 r2781 4 4 # 5 5 # FILE: "tri2D.py" 6 # created: 4/7/05 {4:21:23 PM} 7 # last update: 4/7/05 {4:27:01 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 31 30 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2005-04-07 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/advection/advectionEquation.py
r1560 r2781 6 6 # 7 7 # FILE: "advectionEquation.py" 8 # created: 11/12/03 {10:39:23 AM} 9 # last update: 9/3/04 {10:29:53 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/advection/advectionTerm.py
r2497 r2781 6 6 # 7 7 # FILE: "advectionEquation.py" 8 # created: 11/12/03 {10:39:23 AM} 9 # last update: 3/29/07 {10:39:19 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/advection/higherOrderAdvectionEquation.py
r1304 r2781 6 6 # 7 7 # FILE: "higherOrderAdvectionEquation.py" 8 # created: 11/12/03 {10:39:23 AM} 9 # last update: 6/3/04 {2:53:54 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/advection/higherOrderAdvectionTerm.py
r2346 r2781 6 6 # 7 7 # FILE: "advectionEquation.py" 8 # created: 11/12/03 {10:39:23 AM} 9 # last update: 10/17/07 {12:57:59 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/distanceFunction/distanceVariable.py
r2571 r2781 6 6 # 7 7 # FILE: "distanceVariable.py" 8 # created: 7/29/04 {10:39:23 AM} 9 # last update: 6/7/08 {11:00:32 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/distanceFunction/levelSetDiffusionEquation.py
r2447 r2781 6 6 # 7 7 # FILE: "levelSetDiffusionEquation.py" 8 # created: 9/8/04 {10:39:23 AM} 9 # last update: 7/6/05 {2:32:31 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/distanceFunction/levelSetDiffusionVariable.py
r2228 r2781 6 6 # 7 7 # FILE: "levelSetDiffusionVariable.py" 8 # created: 9/8/04 {10:39:23 AM} 9 # last update: 12/22/05 {3:59:58 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/electroChem/metalIonDiffusionEquation.py
r2274 r2781 6 6 # 7 7 # FILE: "metalIonDiffusionEquation.py" 8 # created: 8/18/04 {10:39:23 AM} 9 # last update: 2/23/06 {3:59:00 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/electroChem/metalIonSourceVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "metalIonSourceVariable.py" 8 # created: 8/18/04 {10:39:23 AM} 9 # last update: 12/22/05 {12:05:15 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/electroChem/test.py
r1965 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:50:24 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/surfactant/adsorbingSurfactantEquation.py
r2331 r2781 7 7 # 8 8 # FILE: "adsorbingSurfactantEquation.py" 9 # created: 8/31/04 {10:39:23 AM} 10 # last update: 12/22/05 {12:00:28 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-12 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/models/levelSet/surfactant/convectionCoeff.py
r2346 r2781 7 7 # 8 8 # FILE: "convectionCoeff.py" 9 # created: 7/28/04 {10:39:23 AM} 10 # last update: 10/17/07 {12:58:58 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-12 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/models/levelSet/surfactant/surfactantBulkDiffusionEquation.py
r1982 r2781 6 6 # 7 7 # FILE: "surfactantBulkDiffusionEquation.py" 8 # created: 8/31/04 {10:39:23 AM} 9 # last update: 12/22/05 {11:59:50 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/surfactant/surfactantEquation.py
r2497 r2781 7 7 # 8 8 # FILE: "SurfactantEquation.py" 9 # created: 11/12/03 {10:39:23 AM} 10 # last update: 5/18/06 {8:35:03 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-12 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/models/levelSet/surfactant/surfactantVariable.py
r1986 r2781 6 6 # 7 7 # FILE: "surfactantVariable.py" 8 # created: 7/29/04 {10:39:23 AM} 9 # last update: 1/3/07 {3:24:04 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/levelSet/test.py
r1303 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:50:23 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/models/test.py
r1303 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:49:44 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/solvers/pysparse/linearCGSSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearCGSSolver.py" 8 # created: 11/14/03 {3:56:49 PM} 9 # last update: 1/3/07 {3:11:54 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-14 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/solvers/pysparse/linearGMRESSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearGMRESSolver.py" 8 # created: 11/14/03 {3:56:49 PM} 9 # last update: 1/3/07 {3:12:22 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-14 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/solvers/pysparse/linearJORSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearJORSolver.py" 8 # created: 11/14/03 {3:56:49 PM} 9 # last update: 5/15/06 {3:54:13 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-14 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/solvers/pysparse/linearLUSolver.py
r2680 r2781 6 6 # 7 7 # FILE: "linearLUSolver.py" 8 # created: 11/14/03 {3:56:49 PM} 9 # last update: 1/3/07 {3:12:44 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-14 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/solvers/pysparse/linearPCGSolver.py
r2331 r2781 7 7 # 8 8 # FILE: "linearPCGSolver.py" 9 # created: 11/14/03 {3:56:49 PM} 10 # last update: 1/3/07 {3:13:09 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-14 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/pysparse/pysparseSolver.py
r2778 r2781 7 7 # 8 8 # FILE: "pysparseSolver.py" 9 # created: 06/28/07 10 # last update: 10/23/08 {3:04:27 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-14 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/scipy/linearCGSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearCGSolver.py" 8 # created: 11/14/03 {3:56:49 PM} 9 # last update: 1/3/07 {3:13:51 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-14 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/solvers/scipy/linearGMRESSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearGMRESSolver.py" 8 # created: 11/14/03 {3:56:49 PM} 9 # last update: 1/3/07 {3:14:10 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-14 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/solvers/scipy/linearLUSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearLUSolver.py" 8 # created: 11/14/03 {3:56:49 PM} 9 # last update: 1/3/07 {3:13:29 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-14 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/solvers/scipy/scipySolver.py
r2778 r2781 7 7 # 8 8 # FILE: "scipySolver.py" 9 # created: 06/28/07 10 # last update: 10/23/08 {3:05:25 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2007-06-28 MLG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/scipy/test.py
r2331 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:49:49 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/solvers/solver.py
r2778 r2781 7 7 # 8 8 # FILE: "solver.py" 9 # created: 11/14/03 {3:47:20 PM} 10 # last update: 10/23/08 {3:02:19 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-14 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/test.py
r2331 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 8/5/05 {2:53:36 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/solvers/trilinos/linearBicgstabSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearBicgstabSolver.py" 8 # created: 06/25/07 9 # last update: 06/25/07 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2007-06-25 MLG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/trilinos/linearCGSSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearCGSSolver.py" 8 # created: 06/25/07 9 # last update: 06/25/07 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2007-06-25 MLG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/trilinos/linearGMRESSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearGMRESSolver.py" 8 # created: 06/25/07 9 # last update: 06/25/07 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2007-06-25 MLG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/trilinos/linearLUSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearLUSolver.py" 8 # created: 06/07/07 9 # last update: 06/11/07 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2007-06-12 MLG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/trilinos/linearPCGSolver.py
r2331 r2781 6 6 # 7 7 # FILE: "linearPCGSolver.py" 8 # created: 06/25/07 9 # last update: 06/25/07 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2007-06-25 MLG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/trilinos/preconditioners/domDecompPreconditioner.py
r2331 r2781 7 7 # 8 8 # FILE: "domDecompPreconditioner.py" 9 # created: 06/25/07 10 # last update: 06/25/07 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 33 32 # ======================================================================== 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2007-06-25 MLG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/solvers/trilinos/preconditioners/icPreconditioner.py
r2331 r2781 7 7 # 8 8 # FILE: "icPreconditioner.py" 9 # created: 06/25/07 10 # last update: 06/25/07 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 33 32 # ======================================================================== 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2007-06-26 MLG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/solvers/trilinos/preconditioners/jacobiPreconditioner.py
r2331 r2781 7 7 # 8 8 # FILE: "jacobiPreconditioner.py" 9 # created: 06/25/07 10 # last update: 06/25/07 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 33 32 # ======================================================================== 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2007-06-25 MLG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/solvers/trilinos/preconditioners/multilevelDDPreconditioner.py
r2331 r2781 7 7 # 8 8 # FILE: "multilevelDDPreconditioner.py" 9 # created: 06/25/07 10 # last update: 06/25/07 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 33 32 # ======================================================================== 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2007-06-25 MLG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/solvers/trilinos/preconditioners/multilevelSGSPreconditioner.py
r2331 r2781 7 7 # 8 8 # FILE: "multilevelSGSPreconditioner.py" 9 # created: 06/25/07 10 # last update: 06/25/07 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 33 32 # ======================================================================== 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2007-06-25 MLG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/solvers/trilinos/preconditioners/multilevelSolverSmootherPreconditioner.py
r2331 r2781 7 7 # 8 8 # FILE: "multilevelSolverSmootherPreconditioner.py" 9 # created: 06/25/07 10 # last update: 06/25/07 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 33 32 # ======================================================================== 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2007-06-25 MLG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/solvers/trilinos/preconditioners/preconditioner.py
r2778 r2781 7 7 # 8 8 # FILE: "preconditioner.py" 9 # created: 06/25/07 10 # last update: 10/23/08 {3:07:49 PM} 9 # 11 10 # Author: Jonathan Guyer <[email protected]> 12 11 # Author: Daniel Wheeler <[email protected]> … … 33 32 # ======================================================================== 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2007-06-25 MLG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/solvers/trilinos/trilinosAztecOOSolver.py
r2778 r2781 6 6 # 7 7 # FILE: "trilinosAztecOOSolver.py" 8 # created: 06/25/07 9 # last update: 10/23/08 {3:10:10 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2007-06-25 MLG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/trilinos/trilinosMLTest.py
r2331 r2781 6 6 # 7 7 # FILE: "trilinosMLTest.py" 8 # created: 06/07/07 9 # last update: 06/11/07 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2007-06-04 MLG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/solvers/trilinos/trilinosSolver.py
r2778 r2781 6 6 # 7 7 # FILE: "trilinosSolver.py" 8 # created: 06/07/07 9 # last update: 10/23/08 {3:10:07 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2007-06-04 MLG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/steppers/__init__.py
r1953 r2781 4 4 # 5 5 # FILE: "__init__.py" 6 # created: 11/1/06 {4:27:40 PM} 7 # last update: 11/13/06 {9:27:59 AM} 8 # Author: Jonathan Guyer 9 # E-mail: <[email protected]> 6 # 7 # Author: Jonathan Guyer <[email protected]> 10 8 # mail: NIST 11 9 # www: <http://www.ctcms.nist.gov/fipy/> … … 27 25 # they have been modified. 28 26 # ======================================================================== 29 #30 # History31 #32 # modified by rev reason33 # ---------- --- --- -----------34 # 2006-11-06 JEG 1.0 original35 27 # 36 28 # ######################################################################## -
trunk/fipy/steppers/pidStepper.py
r1945 r2781 4 4 # 5 5 # FILE: "pidStepper.py" 6 # created: 10/31/06 {11:26:57 AM} 7 # last update: 11/10/06 {4:30:35 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 28 27 # they have been modified. 29 28 # ======================================================================== 30 #31 # History32 #33 # modified by rev reason34 # ---------- --- --- -----------35 # 2006-10-30 JEG 1.0 original36 29 # 37 30 # ######################################################################## -
trunk/fipy/steppers/pseudoRKQSStepper.py
r1982 r2781 4 4 # 5 5 # FILE: "pseudoRKQSStepper.py" 6 # created: 10/31/06 {11:26:57 AM} 7 # last update: 11/10/06 {4:30:23 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 28 27 # they have been modified. 29 28 # ======================================================================== 30 #31 # History32 #33 # modified by rev reason34 # ---------- --- --- -----------35 # 2006-10-30 JEG 1.0 original36 29 # 37 30 # ######################################################################## -
trunk/fipy/steppers/stepper.py
r1983 r2781 4 4 # 5 5 # FILE: "stepper.py" 6 # created: 10/31/06 {9:50:24 AM} 7 # last update: 11/28/06 {5:09:53 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 28 27 # they have been modified. 29 28 # ======================================================================== 30 #31 # History32 #33 # modified by rev reason34 # ---------- --- --- -----------35 # 2006-10-31 JEG 1.0 original36 29 # 37 30 # ######################################################################## -
trunk/fipy/terms/cellTerm.py
r2778 r2781 6 6 # 7 7 # FILE: "cellTerm.py" 8 # created: 11/12/03 {11:00:54 AM} 9 # last update: 10/23/08 {4:04:47 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/terms/centralDiffConvectionTerm.py
r2011 r2781 6 6 # 7 7 # FILE: "centralDiffConvectionTerm.py" 8 # created: 12/5/03 {2:50:05 PM} 9 # last update: 1/31/07 {11:20:53 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/terms/collectedDiffusionTerm.py
r2443 r2781 6 6 # 7 7 # FILE: "collectedDiffusionTerm.py" 8 # created: 3/28/07 {8:44:05 AM} 9 # last update: 3/29/07 {12:25:22 PM} 10 # Author: Jonathan Guyer 11 # E-mail: <[email protected]> 8 # 9 # Author: Jonathan Guyer <[email protected]> 12 10 # mail: NIST 13 11 # www: <http://www.ctcms.nist.gov/fipy/> … … 29 27 # they have been modified. 30 28 # ======================================================================== 31 #32 # History33 #34 # modified by rev reason35 # ---------- --- --- -----------36 # 2007-03-28 JEG 1.0 original37 29 # 38 30 # ############################################################################# -
trunk/fipy/terms/convectionTerm.py
r2778 r2781 6 6 # 7 7 # FILE: "convectionTerm.py" 8 # created: 11/13/03 {11:39:03 AM} 9 # last update: 10/23/08 {4:07:28 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-13 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/terms/diffusionTerm.py
r2687 r2781 6 6 # 7 7 # FILE: "diffusionTerm.py" 8 # created: 11/13/03 {11:39:03 AM} 9 # last update: 7/16/08 {11:19:56 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-13 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/terms/equation.py
r2778 r2781 6 6 # 7 7 # FILE: "equation.py" 8 # created: 11/9/04 {11:51:08 AM} 9 # last update: 10/23/08 {4:10:02 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2004-11-09 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/terms/explicitDiffusionTerm.py
r2331 r2781 6 6 # 7 7 # FILE: "explicitDiffusionTerm.py" 8 # created: 11/27/03 {11:39:03 AM} 9 # last update: 3/29/07 {10:40:46 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-13 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/terms/explicitSourceTerm.py
r2149 r2781 6 6 # 7 7 # FILE: "explicitSourceTerm.py" 8 # created: 11/28/03 {11:36:25 AM} 9 # last update: 3/23/07 {7:50:22 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/terms/explicitUpwindConvectionTerm.py
r2149 r2781 6 6 # 7 7 # FILE: "explicitUpwindConvectionTerm.py" 8 # created: 12/5/03 {2:50:05 PM} 9 # last update: 3/30/07 {4:29:38 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 12 10 # mail: NIST 13 11 # www: http://www.ctcms.nist.gov/fipy/ -
trunk/fipy/terms/exponentialConvectionTerm.py
r2011 r2781 6 6 # 7 7 # FILE: "exponentialConvectionTerm.py" 8 # created: 12/5/03 {2:50:05 PM} 9 # last update: 1/31/07 {11:21:28 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/terms/faceTerm.py
r2778 r2781 6 6 # 7 7 # FILE: "faceTerm.py" 8 # created: 11/17/03 {10:29:10 AM} 9 # last update: 10/23/08 {3:13:50 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/terms/hybridConvectionTerm.py
r2274 r2781 6 6 # 7 7 # FILE: "hybridConvectionTerm.py" 8 # created: 12/5/03 {2:50:05 PM} 9 # last update: 1/31/07 {11:21:25 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/terms/implicitDiffusionTerm.py
r2102 r2781 6 6 # 7 7 # FILE: "implicitDiffusionTerm.py" 8 # created: 11/28/03 {10:07:06 AM} 9 # last update: 3/27/07 {12:25:12 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/terms/implicitSourceTerm.py
r2726 r2781 6 6 # 7 7 # FILE: "implicitSourceTerm.py" 8 # created: 11/28/03 {11:36:25 AM} 9 # last update: 3/29/07 {10:40:42 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/terms/nthOrderDiffusionTerm.py
r1560 r2781 6 6 # 7 7 # FILE: "nthOrderDiffusionTerm.py" 8 # created: 5/10/04 {11:24:01 AM} 9 # last update: 8/10/05 {10:56:45 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2004-05-10 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/terms/powerLawConvectionTerm.py
r2228 r2781 6 6 # 7 7 # FILE: "powerLawConvectionTerm.py" 8 # created: 12/5/03 {2:50:05 PM} 9 # last update: 1/19/06 {11:19:52 AM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 12 10 # mail: NIST 13 11 # www: http://www.ctcms.nist.gov/fipy/ -
trunk/fipy/terms/sourceTerm.py
r2778 r2781 6 6 # 7 7 # FILE: "sourceTerm.py" 8 # created: 11/28/03 {11:36:25 AM} 9 # last update: 10/23/08 {3:14:26 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/terms/term.py
r2778 r2781 6 6 # 7 7 # FILE: "term.py" 8 # created: 11/12/03 {10:54:37 AM} 9 # last update: 10/23/08 {4:05:43 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/terms/test.py
r2726 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 6/7/04 {2:33:34 PM} 9 # last update: 3/30/07 {2:15:05 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2004-06-07 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/terms/transientTerm.py
r2149 r2781 6 6 # 7 7 # FILE: "transientTerm.py" 8 # created: 11/12/03 {11:36:25 AM} 9 # last update: 3/28/07 {10:17:17 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/terms/upwindConvectionTerm.py
r2274 r2781 6 6 # 7 7 # FILE: "upwindConvectionTerm.py" 8 # created: 12/5/03 {2:50:05 PM} 9 # last update: 3/30/07 {4:29:11 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 12 10 # mail: NIST 13 11 # www: http://www.ctcms.nist.gov/fipy/ -
trunk/fipy/terms/vanLeerConvectionTerm.py
r2571 r2781 6 6 # 7 7 # FILE: "vanLeerConvectionTerm.py" 8 # created: 7/14/04 {4:42:01 PM} 9 # last update: 6/7/08 {11:17:47 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2004-07-14 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/test.py
r2501 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 8/5/05 {2:53:36 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/tests/__init__.py
r1303 r2781 6 6 # 7 7 # FILE: "__init__.py" 8 # created: 11/20/03 {4:50:42 PM} 9 # last update: 9/3/04 {10:33:23 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-20 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/tests/doctestPlus.py
r2284 r2781 6 6 # 7 7 # FILE: "doctestPlus.py" 8 # created: 10/27/04 {9:14:53 AM} 9 # last update: 3/29/05 {3:53:26 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2004-10-27 JEG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/tests/lateImportTest.py
r1303 r2781 6 6 # 7 7 # FILE: "lateImportTest.py" 8 # created: 12/9/04 {8:26:13 PM} 9 # last update: 4/1/05 {2:48:40 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 12 10 # mail: NIST 13 11 # www: http://www.ctcms.nist.gov/fipy/ … … 31 29 # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 32 30 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2004-12-09 JEG 1.0 original40 31 # ################################################################### 41 32 ## -
trunk/fipy/tests/testBase.py
r2565 r2781 6 6 # 7 7 # FILE: "testBase.py" 8 # created: 12/5/03 {4:34:49 PM} 9 # last update: 5/30/08 {8:52:38 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/tests/testProgram.py
r2335 r2781 6 6 # 7 7 # FILE: "testSuite.py" 8 # created: 2/12/04 {11:02:02 AM} 9 # last update: 5/18/06 {8:34:04 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/tools/dimensions/physicalField.py
r2570 r2781 6 6 # 7 7 # FILE: "physicalField.py" 8 # created: 12/28/03 {10:56:55 PM} 9 # last update: 6/1/08 {1:25:53 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/tools/dump.py
r2550 r2781 6 6 # 7 7 # FILE: "dump.py" 8 # created: 1/10/04 {10:23:17 AM} 9 # last update: 9/16/05 {2:11:03 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/tools/memoryLeak.py
r1290 r2781 6 6 # 7 7 # FILE: "memoryLeak.py" 8 # created: 8/18/04 {10:29:10 AM} 9 # last update: 12/20/04 {2:39:00 PM} { 1:23:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 -
trunk/fipy/tools/memoryUsage.py
r1290 r2781 6 6 # 7 7 # FILE: "memoryLeak.py" 8 # created: 8/18/04 {10:29:10 AM} 9 # last update: 12/20/04 {2:39:00 PM} { 1:23:41 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 -
trunk/fipy/tools/numerix.py
r2738 r2781 6 6 # 7 7 # FILE: "numerix.py" 8 # created: 1/10/04 {10:23:17 AM} 9 # last update: 9/29/08 {9:52:36 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/tools/parser.py
r1304 r2781 6 6 # 7 7 # FILE: "parser.py" 8 # created: 12/29/03 {3:23:47 PM} 9 # last update: 9/3/04 {10:41:38 PM} 8 # 10 9 # Stolen from: 11 # Author: Jonathan Guyer 12 # E-mail: [email protected] 13 # Author: Daniel Wheeler 14 # E-mail: [email protected] 10 # Author: Jonathan Guyer <[email protected]> 11 # Author: Daniel Wheeler <[email protected]> 15 12 # mail: NIST 16 13 # www: http://ctcms.nist.gov … … 33 30 # ======================================================================== 34 31 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-10 JEG 1.0 original42 32 # ################################################################### 43 33 ## -
trunk/fipy/tools/pysparseMatrix.py
r2331 r2781 6 6 # 7 7 # FILE: "pysparseMatrix.py" 8 # created: 11/10/03 {3:15:38 PM} 9 # last update: 1/3/07 {3:03:32 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/tools/sparseMatrix.py
r2331 r2781 6 6 # 7 7 # FILE: "sparseMatrix.py" 8 # created: 11/10/03 {3:15:38 PM} 9 # last update: 1/3/07 {3:03:32 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 33 # 2006-06-12 MLG 1.0 made abstract 42 34 # ################################################################### -
trunk/fipy/tools/test.py
r2331 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 7/12/05 {1:35:14 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-10 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/tools/trilinosMatrix.py
r2456 r2781 6 6 # 7 7 # FILE: "trilinosMatrix.py" 8 # created: 06/08/07 9 # last update: 06/11/07 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 32 31 # ======================================================================== 33 32 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2007-06-11 MLG 1.0 original41 33 # ################################################################### 42 34 ## -
trunk/fipy/tools/vector.py
r2571 r2781 6 6 # 7 7 # FILE: "tools.py" 8 # created: 11/17/03 {5:05:47 PM} 9 # last update: 6/7/08 {11:02:01 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-17 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/variables/addOverFacesVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "addOverFacesVariable.py" 8 # created: 4/30/04 {10:39:23 AM} 9 # last update: 1/3/07 {3:26:40 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2004- 4-30 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/variables/arithmeticCellToFaceVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "arithmeticCellToFaceVariable.py" 8 # created: 2/20/04 {11:14:05 AM} 9 # last update: 1/3/07 {3:25:20 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/betaNoiseVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "betaNoiseVariable.py" 8 # created: 8/26/05 {11:37:57 PM} 9 # last update: 12/22/05 {11:57:09 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/binaryOperatorVariable.py
r2549 r2781 6 6 # 7 7 # FILE: "binaryOperatorVariable.py" 8 # created: 5/16/07 {9:55:54 AM} 9 # last update: 6/1/08 {11:02:52 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/cellToFaceVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "cellToFaceVariable.py" 8 # created: 12/18/03 {2:23:41 PM} 9 # last update: 1/3/07 {3:24:25 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/cellVariable.py
r2642 r2781 6 6 # 7 7 # FILE: "cellVariable.py" 8 # created: 12/9/03 {2:03:28 PM} 9 # last update: 6/7/08 {10:46:14 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/cellVolumeAverageVariable.py
r1986 r2781 6 6 # 7 7 # FILE: "cellVolumeAverageVariable.py" 8 # created: 10/7/04 {2:28:00 PM} 9 # last update: 1/3/07 {3:25:48 PM} 10 # Author: Jonathan Guyer 11 # E-mail: [email protected] 12 # Author: Daniel Wheeler 13 # E-mail: [email protected] 8 # 9 # Author: Jonathan Guyer <[email protected]> 10 # Author: Daniel Wheeler <[email protected]> 14 11 # mail: NIST 15 12 # www: http://ctcms.nist.gov -
trunk/fipy/variables/constant.py
r1469 r2781 6 6 # 7 7 # FILE: "constant.py" 8 # created: 8/2/05 {3:33:00 PM} 9 # last update: 8/2/05 {3:34:56 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2005-08-02 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/variables/exponentialNoiseVariable.py
r2274 r2781 4 4 # 5 5 # FILE: "exponentialNoiseVariable.py" 6 # created: 8/27/05 {9:26:58 AM} 7 # last update: 12/22/05 {11:55:58 AM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/faceGradContributionsVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "cellGradVariable.py" 8 # created: 12/18/03 {2:28:00 PM} 9 # last update: 12/22/05 {11:56:12 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/faceGradVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "faceGradVariable.py" 8 # created: 12/18/03 {2:52:12 PM} 9 # last update: 1/3/07 {3:26:15 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/faceVariable.py
r2670 r2781 6 6 # 7 7 # FILE: "faceVariable.py" 8 # created: 12/9/03 {1:58:27 PM} 9 # last update: 1/3/07 {3:18:21 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/gammaNoiseVariable.py
r2274 r2781 4 4 # 5 5 # FILE: "gammaNoiseVariable.py" 6 # created: 8/26/05 {10:09:50 PM} 7 # last update: 12/22/05 {11:56:25 AM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/gaussCellGradVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "gaussCellGradVariable.py" 8 # created: 12/18/03 {2:28:00 PM} 9 # last update: 1/3/07 {3:24:56 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/gaussianNoiseVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "gaussianNoiseVariable.py" 8 # created: 7/26/05 {8:35:17 AM} 9 # last update: 12/22/05 {11:58:26 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2005-07-26 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/variables/harmonicCellToFaceVariable.py
r2357 r2781 6 6 # 7 7 # FILE: "harmonicCellToFaceVariable.py" 8 # created: 2/20/04 {11:15:10 AM} 9 # last update: 5/18/06 {8:38:53 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/histogramVariable.py
r2274 r2781 4 4 # 5 5 # FILE: "histogramVariable.py" 6 # created: 8/26/05 {3:11:08 PM} 7 # last update: 12/22/05 {11:52:59 AM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/leastSquaresCellGradVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "leastSquaresCellGradVariable.py" 8 # created: 12/18/03 {2:28:00 PM} 9 # last update: 1/3/07 {3:24:56 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/meshVariable.py
r2565 r2781 6 6 # 7 7 # FILE: "meshVariable.py" 8 # created: 5/4/07 {12:40:38 PM} 9 # last update: 6/2/08 {5:06:30 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/minmodCellToFaceVariable.py
r2447 r2781 6 6 # 7 7 # FILE: "minmodCellToFaceVariable.py" 8 # created: 2/20/04 {11:15:10 AM} 9 # last update: 5/18/06 {8:38:53 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/modCellGradVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "modCellGradVariable.py" 8 # created: 12/18/03 {2:28:00 PM} 9 # last update: 5/18/06 {8:39:42 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/modCellToFaceVariable.py
r2228 r2781 6 6 # 7 7 # FILE: "modCellToFaceVariable.py" 8 # created: 12/18/03 {2:23:41 PM} 9 # last update: 5/18/06 {8:39:15 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/modFaceGradVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "faceGradVariable.py" 8 # created: 12/18/03 {2:52:12 PM} 9 # last update: 5/18/06 {8:39:56 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/modPhysicalField.py
r1982 r2781 6 6 # 7 7 # FILE: "modPhysicalField.py" 8 # created: 12/28/03 {10:56:55 PM} 9 # last update: 9/3/04 {10:35:55 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 35 34 # Physical fields or quantities with units 36 35 # 37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-12-28 JEG 1.0 original42 36 # ################################################################### 43 37 ## -
trunk/fipy/variables/modularVariable.py
r2274 r2781 6 6 # 7 7 # FILE: "modularVariable.py" 8 # created: 12/8/03 {5:47:27 PM} 9 # last update: 1/3/07 {3:19:29 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/noiseVariable.py
r2778 r2781 4 4 # 5 5 # FILE: "noiseVariable.py" 6 # created: 8/25/05 {1:25:23 PM} 7 # last update: 10/23/08 {3:16:41 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 31 30 # this file, and for a DISCLAIMER OF ALL WARRANTIES. 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 1939-08-25 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/variables/operatorVariable.py
r2763 r2781 4 4 # 5 5 # FILE: "operatorVariable.py" 6 # created: 5/6/07 {10:53:26 AM} 7 # last update: 10/20/08 {3:27:24 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/test.py
r2500 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 10/19/07 {10:13:32 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/variables/unaryOperatorVariable.py
r2274 r2781 4 4 # 5 5 # FILE: "unaryOperatorVariable.py" 6 # created: 5/16/07 {9:55:46 AM} 7 # last update: 5/16/07 {9:55:46 AM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/uniformNoiseVariable.py
r1982 r2781 4 4 # 5 5 # FILE: "uniformNoiseVariable.py" 6 # created: 8/26/05 {3:08:48 PM} 7 # last update: 3/7/06 {11:55:44 AM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> -
trunk/fipy/variables/variable.py
r2726 r2781 30 30 # ======================================================================== 31 31 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 32 # ################################################################### 40 33 ## -
trunk/fipy/viewers/gistViewer/gist1DViewer.py
r2608 r2781 32 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 33 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 34 # ################################################################### 42 35 ## -
trunk/fipy/viewers/gistViewer/gist2DViewer.py
r2608 r2781 32 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 33 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 34 # ################################################################### 42 35 ## -
trunk/fipy/viewers/gistViewer/gistVectorViewer.py
r2612 r2781 6 6 # 7 7 # FILE: "gistViewer.py" 8 # created: 11/10/03 {2:48:25 PM} 9 # last update: 6/23/08 {4:24:31 PM} { 2:45:36 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-10 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/viewers/gistViewer/gistViewer.py
r2778 r2781 6 6 # 7 7 # FILE: "gistViewer.py" 8 # created: 11/10/03 {2:48:25 PM} 9 # last update: 10/23/08 {3:17:34 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-10 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/viewers/gistViewer/test.py
r2220 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:47:09 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/viewers/gnuplotViewer/gnuplot1DViewer.py
r2608 r2781 32 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 33 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 34 # ################################################################### 42 35 ## -
trunk/fipy/viewers/gnuplotViewer/gnuplot2DViewer.py
r2608 r2781 32 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 33 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 34 # ################################################################### 42 35 ## -
trunk/fipy/viewers/gnuplotViewer/gnuplotViewer.py
r2778 r2781 6 6 # 7 7 # FILE: "gnuplotViewer.py" 8 # created: 9/14/04 {2:48:25 PM} 9 # last update: 10/23/08 {3:18:18 PM} { 2:45:36 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-10 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/viewers/gnuplotViewer/test.py
r2221 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:47:09 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/viewers/matplotlibViewer/matplotlib1DViewer.py
r2608 r2781 32 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 33 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 34 # ################################################################### 42 35 ## -
trunk/fipy/viewers/matplotlibViewer/matplotlib2DGridContourViewer.py
r2608 r2781 32 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 33 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 34 # ################################################################### 42 35 ## -
trunk/fipy/viewers/matplotlibViewer/matplotlib2DGridViewer.py
r2608 r2781 32 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 33 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 34 # ################################################################### 42 35 ## -
trunk/fipy/viewers/matplotlibViewer/matplotlib2DViewer.py
r2670 r2781 32 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 33 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 34 # ################################################################### 42 35 ## -
trunk/fipy/viewers/matplotlibViewer/matplotlibSparseMatrixViewer.py
r2331 r2781 4 4 # 5 5 # FILE: "matplotlibSparseMatrixViewer.py" 6 # created: 7/24/07 {9:42:55 AM} 7 # last update: 7/25/07 {10:29:55 AM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # mail: NIST -
trunk/fipy/viewers/matplotlibViewer/matplotlibVectorViewer.py
r2612 r2781 6 6 # 7 7 # FILE: "matplotlibVectorViewer.py" 8 # created: 9/14/04 {2:48:25 PM} 9 # last update: 6/23/08 {4:22:12 PM} { 2:45:36 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-10 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/viewers/matplotlibViewer/matplotlibViewer.py
r2778 r2781 6 6 # 7 7 # FILE: "matplotlibViewer.py" 8 # created: 9/14/04 {2:48:25 PM} 9 # last update: 10/23/08 {3:18:58 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-10 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/viewers/matplotlibViewer/test.py
r2608 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 6/23/08 {11:46:40 AM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/viewers/mayaviViewer/lines.py
r1982 r2781 6 6 # 7 7 # FILE: "mayaviLines.py" 8 # created: 7/29/04 {10:39:23 AM} 9 # last update: 8/2/05 {4:58:24 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/viewers/mayaviViewer/mayaviSurfactantViewer.py
r2571 r2781 6 6 # 7 7 # FILE: "mayaviSurfactantViewer.py" 8 # created: 7/29/04 {10:39:23 AM} 9 # last update: 6/7/08 {11:04:24 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 31 30 # ======================================================================== 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2003-11-12 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/fipy/viewers/mayaviViewer/mayaviViewer.py
r2608 r2781 32 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 33 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 34 # ################################################################### 42 35 ## -
trunk/fipy/viewers/mayaviViewer/test.py
r2602 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:47:09 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/viewers/multiViewer.py
r1933 r2781 4 4 # 5 5 # FILE: "multiViewer.py" 6 # created: 12/17/05 {6:28:03 PM} 7 # last update: 10/25/06 {4:10:46 PM} 8 # Author: Jonathan Guyer 9 # E-mail: [email protected] 6 # 7 # Author: Jonathan Guyer <[email protected]> 10 8 # mail: NIST 11 9 # www: http://www.ctcms.nist.gov/fipy/ … … 30 28 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 31 29 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2005-12-17 JEG 1.0 original39 30 # ################################################################### 40 31 ## -
trunk/fipy/viewers/test.py
r2319 r2781 6 6 # 7 7 # FILE: "test.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 7/11/07 {2:30:11 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/viewers/testinteractive.py
r2221 r2781 6 6 # 7 7 # FILE: "testinteractive.py" 8 # created: 11/10/03 {3:23:47 PM} 9 # last update: 4/1/05 {2:47:09 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 30 29 # they have been modified. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2003-11-10 JEG 1.0 original39 31 # ################################################################### 40 32 ## -
trunk/fipy/viewers/tsvViewer.py
r2319 r2781 6 6 # 7 7 # FILE: "tsvViewer.py" 8 # created: 3/10/05 {2:54:11 PM} 9 # last update: 7/11/07 {2:47:43 PM} 8 # 10 9 # Author: Jonathan Guyer <[email protected]> 11 10 # Author: Daniel Wheeler <[email protected]> … … 33 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 34 33 # 35 # Description:36 #37 # History38 #39 # modified by rev reason40 # ---------- --- --- -----------41 # 2003-11-10 JEG 1.0 original42 34 # ################################################################### 43 35 ## -
trunk/fipy/viewers/viewer.py
r2778 r2781 32 32 # of this file, and for a DISCLAIMER OF ALL WARRANTIES. 33 33 # 34 # Description:35 #36 # History37 #38 # modified by rev reason39 # ---------- --- --- -----------40 # 2003-11-10 JEG 1.0 original41 34 # ################################################################### 42 35 ## -
trunk/utils/includedHTMLWriter.py
r1179 r2781 4 4 # 5 5 # FILE: "includedHTMLWriter.py" 6 # created: 9/29/04 {11:41:20 AM} 7 # last update: 2/2/05 {11:43:40 AM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 31 30 # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 32 31 # 33 # Description:34 #35 # History36 #37 # modified by rev reason38 # ---------- --- --- -----------39 # 2004-09-29 JEG 1.0 original40 32 # ################################################################### 41 33 ## -
trunk/utils/includedLaTeXWriter.py
r1562 r2781 4 4 # 5 5 # FILE: "includedLaTeXWriter.py" 6 # created: 9/29/04 {11:38:07 AM} 7 # last update: 9/15/05 {6:42:58 PM} 6 # 8 7 # Author: Jonathan Guyer <[email protected]> 9 8 # Author: Daniel Wheeler <[email protected]> … … 30 29 # See the file "license.terms" for information on usage and redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. 31 30 # 32 # Description:33 #34 # History35 #36 # modified by rev reason37 # ---------- --- --- -----------38 # 2004-09-29 JEG 1.0 original39 31 # ################################################################### 40 32 ##