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
Improve profiling: allow users to configure profiling operations.
Implement adapter::reorder for matrices and vectors. Allows to
transparently apply Cuthill-McKee reordering to the system matrix and
RHS before solution.
Improve performance of Schur pressure correction preconditioner by
(optionally) approximating inverse of Kuu matrix with its inverted
diagonal.
Use power iteration to estimate spectral radius in smoothed_aggregation.
This improves convergence rate at the cost of setup time.
The total time is usually improved, but may suffer on GPGPU backends.