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

Electromagnetic solver settings #266

Merged
merged 2 commits into from
Oct 17, 2024
Merged

Electromagnetic solver settings #266

merged 2 commits into from
Oct 17, 2024

Commits on Oct 15, 2024

  1. electromagnetic: Add aparSolver performance metrics

    Saves mean number of iterations and under-relaxation count.
    Useful to diagnose performance issues.
    bendudson committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3da7107 View commit details
    Browse the repository at this point in the history
  2. electromagnetic: More aparSolver defaults

    Set default type to "naulin".
    
    Increase maxits default to 1000. Transiently it can require very large
    numbers of iterations to converge to required tolerance.  Stopping
    early resulted in the error gradually increasing with each call to
    aparSolver. Tried several ways to improve convergence without
    success. Seems to be transient and once density (?) evolves the
    iterations go back to <20.
    bendudson committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    a4b3049 View commit details
    Browse the repository at this point in the history