Hi all,
I used to use FEniCS1.2 on mac 10.7. Now i just updated to the OS 10.9.5, but i met a problem when i load in the library dolfin using the binary file.
When i source FEniCS1.3, then i did the following in the terminal:
python
>>> from dolfin import *
Then it just hangs there like forever.
Then i turned to FEniCS1.5 for another try, i did the following
python
>>>from dolfin import *
>>>mesh=UnitSquareMesh(4,4)
This time loading in the library is fine, but it again hangs like forever when trying to generate the mesh.
Did anyone know what caused this problem and how to fixed it? Any help is really appreciated.
--jying