Skip to content

Commit

Permalink
Merge branch 'Metallurgy_is_MSED'
Browse files Browse the repository at this point in the history
  • Loading branch information
guyer committed Oct 3, 2012
2 parents 9784a7a + 41b9a73 commit 8853644
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 24 deletions.
15 changes: 8 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ Overview

.. only:: latex

:term:`FiPy` is an object oriented, partial differential equation (PDE) solver,
written in :term:`Python`, based on a standard finite volume (FV)
approach. The framework has been developed in the `Metallurgy Division`_
and Center for Theoretical and Computational Materials Science (CTCMS_), in
the Material Measurement Laboratory (MML_) at the National
Institute of Standards and Technology (NIST_).
:term:`FiPy` is an object oriented, partial differential equation (PDE)
solver, written in :term:`Python`, based on a standard finite volume
(FV) approach. The framework has been developed in the Materials Science
and Engineering Division (MSED_) and Center for Theoretical and
Computational Materials Science (CTCMS_), in the Material Measurement
Laboratory (MML_) at the National Institute of Standards and Technology
(NIST_).

The solution of coupled sets of PDEs is ubiquitous to the numerical
simulation of science problems. Numerous PDE solvers exist, using a
Expand Down Expand Up @@ -249,7 +250,7 @@ or a

.. _MML: http://www.nist.gov/mml/
.. _CTCMS: http://www.ctcms.nist.gov/
.. _Metallurgy Division: http://www.nist.gov/mml/metallurgy/
.. _MSED: http://www.nist.gov/mml/msed/
.. _NIST: http://www.nist.gov/
.. _Subversion: http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://matforge.org/fipy/browser
.. _compressed archive: http://www.ctcms.nist.gov/fipy/download/FiPy-1.1.tar.gz
Expand Down
12 changes: 7 additions & 5 deletions documentation/CREDITS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ Contributors
============

`Jon Guyer`_
is a member of the research staff of the `Metallurgy Division`_ in
is a member of the research staff of |MSED| in
|MML| at |NIST|. Jon's computational interests are in object-oriented
design and in phase field modeling of electrochemistry.

`Daniel Wheeler`_
is a caveman. Daniel's interests are in numerical modeling, finite
is a guest researcher in |MSED| in
|MML| at |NIST|. Daniel's interests are in numerical modeling, finite
volume techniques, and level set treatments.

`Jim Warren`_
is the group leader of the Themodynamics and Kinetics group in the
`Metallurgy Division`_ and Director of |CTCMS| of |MML| at
is the leader of the Themodynamics and Kinetics group in
|MSED| and Director of |CTCMS| of |MML| at
|NIST|. Jim is interested in a variety of problems, including the
phase field modeling of solidification, polycrystalline solids,
and the electrochemical interface.
Expand Down Expand Up @@ -50,13 +51,14 @@ James O'Beirne
deployment of a :term:`Buildbot` server to automate :term:`FiPy`
testing and a full refactor of the ``Mesh`` classes.

.. |MSED| replace:: the `Materials Science and Engineering Division`_
.. |MML| replace:: the `Material Measurement Laboratory`_
.. |CTCMS| replace:: the `Center for Theoretical and Computational Materials Science`_
.. |NIST| replace:: the `National Institute of Standards and Technology`_

.. _Material Measurement Laboratory: http://www.nist.gov/mml/
.. _Center for Theoretical and Computational Materials Science: http://www.ctcms.nist.gov/
.. _Metallurgy Division: http://www.nist.gov/mml/metallurgy/
.. _Materials Science and Engineering Division: http://www.nist.gov/mml/msed/
.. _National Institute of Standards and Technology: http://www.nist.gov/
.. _SURF: http://www.surf.nist.gov/surf2.htm

Expand Down
4 changes: 2 additions & 2 deletions documentation/_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ <h1>FiPy: A Finite Volume PDE Solver Using Python</h1>
written in <a class="reference external"
href="http://www.nist.gov/cgi-bin/exit_nist.cgi?url=http://www.python.org/">Python</a>,
based on a standard finite volume (FV) approach. The framework has been
developed in the <a class="reference external"
href="http://www.metallurgy.nist.gov/">Metallurgy Division</a> and Center
developed in the Materials Science and Engineering Division (<a class="reference external"
href="http://www.nist.gov/mml/msed">MSED</a>) and Center
for Theoretical and Computational Materials Science (<a class="reference
external" href="http://www.ctcms.nist.gov/">CTCMS</a>), in the Material
Measurement Laboratory (<a class="reference external"
Expand Down
4 changes: 2 additions & 2 deletions documentation/_themes/nist/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ <h3>Contact</h3>
<p>
<strong>FiPy developers</strong><br />
<a class=""
href="http://www.nist.gov/mml/metallurgy/thermodynamics_kinetics/jonathanguyer.cfm"
href="http://www.nist.gov/mml/msed/thermodynamics_kinetics/jonathanguyer.cfm"
style="">Jonathan Guyer</a><br />
<a class=""
href="http://www.nist.gov/cgi-bin/wwwph/cso.nist.gov?Query=Daniel+Wheeler"
style="">Daniel Wheeler</a><br />
<a class=""
href="http://www.nist.gov/mml/metallurgy/thermodynamics_kinetics/james-warren.cfm"
href="http://www.nist.gov/mml/msed/thermodynamics_kinetics/james-warren.cfm"
style="">James Warren</a><br />
</p>

Expand Down
2 changes: 1 addition & 1 deletion documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
\definecolor{redish}{rgb}{0.894,0.122,0.122}
\definecolor{bluish}{rgb}{0.216,0.188,0.533}
\authoraddress{Metallurgy Division \\
\authoraddress{Materials Science and Engineering Division \\
and the Center for Theoretical and Computational Materials Science \\
Material Measurement Laboratory}
Expand Down
12 changes: 6 additions & 6 deletions fipy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
:term:`FiPy` is an object oriented, partial differential equation (PDE) solver,
written in :term:`Python`, based on a standard finite volume (FV)
approach. The framework has been developed in the `Metallurgy Division`_
and Center for Theoretical and Computational Materials Science (CTCMS_), in
the Material Measurement Laboratory (MML_) at the National
Institute of Standards and Technology (NIST_).
written in :term:`Python`, based on a standard finite volume (FV) approach. The
framework has been developed in the Materials Science and Engineering Division
(MSED_) and Center for Theoretical and Computational Materials Science (CTCMS_),
in the Material Measurement Laboratory (MML_) at the National Institute of
Standards and Technology (NIST_).
The solution of coupled sets of PDEs is ubiquitous to the numerical
simulation of science problems. Numerous PDE solvers exist, using a
Expand All @@ -25,7 +25,7 @@
.. _MML: http://www.nist.gov/mml/
.. _CTCMS: http://www.ctcms.nist.gov/
.. _Metallurgy Division: http://www.metallurgy.nist.gov/
.. _MSED: http://www.nist.gov/mml/msed/
.. _NIST: http://www.nist.gov/
"""
__docformat__ = 'restructuredtext'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ def getVersion(version, release=False):
return version

dist = setup( name = "FiPy",
version = getVersion(version='3.0', release=False),
version = getVersion(version='3.0.1', release=True),
author = "Jonathan Guyer, Daniel Wheeler, & Jim Warren",
author_email = "fipy@nist.gov",
url = "http://www.ctcms.nist.gov/fipy/",
Expand Down

0 comments on commit 8853644

Please sign in to comment.