pydistmesh icon indicating copy to clipboard operation
pydistmesh copied to clipboard

PyDistMesh: A Simple Mesh Generator in Python

Results 13 pydistmesh issues
Sort by recently updated
recently updated
newest added

I install this package,but here is a error,LINK : fatal error LNK1181: can not open input file“lapack.lib”.I don't know this error is the problem of my environment or some else?

Hello, thank you very much for your work! I successfully installed pydistmesh, but when importing distmesh in cmd, the following problems occur: `>>> import distmesh Traceback (most recent call last):...

Hello. I am trying to use the dm.dblock functionality but I keep getting the same error. See here: ![image](https://user-images.githubusercontent.com/73398524/97086990-c2d6e980-15f4-11eb-9e67-00238d54a1fa.png) Any help on this would be much appreciated!

plotting.py is broken on newer versions of matplotlib because the _hold() and ishold() functions have been removed. Removing calls to these functions seems to fix demond.

Is the 3d-surface mesh implemented? Can you give an example? Thank you.

I read the Mesh Generation for Implicit Geometries, but I still do not know how to create a mesh with internal boundary. please show me a example for the mesh...

Infinite loop could happen for some distance functions. This caps the maximum number of iterations to 1e3 by default, or allows override using the parameter

I've added the dexpr function of DistMesh using SymPy

When running demo2d.py, all the plots are shown, except for the NACA0012 grid. This might be an OS X issue only; however, it's easily fixed for all platforms by adding...

I am trying to install PyDistMesh on Windows 7. This is a summary issue so far. My system: Windows 7 64-bit WinPython distribution with python 3.3.5 64-bit Visual Studio C++...