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

Commits on Dec 11, 2022

  1. Metis package extension for fill-reducing renumbering

    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 committed Dec 11, 2022
    Configuration menu
    Copy the full SHA
    8325014 View commit details
    Browse the repository at this point in the history