-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* winding number proof of concept 2D * faces and edges with `NTuples` * change directory * remove `@unpack` * modify * return `InitialCondition` * add examples * first working API * add complex tank example * fix typos * thread parallel * optional winding number range * add `UpdateCallback` * fix typo * apply formatter * simplify triangle mesh * rework data types * restructure * SVector min-max-box * make `TriangleMesh` faster * fix vertex normal * add IO * add hierarchical winding * store winding number * clean up TriangleMesh * modify shapes * change ELTYPE in IO * add files and remove `scale_factor` * add shape and `complexShape` tests * remove complex tank example * add docs for `complexShapes` * add docs for the algorithms * add test data * add tests for sampled shapes * data path relative to module * use `Threads.@threads` instead of `threaded` * fix @threaded * fix tests * fix wrong directory * use `@threaded` again * change winding number factor for julia 1.9 * fix tests * add stl files * implement suggestions * rename kwargs * add comments * apply formatter * implement suggestion * fix tests * remove abstract type `Shapes` * fix tests * make type stable * implement suggestions * add `unique_soted` * add comment * implement suggestions * RADME and NEWS entry * adapt docs * `for` instead of `while` * rename `shape` to `geometry` * rename again * implement suggestions * fix typo * implement suggestions * adapt example files * sum-init with `zero(eltype))` * implement suggestions * construct hierarchy in constructor * use ASCII characters * minor changes * add 2d hierarchical winding * minor changes * change function name * fix * implement suggestions * fix typo * apply formatter * fix typo * add `deleteat!` * circle example eps() -> 0 * start docs * first doc version * add docs * simplify * implement suggestions * fix docs * fix tests * fix tests * minor changes * typo * fix * fix again * fx * typo * fix tests * fix again * implement suggestions * modify NEWS.md * modify again * implement suggestions * add sentence to docs * typo * minor changes * implement suggestions * fix stupid replacing typo * implement suggestions * modify sentence * update
- Loading branch information
Showing
4 changed files
with
243 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters