Ryan Coe

Results 40 comments of Ryan Coe

I was messing around with this for the first time in a while (playing with Mamba...). I was getting the following error: ```bash pip install --no-build-isolation -e . Obtaining file:///Users/rcoe/Documents/capytaine...

I thought I might've made the mistake you mention above, so I went through this again, but I still have the same problem: ```zsh mamba create -n tmp_capy mamba activate...

I believe the best process remains compiling it yourself, using either of the following, which are roughly equivalent (I think): 1. https://github.com/capytaine/capytaine/issues/355#issuecomment-1731795990 2. https://github.com/capytaine/capytaine/issues/190#issuecomment-1213266106 It'd be great if you compiled...

Confirmed that the following workflow using `pip` works for me, nice work! ``` mamba create -n test_cpy_install mamba activate test_cpy_install mamba install pip pip install capytaine # if you want...

Sounds good. I did take a look at `plot.py` and also [`SpecArray.plot`](https://github.com/wavespectra/wavespectra/blob/66b38b2dcc1515a63974ad4c24fd241d5f08feae/wavespectra/specarray.py#L718-L786). I think I understand what I'd need to do and will give it a shot if/when I have...

I remembered using `meshmagick` to do this a while back, but recently noticed it no longer exists. Looking back through the `git log`, it seems like the `get_GZ_curves` function was...

Matthieu - Thanks for your response. I was essentially hoping to use gmsh to generate parametric geometries and meshes, and then use meshmagick to prep/check those meshes before analyzing them...

Matthieu - Wow, neat! Thanks very much. I’m running OSX, so I’m having a bit of trouble getting Capytaine working… I will see if I can’t get this working. Ryan...

FYI - I played a bit more with pygmsh. It is neat, but it seems that you cannot control/refine the mesh: https://github.com/nschloe/pygmsh/issues/149. This is somewhat of a showstopper for using...