FiniteVolumeTransportPhenomena / PyFVTool

Finite volume toolbox in Python
GNU Lesser General Public License v2.1
13 stars 4 forks source link

Fix two bugs in new solvePDE() #37

Closed mhvwerts closed 5 months ago

mhvwerts commented 5 months ago

While using the latest PyFVTool, I discovered a bug, then two, in the new solvePDE().

solvePDE() could not handle 2D and 3D grids, and also inadvertedly changed the values of the bcterm matrix + vector supplied as argument.

I added a new Notebook that produced the bugs, then solved them.