Jonathan Guyer

Results 146 comments of Jonathan Guyer

The numerical scheme should be identical, as far as the linear equations that are solved, but there are subtleties with boundary values in either case that aren't very satisfactory. We've...

> (The link to the notebook should probably be > https://gist.github.com/guyer/2bd27a25bdd40b4aa26e40222cf3d046 > ) Fixed, thanks

If you haven't seen it, you and your students may find [this notebook](https://gist.github.com/guyer/6b7699531f75b353f49a0cf36d683aa4) instructive, too

Can you tell if it's a different version of Gmsh or something?

> ``` > $ gmsh --version > 4.6.0 > ``` > > > Is that supported? It looks like it stopped working between Gmsh 4.4 and 4.5. I think that...

I think the "fix" is just to relax the tolerance of the test. We definitely should support Gmsh 4.x and, largely, we do.1 I've often seen we get sporadic failures...

_guyer attached [twin_ap_3D.msh](https://raw.githubusercontent.com/wd15/fipy-attachments/master/raw-attachment/ticket/433/twin_ap_3D.msh) on 03-15-2012 at 09:48_

_guyer attached [estat.py](https://raw.githubusercontent.com/wd15/fipy-attachments/master/raw-attachment/ticket/433/estat.py) on 03-15-2012 at 09:47_

These don't seem to be issues under FiPy's control. Although Gmsh can't read the ConvexPointSet cells that FiPy exports, Mayavi, and ParaView can. It would be good to eventually export...

There's some good information about diagnosing this with [pyvista](https://github.com/pyvista) in #693 and pyvista/pyvista-support#108