Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://code.matforge.org/fipy/branches/version-2_1@4472 d80e17d7-ff13-0410-a124-85740d801063
  • Loading branch information
guyer committed Apr 20, 2011
1 parent 55ecb63 commit 4438da7
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 5 deletions.
22 changes: 18 additions & 4 deletions FiPy.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 1.0
Name: FiPy
Version: 2.1.2-dev4459
Version: 2.1.2
Summary: A finite volume PDE solver in Python
Home-page: http://www.ctcms.nist.gov/fipy/
Author: Jonathan Guyer, Daniel Wheeler, & Jim Warren
Expand Down Expand Up @@ -78,9 +78,19 @@ Description:
What's new in version |release|?
--------------------------------

The relatively small change in version number belies significant advances
in :term:`FiPy` capabilities. This release did not receive a "full" version
increment because it is completely (er... [#almost]_) compatible with older scripts.
The significant changes since version 2.1.1 are:

- :term:`Trilinos` efficiency improvements
- Diagnostics of the parallel environment

Tickets fixed in this release::

243 Concatenated :class:`Mesh` garbled by `dump.write`/:term:`read`
287 :file:`sphereDaemon.py` missing in FiPy 2.1 and from trunk
321 Windows interactive plotting mostly broken
322 :class:`MatplotlibViewer` fails if backend doesn't support `flush_events()`
328 Mayavi broken on windows becase it has no `SIGHUP`.


The significant changes since version 2.1 are:

Expand All @@ -91,6 +101,10 @@ Description:

The significant changes since version 2.0.2 are:

The relatively small change in version number belies significant advances
in :term:`FiPy` capabilities. This release did not receive a "full" version
increment because it is completely (er... [#almost]_) compatible with older scripts.

- :term:`FiPy` can use :term:`Trilinos` for `solving in parallel`_.

- We have switched from :term:`MayaVi` 1 to :term:`Mayavi` 2. This
Expand Down
3 changes: 2 additions & 1 deletion FiPy.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
DISCLAIMER.txt
INSTALLATION.txt
Jorge.txt
LICENSE.txt
MACOSX-INSTALLATION.txt
MANIFEST-WINDOWS.in
Expand Down Expand Up @@ -103,6 +102,7 @@ documentation/_build/html/_sources/examples/updating/index.txt
documentation/_build/html/_sources/examples/updating/generated/examples.updating.update0_1to1_0.txt
documentation/_build/html/_sources/examples/updating/generated/examples.updating.update1_0to2_0.txt
documentation/_build/html/_sources/fipy/generated/boundaryConditions.txt
documentation/_build/html/_sources/fipy/generated/matrices.txt
documentation/_build/html/_sources/fipy/generated/meshes.common.txt
documentation/_build/html/_sources/fipy/generated/meshes.numMesh.txt
documentation/_build/html/_sources/fipy/generated/meshes.pyMesh.txt
Expand Down Expand Up @@ -131,6 +131,7 @@ documentation/_build/html/_sources/fipy/generated/viewers.matplotlibViewer.txt
documentation/_build/html/_sources/fipy/generated/viewers.mayaviViewer.txt
documentation/_build/html/_sources/fipy/generated/viewers.txt
documentation/_build/html/_sources/fipy/generated/viewers.vtkViewer.txt
documentation/_build/latex/fipy.pdf
documentation/_static/favicon.ico
documentation/_static/fipy.bib
documentation/_static/fipy.png
Expand Down
1 change: 1 addition & 0 deletions examples/cahnHilliard/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Cahn Hilliard Examples

.. autosummary::
:toctree: generated
:template: example.rst

examples.cahnHilliard.mesh2D
examples.cahnHilliard.sphere
1 change: 1 addition & 0 deletions examples/convection/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Convection Examples

.. autosummary::
:toctree: generated
:template: example.rst

examples.convection.exponential1D.mesh1D
examples.convection.exponential1DSource.mesh1D
Expand Down
1 change: 1 addition & 0 deletions examples/diffusion/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Diffusion Examples

.. autosummary::
:toctree: generated
:template: example.rst

examples.diffusion.mesh1D
examples.diffusion.mesh20x20
Expand Down
1 change: 1 addition & 0 deletions examples/flow/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Fluid Flow Examples

.. autosummary::
:toctree: generated
:template: example.rst

examples.flow.stokesCavity

2 changes: 2 additions & 0 deletions examples/levelSet/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Level Set Examples

.. autosummary::
:toctree: generated
:template: example.rst

examples.levelSet.distanceFunction.mesh1D
examples.levelSet.distanceFunction.circle
Expand All @@ -16,6 +17,7 @@ Level Set Examples

.. autosummary::
:toctree: generated
:template: example.rst

examples.levelSet.electroChem.simpleTrenchSystem
examples.levelSet.electroChem.gold
Expand Down
1 change: 1 addition & 0 deletions examples/phase/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Phase Field Examples

.. autosummary::
:toctree: generated
:template: example.rst

examples.phase.simple
examples.phase.binary
Expand Down
1 change: 1 addition & 0 deletions examples/updating/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Updating FiPy

.. autosummary::
:toctree: generated
:template: example.rst

examples.updating.update0_1to1_0
examples.updating.update1_0to2_0

0 comments on commit 4438da7

Please sign in to comment.