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

Limit initial time step to avoid control system deadlocks #5732

Merged

Commits on Feb 8, 2024

  1. Relax step-changing restriction for AdamsBashforth

    Previous restriction was stricter than necessary.  Now uses the same
    algorithm as Adams-Moulton.
    
    Also replace the comment in AM with a clearer explanation.
    wthrowe committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    dc16537 View commit details
    Browse the repository at this point in the history
  2. Always use small steps in self-start

    Some operations (e.g., control system stuff) can't be done during
    self-start, so it is good to keep the time range as small as possible.
    wthrowe committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    88a7e15 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Limit initial step to control-system expiration

    Avoids deadlocks during self-start if the requested time step is too
    large.
    wthrowe committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    13ecc12 View commit details
    Browse the repository at this point in the history