On Wed, May 29, 2013 at 10:34 AM, Michelangelo Formisano < [email protected]> wrote:
> Hi all. > I reproduced the example cahnHilliard.sphere (found in the manual of Fipy) > and I found the following error: > > Traceback (most recent call last): > File "/home/miky/Scrivania/Esempi_Fipy/Esempio5.py", line 27, in <module> > ... ''').extrude(extrudeFunc=lambda r: 1.1 * r) > File "/usr/local/lib/python2.7/dist-packages/fipy/meshes/gmshMesh.py", > line 1820, in __init__ > background=background) > File "/usr/local/lib/python2.7/dist-packages/fipy/meshes/gmshMesh.py", > line 1572, in __init__ > self._orderedCellVertexIDs_data) = self.mshFile.read() > File "/usr/local/lib/python2.7/dist-packages/fipy/meshes/gmshMesh.py", > line 809, in read > raise GmshException(errStr) > GmshException: Gmsh hasn't produced any cells! Check your Gmsh code. > Hi Michelangelo, Could you try running 'python -c "import fipy; fipy.test()"' and pasting the output into an email (or on pastebin maybe better). That might help figure out what is going wrong. Thanks. -- Daniel Wheeler
_______________________________________________ fipy mailing list [email protected] http://www.ctcms.nist.gov/fipy [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]
