fipy icon indicating copy to clipboard operation
fipy copied to clipboard

FiPy is a Finite Volume PDE solver written in Python

Results 148 fipy issues
Sort by recently updated
recently updated
newest added

Hello, I recently updated to Spyder 5 on MacOS and have been using FiPy in combination with Spyder for a long time. After this new update the viewers don't work...

bug
viewers

Dear Fipy users, I would like to draw your attention on the question I asked on stackoverflow : https://stackoverflow.com/questions/69196642/define-a-non-cartesian-mesh-in-fipy I am trying to simulate the elementary unit of a 2D...

enhancement
meshes

Implement a gallery of examples from different users and our own work. Display prominently somewhere in the documentation or readme. Examples aren't tested. Ask users to post links if they...

documentation

Hi, I am currently trying to solve a simple advection-diffusion equation on a 1D grid and I would like the advection coefficient to change over time. My equation is: with...

terms
variables

For some cases, the computation of the C string for inline using _getRepresentation takes a substantial amount of time. Here, we memorize the computed C code and argument dictionary. The...

It's difficult to run a single example as just a test, i.e., without viewers and with the same mesh size, duration, etc. of the test suite rather than as a...

tests

[`setuptools.command.test.test` is deprecated](https://github.com/pypa/setuptools/issues/1684). [`pytest`](https://docs.pytest.org/) seems to be on-trend and works well for [`steppyngstounes`](https://github.com/guyer/steppyngstounes).

task
tests

Python 2.7 is beyond end-of-life and even keeping the CIs running is squandering too much time and energy

deprecations
Py3k

Seems to be possible to run completely independent configurations on Travis with the jobs / include syntax.

installation
CI

As [reported on StackOverflow](https://stackoverflow.com/q/66614571/2019542), when the aspect ratio of a `Mesh` is very large, `Matplotlib2DGridContourViewer` doesn't render it with the proper `figaspect.` Compare ```python import fipy as fp mesh =...

bug
viewers