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

GSoC 2024 Final Submission #167

Merged
merged 22 commits into from
Aug 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
fe2cf93
Add sequential strength graph computation
GeliezaK Jul 1, 2024
9d93e31
Add strength graph and tentative prolongator with block size
GeliezaK Jul 19, 2024
e7ea591
Add IterativeSolvers dependency
GeliezaK Jul 19, 2024
913a254
Merge branch 'master' into gsoc
GeliezaK Jul 19, 2024
ae89c8d
Add spectral radius estimation
GeliezaK Jul 24, 2024
b8c4470
Add parallel implementation of strength_graph and collect_nodes_in_ag…
GeliezaK Jul 26, 2024
d229946
Add parallel implementation of tentative prolongator
GeliezaK Aug 7, 2024
7cf1469
Add tests for parallel tentative prolongator
GeliezaK Aug 9, 2024
e06c74e
Remove plots of power method convergence
GeliezaK Aug 9, 2024
c36be2c
Merge remote-tracking branch 'origin/gallery' into gsoc
GeliezaK Aug 9, 2024
e2a8e86
Use linear elasticity matrix for testing
GeliezaK Aug 13, 2024
39a0be1
Merge branch 'master' into gsoc
GeliezaK Aug 13, 2024
2008787
Use near nullspace for linear elasticity for testing
GeliezaK Aug 13, 2024
b2ee910
Fix typo in node_coordinates_unit_cube
GeliezaK Aug 13, 2024
e80f15c
Delete remove_singleton_aggregates
GeliezaK Aug 14, 2024
5fc4e95
Test amg for sequential linear elasticity
GeliezaK Aug 14, 2024
e407c4d
Fix bug in nullspace_linear_elasticity
GeliezaK Aug 16, 2024
706885d
Fix bug in tentative_prolongator_with_block_size
GeliezaK Aug 21, 2024
2946d79
Remove Pkg dependency
GeliezaK Aug 21, 2024
a0d5696
Remove Statistics dependency
GeliezaK Aug 21, 2024
f258874
Set default epsilon to 0.01
GeliezaK Aug 22, 2024
6d9cad8
Fix bug in strength_graph
GeliezaK Aug 23, 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 PartitionedSolvers/src/PartitionedSolvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export smoothed_aggregation
export v_cycle
export w_cycle
export amg_level_params
export amg_level_params_linear_elasticity
export amg_fine_params
export amg_coarse_params
export amg_statistics
Expand Down
Loading
Loading