Closed bangerth closed 1 month ago
But I can't seem to find in ASPECT or deal.II where we are actually attaching signals that are monitoring the eigenvalues or condition number. Where is this place, and is this on purpose?
Yes, we need eigenvalue estimates for the Chebyshev smoother for GMG: https://github.com/geodynamics/aspect/blob/69b3924b343b717ac0e3bbca4d48f7fb044e1a22/source/simulator/stokes_matrix_free.cc#L1799
I see -- I just didn't seem to find the right place to look this up. Thanks for the feedback!
A recent report on the ASPECT forum (https://community.geodynamics.org/t/issues-with-block-gmg-solver-scheme/3703) shows that
SolverCG
now requires LAPACK. That surprised me, and it turns out that it is because we are always computing the eigenvalue approximations:But I can't seem to find in ASPECT or deal.II where we are actually attaching signals that are monitoring the eigenvalues or condition number. Where is this place, and is this on purpose?