Hi,
I need to use functions as PolyhedralMeshGenerator
and I read that I need to use CGAL.
So I installed it on my Mac (10.10 Yosemite) but i receive the error message:
Traceback (most recent call last):
File "mesh.py", line 22, in <module>
PolygonalMeshGenerator.generate(mesh, domain_vertices, 0.25);
NameError: name 'PolygonalMeshGenerator' is not defined
What have I to do for running this function ?
I have Dolfin 1.5.
Thanks,
Valentina