- Timestamp:
- 01/18/2006 05:47:51 PM (3 years ago)
- Location:
- tags/merged-to_HEAD
- Files:
-
- 64 copied
-
. (copied) (copied from trunk)
-
documentation/EFFICIENCY.txt (copied) (copied from branches/branch-variable_caching/documentation/EFFICIENCY.txt)
-
documentation/manual/fipy.tex (copied) (copied from branches/branch-variable_caching/documentation/manual/fipy.tex)
-
examples/benchmarking (copied) (copied from branches/branch-variable_caching/examples/benchmarking)
-
examples/cahnHilliard/input2D.py (copied) (copied from branches/branch-variable_caching/examples/cahnHilliard/input2D.py)
-
examples/cahnHilliard/inputTanh1D.py (copied) (copied from branches/branch-variable_caching/examples/cahnHilliard/inputTanh1D.py)
-
examples/diffusion/variable/input.py (copied) (copied from branches/branch-variable_caching/examples/diffusion/variable/input.py)
-
examples/diffusion/variable/tri2Dinput.py (copied) (copied from branches/branch-variable_caching/examples/diffusion/variable/tri2Dinput.py)
-
examples/elphf/diffusion (copied) (copied from branches/branch-variable_caching/examples/elphf/diffusion)
-
examples/elphf/diffusion/__init__.py (copied) (copied from trunk/examples/elphf/diffusion/__init__.py)
-
examples/elphf/input.py (copied) (copied from branches/branch-variable_caching/examples/elphf/input.py)
-
examples/elphf/phase/input1D.py (copied) (copied from branches/branch-variable_caching/examples/elphf/phase/input1D.py)
-
examples/elphf/phaseDiffusion/input1D.py (copied) (copied from branches/branch-variable_caching/examples/elphf/phaseDiffusion/input1D.py)
-
examples/elphf/poisson/input1D.py (copied) (copied from branches/branch-variable_caching/examples/elphf/poisson/input1D.py)
-
examples/levelSet/advection/mesh1D/input.py (copied) (copied from branches/branch-variable_caching/examples/levelSet/advection/mesh1D/input.py)
-
examples/levelSet/advection/trench/input.py (copied) (copied from branches/branch-variable_caching/examples/levelSet/advection/trench/input.py)
-
examples/levelSet/distanceFunction/circle/input.py (copied) (copied from branches/branch-variable_caching/examples/levelSet/distanceFunction/circle/input.py)
-
examples/levelSet/distanceFunction/oneD/input.py (copied) (copied from branches/branch-variable_caching/examples/levelSet/distanceFunction/oneD/input.py)
-
examples/levelSet/distanceFunction/square/input.py (copied) (copied from branches/branch-variable_caching/examples/levelSet/distanceFunction/square/input.py)
-
examples/levelSet/electroChem/inputGold.py (copied) (copied from branches/branch-variable_caching/examples/levelSet/electroChem/inputGold.py)
-
examples/levelSet/electroChem/inputLeveler.py (copied) (copied from branches/branch-variable_caching/examples/levelSet/electroChem/inputLeveler.py)
-
examples/levelSet/electroChem/inputSimpleTrenchSystem.py (copied) (copied from branches/branch-variable_caching/examples/levelSet/electroChem/inputSimpleTrenchSystem.py)
-
examples/levelSet/electroChem/inputWriteScriptHowTo.py (copied) (copied from branches/branch-variable_caching/examples/levelSet/electroChem/inputWriteScriptHowTo.py)
-
examples/levelSet/surfactant/inputSquare.py (copied) (copied from branches/branch-variable_caching/examples/levelSet/surfactant/inputSquare.py)
-
examples/phase/anisotropy/input.py (copied) (copied from branches/branch-variable_caching/examples/phase/anisotropy/input.py)
-
examples/phase/anisotropy/test.gz (copied) (copied from branches/branch-variable_caching/examples/phase/anisotropy/test.gz)
-
examples/phase/impingement/mesh20x20/input.py (copied) (copied from branches/branch-variable_caching/examples/phase/impingement/mesh20x20/input.py)
-
examples/phase/impingement/mesh40x1/input.py (copied) (copied from branches/branch-variable_caching/examples/phase/impingement/mesh40x1/input.py)
-
examples/phase/missOrientation (copied) (copied from branches/branch-variable_caching/examples/phase/missOrientation)
-
examples/phase/missOrientation/__init__.py (copied) (copied from trunk/examples/phase/missOrientation/__init__.py)
-
examples/phase/missOrientation/circle/__init__.py (copied) (copied from trunk/examples/phase/missOrientation/circle/__init__.py)
-
examples/phase/missOrientation/mesh1D/__init__.py (copied) (copied from trunk/examples/phase/missOrientation/mesh1D/__init__.py)
-
examples/phase/missOrientation/modCircle/__init__.py (copied) (copied from trunk/examples/phase/missOrientation/modCircle/__init__.py)
-
examples/phase/missOrientation/test.py (copied) (copied from trunk/examples/phase/missOrientation/test.py)
-
examples/phase/simple/input.py (copied) (copied from branches/branch-variable_caching/examples/phase/simple/input.py)
-
examples/phase/symmetry/input.py (copied) (copied from branches/branch-variable_caching/examples/phase/symmetry/input.py)
-
fipy/models/levelSet/distanceFunction/distanceVariable.py (copied) (copied from branches/branch-variable_caching/fipy/models/levelSet/distanceFunction/distanceVariable.py)
-
fipy/models/levelSet/distanceFunction/levelSetDiffusionVariable.py (copied) (copied from branches/branch-variable_caching/fipy/models/levelSet/distanceFunction/levelSetDiffusionVariable.py)
-
fipy/models/levelSet/electroChem/metalIonSourceVariable.py (copied) (copied from branches/branch-variable_caching/fipy/models/levelSet/electroChem/metalIonSourceVariable.py)
-
fipy/models/levelSet/surfactant (copied) (copied from branches/branch-variable_caching/fipy/models/levelSet/surfactant)
-
fipy/models/levelSet/surfactant/__init__.py (copied) (copied from trunk/fipy/models/levelSet/surfactant/__init__.py)
-
fipy/models/levelSet/surfactant/surfactantEquation.py (copied) (copied from trunk/fipy/models/levelSet/surfactant/surfactantEquation.py)
-
fipy/terms/convectionTerm.py (copied) (copied from branches/branch-variable_caching/fipy/terms/convectionTerm.py)
-
fipy/terms/diffusionTerm.py (copied) (copied from branches/branch-variable_caching/fipy/terms/diffusionTerm.py)
-
fipy/terms/exponentialConvectionTerm.py (copied) (copied from branches/branch-variable_caching/fipy/terms/exponentialConvectionTerm.py)
-
fipy/terms/hybridConvectionTerm.py (copied) (copied from branches/branch-variable_caching/fipy/terms/hybridConvectionTerm.py)
-
fipy/terms/powerLawConvectionTerm.py (copied) (copied from branches/branch-variable_caching/fipy/terms/powerLawConvectionTerm.py)
-
fipy/terms/sourceTerm.py (copied) (copied from branches/branch-variable_caching/fipy/terms/sourceTerm.py)
-
fipy/terms/term.py (copied) (copied from branches/branch-variable_caching/fipy/terms/term.py)
-
fipy/terms/transientTerm.py (copied) (copied from branches/branch-variable_caching/fipy/terms/transientTerm.py)
-
fipy/terms/upwindConvectionTerm.py (copied) (copied from branches/branch-variable_caching/fipy/terms/upwindConvectionTerm.py)
-
fipy/tools/dimensions/physicalField.py (copied) (copied from branches/branch-variable_caching/fipy/tools/dimensions/physicalField.py)
-
fipy/tools/memoryLogger.py (copied) (copied from branches/branch-variable_caching/fipy/tools/memoryLogger.py)
-
fipy/tools/numerix.py (copied) (copied from branches/branch-variable_caching/fipy/tools/numerix.py)
-
fipy/variables (copied) (copied from branches/branch-variable_caching/fipy/variables)
-
fipy/variables/__init__.py (copied) (copied from trunk/fipy/variables/__init__.py)
-
fipy/variables/constant.py (copied) (copied from trunk/fipy/variables/constant.py)
-
fipy/variables/modPhysicalField.py (copied) (copied from trunk/fipy/variables/modPhysicalField.py)
-
fipy/variables/test.py (copied) (copied from trunk/fipy/variables/test.py)
-
fipy/viewers/mayaviViewer/mayaviDistanceViewer.py (copied) (copied from branches/branch-variable_caching/fipy/viewers/mayaviViewer/mayaviDistanceViewer.py)
-
fipy/viewers/mayaviViewer/mayaviSurfactantViewer.py (copied) (copied from branches/branch-variable_caching/fipy/viewers/mayaviViewer/mayaviSurfactantViewer.py)
-
setup.py (copied) (copied from branches/branch-variable_caching/setup.py)
-
utils/epydoc/markup/.cvsignore (copied) (copied from branches/SourceForge/utils/epydoc/markup/.cvsignore)
-
utils/epydoc/test/.cvsignore (copied) (copied from branches/SourceForge/utils/epydoc/test/.cvsignore)
FiPy: A Finite Volume PDE Solver Using Python