You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The
DIAGONAL_ADMIS
condition generates an admissibility condition based on the distance from the diagonal. However, having this option complicates the options because theDUAL_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.The text was updated successfully, but these errors were encountered: