Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matrix sharps, matrix flats, subdivision, and link #59

Merged
merged 30 commits into from
Feb 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
7093de4
Implement 3D simplicial sets
lukem12345 Jun 7, 2023
ba690b6
Return tet edges and test tet cube volume
lukem12345 Jun 8, 2023
f2fc94e
Add manifold-like test for delta sets
lukem12345 Jun 9, 2023
b85330e
Add tetrahedra cube from literature
lukem12345 Jun 9, 2023
f990111
Add Letniowski mesh test
lukem12345 Jun 9, 2023
d1385c5
Rename nonfaces to nonboundaries and simplify
lukem12345 Jun 12, 2023
01e351c
Add stub for triangles accessor using axioms
lukem12345 Jun 13, 2023
567f68d
Clean tests, todos, and triangles return types
lukem12345 Jun 20, 2023
1a83d0b
Add subdivision migrs, flat matrix, star, and link
lukem12345 Jun 23, 2023
166d7b2
Dispatch on DVF multiplication to auto-reinterpret
lukem12345 Jun 24, 2023
50dbbe6
Remove redundant re-indexing of triangle centers
lukem12345 Jun 24, 2023
635d68f
Implement sharp matrix and Desbrun sharp
lukem12345 Jun 30, 2023
6264063
Condense sharp tests
lukem12345 Aug 7, 2023
75de354
Reorganize and test 1D data-mig subdivision
lukem12345 Aug 7, 2023
87da8ea
Fix factorial in wedge product with 0-forms
lukem12345 Aug 8, 2023
2cc4348
Merge branch 'main' into llm/3d-dec
lukem12345 Feb 14, 2024
a6343db
Implement LLS DD Sharp
lukem12345 Feb 17, 2024
fb8b03c
Test the primal-dual wedge against analytic results
lukem12345 Feb 21, 2024
85082a6
Merge branch 'main' into llm/3d-dec
lukem12345 Feb 21, 2024
81491c4
Resolve signedness left/right-hand rule confusion in tests
lukem12345 Feb 22, 2024
7d7c3f4
Move musical chaining and pd wedge to src
lukem12345 Feb 22, 2024
338925e
Implement and test the barycentric bilinearly interpolated wedge prim…
lukem12345 Feb 23, 2024
e89c74f
Test the primal-dual 01 wedge product against non-constant analytic s…
lukem12345 Feb 23, 2024
f904852
Add primal-0 dual-1 wedge and test symmetry
lukem12345 Feb 23, 2024
c6c6aa0
Put repeated test helper functions in src
lukem12345 Feb 24, 2024
0284394
Test dualdual01 wedge and implement interior product and lie
lukem12345 Feb 25, 2024
9585bec
Use inner product helpers in lie definition
lukem12345 Feb 27, 2024
d407b24
Add Statistics to test Project
lukem12345 Feb 27, 2024
486d7ac
Define dual laplacian and dual vector laplacian
lukem12345 Feb 27, 2024
f1e20ed
Address test meshes docstrings and names
lukem12345 Feb 27, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ ACSets = "227ef7b5-1206-438b-ac65-934d6da304b8"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Catlab = "134e5e36-593f-5add-ad60-77f754baafbe"
DataMigrations = "0c4ad18d-0c49-4bc2-90d5-5bca8f00d6ae"
FileIO = "5789e2e9-d7fb-5bc7-8068-2c6fae9b9549"
GeometryBasics = "5c1252a2-5f33-56bf-86c9-59e7332b4326"
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
Expand Down
Loading
Loading