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

Add general entropy functionality to EOS #233

Merged
merged 50 commits into from
Mar 16, 2023
Merged

Add general entropy functionality to EOS #233

merged 50 commits into from
Mar 16, 2023

Commits on Feb 16, 2023

  1. Configuration menu
    Copy the full SHA
    45ee5d6 View commit details
    Browse the repository at this point in the history
  2. Remove commented code, add vector entropy functions, and add a defaul…

    …t function for entropy not being enabled
    jhp-lanl committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    2228efb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f408ec5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a444167 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3a9c88 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d615d2 View commit details
    Browse the repository at this point in the history
  7. Add entropy to the ideal gas

    jhp-lanl committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d2110d6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b4be78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a561bd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    7c98861 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be3e658 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44a9529 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    234a34c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d94fc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5cdf7c View commit details
    Browse the repository at this point in the history
  7. Reorganize changelog

    jhp-lanl committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    eff8b4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25c8d46 View commit details
    Browse the repository at this point in the history
  9. Whoops... cmath

    jhp-lanl committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    3b2ffdc View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

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

Commits on Feb 27, 2023

  1. Merge branch 'main' of github.com:lanl/singularity-eos into jhp/entropy

    Also add scratch functionality to `eos_base` and `eos_variant` entropy functions
    jhp-lanl committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e8b6db5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jhp/update_ports_of_call' of github.com:lanl/singularit…

    …y-eos into jhp/entropy
    jhp-lanl committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    bf800ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d35286 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b7ae939 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c65f1f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Fix extra template parameter

    jhp-lanl committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d76d0f9 View commit details
    Browse the repository at this point in the history
  2. clang format

    jhp-lanl committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    3d019ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc96b66 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9c052a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f19c783 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89f07d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    665174e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    408226e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    818a495 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5cafe9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    240198c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1a1df04 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a5ea8ec View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5e5ca0b View commit details
    Browse the repository at this point in the history
  15. clang format

    jhp-lanl committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    743d1dc View commit details
    Browse the repository at this point in the history
  16. Update ports-of-call in the package.py to update the version in the g…

    …itlab CI so that it passes
    jhp-lanl committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    4c3d2ae View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Change the EntropyIsNotEnabled() function to use char and remove type…

    …id introspection to allow to work on device
    jhp-lanl committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    8382c4b View commit details
    Browse the repository at this point in the history
  2. Fix some warnings

    jhp-lanl committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    7c2452b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f985bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    411cec6 View commit details
    Browse the repository at this point in the history
  5. clang format

    jhp-lanl committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    3fc6125 View commit details
    Browse the repository at this point in the history
  6. Add std namespace to srcat calls

    Co-authored-by: Jonah Miller <[email protected]>
    jhp-lanl and Yurlungur authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    e220b75 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b894e0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c870ce View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    6497055 View commit details
    Browse the repository at this point in the history
  2. Cite Ann's reference

    jhp-lanl committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    4655c06 View commit details
    Browse the repository at this point in the history