Unable to import mshr

Issue #69 invalid
Jose de Jesus Martinez created an issue

I am fairly new to FEniCS and while working through the tutorial I was not able to create a simple circular mesh with

Circle(Point(0, 0), 1)

It seems I cant import mshr.

Traceback (most recent call last):
  File "ft02_poisson_membrane.py", line 17, in <module>
    from mshr import *
ImportError: No module named mshr
Abort trap: 6

I am using mac OS X Yosemite 10.10.5

Comments (2)

  1. Log in to comment