Jaewook Lee

Results 12 issues of Jaewook Lee

This PR adds configurations to build wheels for mac-arm64. [Workflow](https://github.com/j042/triangle/actions/runs/7114500878/job/19368670418) ran without any issue. Fixes #64.

# Overview WIP - adding some cpp documentations using `breathe` ## Addressed issues * no cpp docs ## Checklists * [ ] Documentations are up-to-date. * [ ] Added example(s)...

@clemens-fricke had an issue ```python import numpy as np import splinepy as spp cps = np.array([[0.0, 0.0], [0.0, height]]) cps_ = cps.copy() * -1 weights = np.ones([cps.shape[0]]) knots = np.repeat([0.0,...

# Overview Updated readme and documentations to give a better overview of this project. I've also included some chores / clean ups here so that examples in readme works as...

fitting queries with fitting spline does not return fitting spline type.

`create_tile` should be included in `TileBase`

For P1D splines, current gismo export uses ```xml ... ``` gismo couldn't read this. I think the correct keyword for P1D splines are `BSpline` and `BSplineBasis`. See [here](https://github.com/gismo/gismo/blob/stable/filedata/breps/2D/duck_BRep.xml).

BID=1 doesn't seem to have any effect, when you try to call `mp.boundary_multipatch(1)`. is it because of default value -1?

documentation

This PR create an internal-use function to write a big endian file. It doesn't need to be part of API, just useful if you have extra arrays to export, e.g.,...