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

Preamble to InterfaceKinetics refactoring #1184

Merged
merged 25 commits into from
Feb 6, 2022

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    9758427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef61299 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a45e71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0359c4 View commit details
    Browse the repository at this point in the history
  5. [Kinetics] (Re)-implement updateFromStruct

    Co-authored-by: Ray Speth <[email protected]>
    ischoegl and speth committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    1cd0343 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13b2986 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    185ced9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6ac4c46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df0082a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b86874 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0cd2de0 View commit details
    Browse the repository at this point in the history
  12. Streamline nomenclature for activation_energy (Blowers-Masel)

    The recently introduced Blowers-Masel rate parameterization introduces
    alternative definitions of activationEnergy (C++) and activation_energy
    (Python). Renaming the alternative definitions with a prefix 'effective'
    allows for more efficient inheritance structures.
    ischoegl committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    5627cc4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    659101d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f02caf9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    94e471b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9f7b5ad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4179a5c View commit details
    Browse the repository at this point in the history
  18. Remove suffix '3' from ChebyshevRate(3)

    ChebyshevRate3 was introduced to avoid a conflict with the pre-existing
    class 'ChebyshevRate'. Since its introduction, the conflict was removed.
    This commit restores the original name to this class.
    ischoegl committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    c31f8eb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1165820 View commit details
    Browse the repository at this point in the history
  20. [Kinetics] Re-introduce updateFromStruct instances

    Co-authored-by: Ray Speth <[email protected]>
    ischoegl and speth committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    712d239 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7a6f1bd View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2022

  1. Configuration menu
    Copy the full SHA
    e50d243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa23b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Fix typo in 'SConstruct'

    ischoegl committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    1ef59d5 View commit details
    Browse the repository at this point in the history
  2. Minor updates

    - Add todo item for deprecation of Arrhenius2 constructor
    - Add missing override declarations in BlowersMaselRate
    ischoegl committed Feb 6, 2022
    Configuration menu
    Copy the full SHA
    ce94ac1 View commit details
    Browse the repository at this point in the history