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

Manifold Models: Tables and Network capability, wrappers in EOS, Transport #492

Merged
merged 98 commits into from
Jun 28, 2024

Commits on May 3, 2024

  1. manifold/table EOS support

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    eac156e View commit details
    Browse the repository at this point in the history
  2. Convert tabs to spaces

    KiranEiden authored and baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0863a26 View commit details
    Browse the repository at this point in the history
  3. Initial framework for neural net based manifold EoS

    Still need to generalize TabFuncParams and TabFuncData and work the neural net into the existing EoS framework
    KiranEiden authored and baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9670e88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    556963e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4258aef View commit details
    Browse the repository at this point in the history
  6. Migrate get_var_index; have TabFuncData inherit from ManFuncData

    - Moved get_var_index to ManifoldFunc.H instead of EosParams.H
    - Shortened get_var_index arglist
    KiranEiden authored and baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    fd08b35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    623006a View commit details
    Browse the repository at this point in the history
  8. Mostly complete setup (I hope) for neural net manifold

    - Still need to calculate source terms
    - Still need to account for variables passed to input layer
    - Maybe we can worry about GPUs later
    KiranEiden authored and baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    c4a5a9c View commit details
    Browse the repository at this point in the history
  9. Set up neural net manifold to evaluate source terms

    - This style of manifold will print all of the metadata properly, but SEGFAULTs at some point in EosEval/main.cpp
    KiranEiden authored and baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    b738ff5 View commit details
    Browse the repository at this point in the history
  10. Fixed SEGFAULT

    KiranEiden authored and baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2be1149 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d72e80 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d22c04 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1b89c2d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    75cf708 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7fbfbc8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c3c0d50 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    df87ec0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    38eb483 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2ab823c View commit details
    Browse the repository at this point in the history
  20. Merge pull request #1 from baperry2/manifold

    Combined Source Term lookups
    KiranEiden authored and baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    82d60d1 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    77c4ae5 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7a68de2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    bcf3bd0 View commit details
    Browse the repository at this point in the history
  24. Merge branch 'kiraneiden/manifold' of github.com:KiranEiden/PelePhysi…

    …cs into kiraneiden/manifold
    KiranEiden authored and baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    36baa6f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    00c12c8 View commit details
    Browse the repository at this point in the history
  26. Implement 'get_all_values' function

    KiranEiden authored and baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    0e5b3f7 View commit details
    Browse the repository at this point in the history
  27. add inverse density option

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3187020 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d302201 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7ef0f3c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a45897a View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    fc1c0ef View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    6279aa7 View commit details
    Browse the repository at this point in the history
  33. bring in manifold transport

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e12b891 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1c04ec7 View commit details
    Browse the repository at this point in the history
  35. table lookup improvement

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f60be81 View commit details
    Browse the repository at this point in the history
  36. EosEval test case

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    386c0e3 View commit details
    Browse the repository at this point in the history
  37. clang-format new EOS stuff

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    3de6562 View commit details
    Browse the repository at this point in the history
  38. more formatting

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    679546b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3a4bd5e View commit details
    Browse the repository at this point in the history
  40. fix mangles make.package

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    7bc8e9b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    8240ee3 View commit details
    Browse the repository at this point in the history
  42. address codespell issues

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4fb9b82 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    e9668fa View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    67e0c9a View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    4a50519 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c63fbdf View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    85beaa5 View commit details
    Browse the repository at this point in the history
  48. fix some bugs on cuda

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    f4132d9 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    3dda97f View commit details
    Browse the repository at this point in the history
  50. try running manifold in CI

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    9666880 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    ff0a114 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    5457b52 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    eeca390 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    7e61f52 View commit details
    Browse the repository at this point in the history
  55. some sample network stuff

    baperry2 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    bb166eb View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. new generic parameter stuff

    baperry2 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a0ddd9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3c7ff96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fed6b19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5af5e3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e6fe58 View commit details
    Browse the repository at this point in the history
  6. remove old manfuncdata stuff

    baperry2 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    0ee4539 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7af964b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8141559 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0861b9d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    569f454 View commit details
    Browse the repository at this point in the history
  11. remove unneeded file

    baperry2 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5affeaa View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f355b7e View commit details
    Browse the repository at this point in the history
  13. more clang-format

    baperry2 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c62bb9e View commit details
    Browse the repository at this point in the history
  14. fix spelling

    baperry2 committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8627bdf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4fb3c62 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    e3cd511 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    af319b3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    564a424 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0be40cd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on May 20, 2024

  1. no transparm in reacteval

    baperry2 committed May 20, 2024
    Configuration menu
    Copy the full SHA
    22767b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94649cc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    da5b087 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98c2231 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    9615c4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0846e68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28faff8 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    3e90a88 View commit details
    Browse the repository at this point in the history
  2. don't compile with Manifold for SYCL

    final compilation change for no manifold with sycl
    baperry2 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1deaee4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01af1fd View commit details
    Browse the repository at this point in the history
  4. 1D table if not manifold EOS

    baperry2 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dc503dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76f14d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    334435e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35fbed1 View commit details
    Browse the repository at this point in the history
  8. fix a bunch more warnings

    baperry2 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    3042b91 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    da25492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6e55cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89d5525 View commit details
    Browse the repository at this point in the history
  4. fix all clang-tidy stuff

    baperry2 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    b295085 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    0bbf6f6 View commit details
    Browse the repository at this point in the history
  2. style changes in EosParams

    baperry2 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4524c45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa01c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad4537a View commit details
    Browse the repository at this point in the history