pydistmesh
pydistmesh copied to clipboard
PyDistMesh: A Simple Mesh Generator in Python
We should ask NumPy what the preferred LAPACK is and use that to compile the extension module.
Prevent `-mno-fused-madd` issue in the build step either by setting ``` export CFLAGS=-Qunused-arguments export CPPFLAGS=-Qunused-arguments ``` in the environment called by `setup.py` or simply document the workaround on OS X....
This is more of a question than an issue. I seen on this presentation that 1D mesh generation is possible with the MATLAB code (page 20, http://www2.imm.dtu.dk/~apek/DGFEMCourse2009/Lecture06.pdf). Is this also...