Ryan Coe

Results 11 issues of Ryan Coe

Is there a way to perform a fillet operation on a curve via `pygmsh` (`gmsh` has this functionality: https://gmsh.info/doc/texinfo/gmsh.html#index-Fillet-_007b-expression_002dlist-_007d-_007b-expression_002dlist-_007d-_007b-expression_002dlist-_007d)?

- [x] radiation - [ ] excitation - [ ] update docs

I often do the following after running the Capytaine solver: ```python ds = ds.assign_coords(freq=("omega",ds['omega'].values/2/np.pi)) ds['freq'].attrs['long_name'] = 'Frequency' ds['freq'].attrs['units'] = 'Hz' ``` which allows me to more easily make plots with...

enhancement

For cases in which the there is 1 or fewer dimensions (`len(da.spec.dir) [1](vscode-notebook-cell:?execution_count=30&line=1) da.spec.plot() File [~/mambaforge/envs/wot_dev/lib/python3.11/site-packages/wavespectra/specarray.py:768](https://file+.vscode-resource.vscode-cdn.net/Users/rcoe/Downloads/~/mambaforge/envs/wot_dev/lib/python3.11/site-packages/wavespectra/specarray.py:768), in SpecArray.plot(self, kind, normalised, logradius, as_period, rmin, rmax, show_theta_labels, show_radii_labels, radii_ticks, radii_labels_angle, radii_labels_size, cbar_ticks,...

It'd be great to add a brief example in the documentation on creating a `SpecArray` object from scratch (i.e., using the `__init__` method). I think it would be as simple...

It seems that meshmagick cannot read `.msh` files created with with the latest version of gmsh (4.*). I'm aware that you can use gmsh's command line option `-format msh22` to...

Not a bug, but I was trying to analyze 30 years of hourly data with `xarray`, `dask`, and `mhkit` and having a lot of trouble getting things to run in...

### Have you checked that your issue isn't already filed? - [x] I read through [FAQ](https://github.com/alshedivat/al-folio/blob/main/FAQ.md) and searched through the [past issues](https://github.com/alshedivat/al-folio/issues), none of which addressed my issue. - [x]...

bug

With the release of [v2.3.1](https://github.com/capytaine/capytaine/releases/tag/v2.3.1) (and the completion of #761), I was trying to do an analysis using axial symmetry with a lid and received the following error. I believe...

bug
enhancement

Our group has been considering altering/augmenting Capytaine to solve problems where the boundary conditions are based on the "uniform pressure" model for an oscillating water column (OWC) (see, e.g., Brito-Melo...

enhancement
theory