Python implementation of the Mimetic Finite Difference method.
Project description
=====
mimpy
=====
.. image:: https://api.travis-ci.org/ohinai/mimpy.png?branch=master
:target: https://travis-ci.org/ohinai/mimpy
Mimpy is a Python based library for solving
the diffusion equation. Mimpy uses the Mimetic Finite Difference
method, which as the advantage of solving using general polyhedral elements.
Because diffusion is a "kernel" for many physical phenomena,
mimpy can also solve problems like the heat equation and multi-phase flow
through porous media.
A simple example can be found in hexmesh_example_1.py_.
Run:
.. code-block:: bash
$ python hexmesh_example_1.py
Code requirements:
* NumPy
* SciPy
* Cython (if you want to update the c code).
History
-------
0.1.1 (2016-3-31)
---------------------
* Updated README to better fit pypi page.
* Added spe10 example
0.1.0 (2016-3-29)
---------------------
* Test release of code.
mimpy
=====
.. image:: https://api.travis-ci.org/ohinai/mimpy.png?branch=master
:target: https://travis-ci.org/ohinai/mimpy
Mimpy is a Python based library for solving
the diffusion equation. Mimpy uses the Mimetic Finite Difference
method, which as the advantage of solving using general polyhedral elements.
Because diffusion is a "kernel" for many physical phenomena,
mimpy can also solve problems like the heat equation and multi-phase flow
through porous media.
A simple example can be found in hexmesh_example_1.py_.
Run:
.. code-block:: bash
$ python hexmesh_example_1.py
Code requirements:
* NumPy
* SciPy
* Cython (if you want to update the c code).
History
-------
0.1.1 (2016-3-31)
---------------------
* Updated README to better fit pypi page.
* Added spe10 example
0.1.0 (2016-3-29)
---------------------
* Test release of code.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file mimpy-0.1.1.linux-x86_64.tar.gz
.
File metadata
- Download URL: mimpy-0.1.1.linux-x86_64.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd886c937424e1b0fc35acf464a3291c33881746fbb4a9ed0f489483abbebfff |
|
MD5 | b0c7d7c3715ec3fb181f5818f75a9bbf |
|
BLAKE2b-256 | e0def664eb90f555f1ef9c880007cb9f49744c8caca028e276bf415091943eee |