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

Introduce BulkRate class template #1187

Merged
merged 10 commits into from
Feb 9, 2022
Merged

Commits on Feb 7, 2022

  1. Configuration menu
    Copy the full SHA
    880c24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bde21ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    342981e View commit details
    Browse the repository at this point in the history
  4. [Kinetics] Introduce BulkRate<ReactionType,DataType> template

    ArrheniusRate is defined as BulkRate<Arrhenius3, ArrheniusData>
    ischoegl committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    3d521aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7a68a11 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3441bc2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62979a0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d610a2c View commit details
    Browse the repository at this point in the history
  9. [Kinetics] Eliminate multiple inheritance

    While multiple inheritance avoids the introduction of virtual functions,
    a direct inheritance scheme may avoid a small speed penalty.
    ischoegl committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    49ff30b View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    e0095a4 View commit details
    Browse the repository at this point in the history