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

Metis extension for renumbering. #549

Merged
merged 1 commit into from
Dec 11, 2022
Merged

Metis extension for renumbering. #549

merged 1 commit into from
Dec 11, 2022

Conversation

fredrikekre
Copy link
Member

@fredrikekre fredrikekre commented Dec 7, 2022

This patch adds new DoF renumbering possibilities using "package
extensions" which is available from Julia 1.10. These extensions hook
into the new DofOrder.Ext{T} type, where T is the external package
module providing the new ordering capability.

Currently only the fill-reducing renumbering algorithm from Metis.jl is
provided, ie.. DofOrder.Ext{Metis}().

@codecov-commenter
Copy link

codecov-commenter commented Dec 7, 2022

Codecov Report

Base: 92.90% // Head: 92.81% // Decreases project coverage by -0.09% ⚠️

Coverage data is based on head (8325014) compared to base (9ae40b3).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #549      +/-   ##
==========================================
- Coverage   92.90%   92.81%   -0.10%     
==========================================
  Files          24       24              
  Lines        3974     3978       +4     
==========================================
  Hits         3692     3692              
- Misses        282      286       +4     
Impacted Files Coverage Δ
src/Dofs/DofRenumbering.jl 90.80% <0.00%> (-4.38%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@fredrikekre fredrikekre force-pushed the fe/metis-glue branch 5 times, most recently from bd463b7 to 0d3441e Compare December 11, 2022 22:21
@fredrikekre fredrikekre marked this pull request as ready for review December 11, 2022 22:21
@fredrikekre fredrikekre changed the title WIP: Metis extension for renumbering. Metis extension for renumbering. Dec 11, 2022
This patch adds new DoF renumbering possibilities using "package
extensions" which is available from Julia 1.10. These extensions hook
into the new `DofOrder.Ext{T}` type, where `T` is the external package
module providing the new ordering capability.

Currently only the fill-reducing renumbering algorithm from Metis.jl is
provided, ie.. `DofOrder.Ext{Metis}()`.

Closes #393.
@fredrikekre fredrikekre merged commit b1a8a30 into master Dec 11, 2022
@fredrikekre fredrikekre deleted the fe/metis-glue branch December 11, 2022 23:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants