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

Change the diagonal admissibility to cuthill-mckee and remove the DIAGONAL_ADMIS #119

Open
v0dro opened this issue Nov 6, 2023 · 0 comments

Comments

@v0dro
Copy link
Contributor

v0dro commented Nov 6, 2023

The DIAGONAL_ADMIS condition generates an admissibility condition based on the distance from the diagonal. However, having this option complicates the options because the DUAL_TREE_TRAVERSAL can actually generate any admissibility condition using a different sorting of the points.

So we only keep the DUAL_TREE_TRAVERSAL and use the cuthill-mckee ordering.

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

No branches or pull requests

1 participant