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

Discontinuous galerkin #403

Merged
merged 248 commits into from
May 30, 2024
Merged

Discontinuous galerkin #403

merged 248 commits into from
May 30, 2024

Commits on Apr 6, 2022

  1. Configuration menu
    Copy the full SHA
    b38e352 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    313d43d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. EXODUS: basis query

    gsjaardema committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    665558e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdd8481 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1da4a6c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. EXODUS: Spelling fix

    gsjaardema committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    3b7d86f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1f69dd View commit details
    Browse the repository at this point in the history
  3. EXODUS: Fix intel build

    gsjaardema committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    d7e98d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

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

Commits on Jun 2, 2022

  1. Windows fixes: make functions non-inline

    Making certain functions in Ioss::Utils non-inline to avoid export
    errors on Windows. Accessing the non-exported static variables was
    causing errors. This avoids that. Also added API to access current
    values for various streams.
    utkarshayachit authored and gsjaardema committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    be7b749 View commit details
    Browse the repository at this point in the history
  2. eliminate warnings

    gsjaardema committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    db1de22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac006ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4621ed View commit details
    Browse the repository at this point in the history
  5. TEST: Enable kokkos build

    gsjaardema committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    8269793 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5a6576 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bb5e227 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0029fb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7dc8520 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b5c1bf2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c621b45 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    99ce49d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d93b5dc View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    009ac76 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b0fa075 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    72c4ad2 View commit details
    Browse the repository at this point in the history
  17. Revert "Remove shadowed variable."

    This reverts commit 4d54381a3264dea155de65d0588cb192b37c0e1f.
    gdsjaar authored and gsjaardema committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    457f7cc View commit details
    Browse the repository at this point in the history
  18. Revert "IOSS: cgns - remove lambdas to see if fixes stria issue"

    This reverts commit 8dde87a74344b8b57f0f948e58f73e82c950e074.
    gdsjaar authored and gsjaardema committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    9aa8b70 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5dd1028 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6f803cd View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8f61103 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    67f956c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5f32625 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bfe4ecd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    79413c3 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c86995b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    693a90e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    fb7dcf5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    57c402e View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f40b497 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c89c75c View commit details
    Browse the repository at this point in the history
  32. Updates for serial build

    Add SEACAS_HAVE_MPI include guards for ioss unit_tests that use MPI.
    These are still run for serial builds and this change allows them to
    compile and run.
    
    Add -DMATIO_SHARED:BOOL=${SHARED} to TPS/matio/runcmake.sh. Matio's
    CMake isn't respecting the CMAKE variable BUILD_SHARED_LIBS and still
    builds shared version when SHARED=NO.
    gjtempl authored and gsjaardema committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    9357556 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    0b1c99f View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    4eb7947 View commit details
    Browse the repository at this point in the history
  35. ZELLIJ: Add offset option

    gsjaardema committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    ab93002 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    fd11853 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    cc0302b View commit details
    Browse the repository at this point in the history
  38. EXODUS: Clean up

    gsjaardema committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    dc1e980 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    3aef224 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    978c13b View commit details
    Browse the repository at this point in the history
  41. EXODUS.PY: Add the get_block_id_map method

    This adds functionality to add being able to easily find the
    elements contained within EX_ELEM_BLOCK or other type without
    keeping track of global and internal indicies.
    mvlopri authored and gsjaardema committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    3fcdf1d View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    e9de217 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    3e19426 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    edca1f5 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    017f354 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c21e23c View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    766bf3a View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    07e8312 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    3a3dfde View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    fdd947d View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    ec8bf27 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    4c70226 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    8f78f6b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd4d581 View commit details
    Browse the repository at this point in the history
  3. Clean up bad merge

    gsjaardema committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3990119 View commit details
    Browse the repository at this point in the history
  4. EXODUS: Clean up bad merge

    gsjaardema committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    3116290 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e529ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56c0933 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    279c5f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57674cf View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    0123a4c View commit details
    Browse the repository at this point in the history
  2. EXODUS: Minor cleanup

    gsjaardema committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    be17523 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    f005ce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fad0e9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d8df99 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 24, 2023

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

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    dda5da5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3733f22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4dcaa44 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7d194b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87e6256 View commit details
    Browse the repository at this point in the history
  6. EXODUS: basis query

    gsjaardema committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    349e24d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21b0ae3 View commit details
    Browse the repository at this point in the history
  8. EXODUS: Spelling fix

    gsjaardema committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    08bc8c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f15a2bf View commit details
    Browse the repository at this point in the history
  10. EXODUS: Fix intel build

    gsjaardema committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    86cab39 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e0548c5 View commit details
    Browse the repository at this point in the history
  12. TEST: Enable kokkos build

    gsjaardema committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    f484eb2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    8a3384b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9fbb288 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c1866b View commit details
    Browse the repository at this point in the history
  16. Revert "Remove shadowed variable."

    This reverts commit 4d54381a3264dea155de65d0588cb192b37c0e1f.
    gdsjaar authored and gsjaardema committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    3e0b9b8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    19f2fc5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7983d3e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ecdb67 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2e12a09 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    2de940d View commit details
    Browse the repository at this point in the history
  22. EXODUS: Minor cleanup

    gsjaardema committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    a1349f0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    14e5ac1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3f589df View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2e107f5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d5039db View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    47e09ca View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1673d5c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    31d801b View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    d9bb18d View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ecbd362 View commit details
    Browse the repository at this point in the history
  32. EXODUS: Fix bad merge

    gsjaardema committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    e5b0091 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fb72bd5 View commit details
    Browse the repository at this point in the history
  34. EXODUS: Fix bad merge

    gsjaardema committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    d9c176f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    7df7cf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86f202d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    caffa6d View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Revert "EXODUS.PY: See if this fixes ci build issues"

    This reverts commit 86f202d.
    gsjaardema committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    4af86e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc97066 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4560ddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cdd730 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df03dfc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d843e11 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4e8ac4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    588c901 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ba63d75 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3af404e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    bd62115 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08e6149 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15190db View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    4d83c04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb70ae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff08faf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4d3884f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Configuration menu
    Copy the full SHA
    129a0d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92fdb3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1af2548 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f4e9af View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    766d214 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

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

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    874e4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6450f8c View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

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

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    1eb54a4 View commit details
    Browse the repository at this point in the history
  2. GREPOS: Fix bad merge

    gsjaardema committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    be5c714 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0155d37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2f4ad7 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    b932610 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91e9337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    030e540 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    642daa3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    141887b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7110e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    037c57b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c32d3c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bb68ec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cf8c5a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd0feab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1955a8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7eb5759 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3b6f4ca View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e23b8e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f0c5ff3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    9e1e05f View commit details
    Browse the repository at this point in the history
  2. Io modify handle cgns (#453)

    * IOSS: io_modify - try to get cgns structured mesh coordinate mods working
    
    * IOSS: io_modify - fix coordinate modification routines
    
    * IOSS: io_modify - try to handle block geometry modify in cgns
    
    * IOSS: io_info -- bbox works for structured mesh
    
    * IOSS: io_modify - redo geometry transformation code
    
    ---------
    
    Co-authored-by: Greg Sjaardema <gdsjaar@sandia.gov>
    gsjaardema and gdsjaar committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    092c2dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c256a1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b87752f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3e2e1e View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    91db5fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74dd29c View commit details
    Browse the repository at this point in the history
  3. CI: Actually trigger build...

    gsjaardema authored and gdsjaar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8c769ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a2a73d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4596de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bab1c0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5132572 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4af6e3d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

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

Commits on Apr 22, 2024

  1. APREPRO: Fix some issues found in sierra input files

    * Testing an undefined variable against a string in a boolean (EQ, NE, LT, ...) was always returning true.
    
      . Changed such that an undefined variable in a boolean test with a
        string expression treats the undefined variable as the empty
        string.
           `{if (undefined_var == "Greg")}'
        Will parse as
           `{if ("" == "Greg")}'
        and output an undefined_variable warning.
    
    * The `exp()` function will output an ERANGE error for both underflow
      and overflow.  We are ok with underflow not giving an error.
      Changed so only get math error in case of overflow.
    gdsjaar committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    cd54cb8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b15e4b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d52f3d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdecb8d View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    aae2234 View commit details
    Browse the repository at this point in the history
  2. APREPRO: Refactor last change

    gdsjaar committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    2a3a551 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6632fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4532a16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe93648 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b899274 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3accf17 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    14fd601 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    7adc5d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7adbf79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87dad93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    652c8ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57f2943 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

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

Commits on Apr 30, 2024

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

Commits on May 2, 2024

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

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    a57e8a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa37e6f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdd53f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0bac91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5759165 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34d9778 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a06cb91 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    8708e01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea03305 View commit details
    Browse the repository at this point in the history
  3. IOSS: Remove debug print

    gdsjaar committed May 8, 2024
    Configuration menu
    Copy the full SHA
    c6f666f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    017a305 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63afb17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    93f04dd View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    e10ad7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dd911d View commit details
    Browse the repository at this point in the history
  3. EXODUS: Fix pipestatus values

    gdsjaar committed May 13, 2024
    Configuration menu
    Copy the full SHA
    6235432 View commit details
    Browse the repository at this point in the history
  4. EXODUS: Fix windows build

    gdsjaar committed May 13, 2024
    Configuration menu
    Copy the full SHA
    35abc47 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7196f7d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    b207eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59a29b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa03d28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66d6a3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d9e701 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. EXODUS: Improve portability

    gdsjaar committed May 15, 2024
    Configuration menu
    Copy the full SHA
    f8178bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f2fe4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f47e72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5902737 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    28616bf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5ad8c7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bff2adc View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    3245629 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d19c73a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3bdc85 View commit details
    Browse the repository at this point in the history
  4. IOSS: Minor cleanup/refactor

    gdsjaar committed May 20, 2024
    Configuration menu
    Copy the full SHA
    0a20b38 View commit details
    Browse the repository at this point in the history
  5. NEM_SLICE: Minor fix

    gdsjaar committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bb93b9c View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    4775e7c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    954856b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a1e480 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    2fdbeef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7494b3c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    f98cad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    440c473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89305b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7b4e63 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    9cf7ee5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f4d788 View commit details
    Browse the repository at this point in the history
  3. EXODUS: Eliminate memory leak

    gdsjaar committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fff80de View commit details
    Browse the repository at this point in the history
  4. EXODUS: Fix spelling error

    gdsjaar committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2f768c7 View commit details
    Browse the repository at this point in the history
  5. EXODUS: Fix compiler warning

    gdsjaar committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3cdd25f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b9969d View commit details
    Browse the repository at this point in the history
  7. Spelling fixes [ci skip]

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

Commits on May 30, 2024

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