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

WIP: implement fifth order Radau IIA #612

Merged
merged 19 commits into from
Jan 21, 2019
Merged

WIP: implement fifth order Radau IIA #612

merged 19 commits into from
Jan 21, 2019

Commits on Jan 20, 2019

  1. Add basic oop RadauII5

    YingboMa committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    8287fa7 View commit details
    Browse the repository at this point in the history
  2. Add convergence test

    YingboMa committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    66492d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ab70b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41a62ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a9d2a2a View commit details
    Browse the repository at this point in the history
  6. Add Newton iteration

    YingboMa committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    73a9906 View commit details
    Browse the repository at this point in the history
  7. Add LTE calculation

    YingboMa committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    457b4ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    67e747f View commit details
    Browse the repository at this point in the history
  9. Add smooth_est option

    YingboMa committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    ed2c06f View commit details
    Browse the repository at this point in the history
  10. add nl_iters field in cache

    YingboMa committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    668d6aa View commit details
    Browse the repository at this point in the history
  11. Fix controller dispatch

    YingboMa committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    26b2204 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    04daad1 View commit details
    Browse the repository at this point in the history
  13. update the adaptivity test

    YingboMa committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    c58c1b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    7f4541e View commit details
    Browse the repository at this point in the history
  2. Fix predictive controller

    YingboMa committed Jan 21, 2019
    7 Configuration menu
    Copy the full SHA
    e17fc18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70a8e08 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    9b8c8ee View commit details
    Browse the repository at this point in the history
  5. Only take the last nl_iters

    YingboMa committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    8dfdfa0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8947511 View commit details
    Browse the repository at this point in the history