pydistmesh
pydistmesh copied to clipboard
Issue with dblock: value error zero sized array
Hello. I am trying to use the dm.dblock functionality but I keep getting the same error. See here:
Any help on this would be much appreciated!
Hey! I'm not too sure about your question but I don't think this package is maintained actively so you may be waiting for a while to get an answer.
In the meantime, I maintain a pretty fast DistMesh
implementation here in Python as well...
https://github.com/krober10nd/SeismicMesh (see the README for how to mesh a uniform cube with quality bounds).
and dmsh
is also quite excellent (but only in 2D)
https://github.com/nschloe/dmsh
Awesome, I will check it out! I am having a little trouble installing Seismic Mesh though...I think it is because I am not able to install mpi4py. The error message reads that I am unable to compile an MPI program. Have you heard of this issue before?
thanks!
On Sat, Oct 24, 2020 at 12:43 PM keith roberts [email protected] wrote:
Hey! I'm not too sure about your question but I don't think this package is maintained actively so you may be waiting for a while to get an answer.
In the meantime, I maintain a pretty fast DistMesh implementation here in Python as well...
https://github.com/krober10nd/SeismicMesh (see the README for how to mesh a uniform cube with quality bounds).
and dmsh is also quite excellent (but only in 2D)
https://github.com/nschloe/dmsh
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bfroehle/pydistmesh/issues/19#issuecomment-715984697, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARP7R7B3ZHIP3GXVPN74PNTSML7ZXANCNFSM4S5WCPTQ .
Let’s start an issue over there and discuss!