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

Feature/arkode sts #541

Merged
merged 411 commits into from
Nov 15, 2024
Merged

Feature/arkode sts #541

merged 411 commits into from
Nov 15, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Sep 11, 2024

  1. Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    cf9ad4f View commit details
    Browse the repository at this point in the history
  2. Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    5e3f41e View commit details
    Browse the repository at this point in the history
  3. Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e5e717f View commit details
    Browse the repository at this point in the history
  4. Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dccd7ee View commit details
    Browse the repository at this point in the history
  5. Update doc/arkode/guide/source/Usage/LSRKStep/User_callable.rst

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    02705f2 View commit details
    Browse the repository at this point in the history
  6. Update doc/arkode/guide/source/Usage/LSRKStep/User_supplied.rst

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dd1bd39 View commit details
    Browse the repository at this point in the history
  7. Update doc/arkode/guide/source/Usage/LSRKStep/User_supplied.rst

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    f5097e1 View commit details
    Browse the repository at this point in the history
  8. Update doc/shared/sundials.bib

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    183de6a View commit details
    Browse the repository at this point in the history
  9. Update src/arkode/arkode_lsrkstep_io.c

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    79c27fa View commit details
    Browse the repository at this point in the history
  10. reinit updates

    maggul committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    bdef9ba View commit details
    Browse the repository at this point in the history
  11. Update src/arkode/arkode_lsrkstep.c

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    1e4e9be View commit details
    Browse the repository at this point in the history
  12. Update examples/arkode/C_serial/lsrk_analytic.c

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c611a4a View commit details
    Browse the repository at this point in the history
  13. Update examples/arkode/C_serial/lsrk_analytic.c

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    0bb539d View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Apply suggestions from code review

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    86759b5 View commit details
    Browse the repository at this point in the history
  2. Formatting

    maggul committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    17f57b3 View commit details
    Browse the repository at this point in the history
  3. Update src/arkode/arkode_lsrkstep_io.c

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    26a4e41 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Fixed Num of RHS evaluations

    maggul committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    38a2e3c View commit details
    Browse the repository at this point in the history
  2. added new functions

    maggul committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    542c038 View commit details
    Browse the repository at this point in the history
  3. printf to arkProcessError

    maggul committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    96ba076 View commit details
    Browse the repository at this point in the history
  4. printf to arkProcessError

    maggul committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    95dd72f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f0233cd View commit details
    Browse the repository at this point in the history
  6. step module parameters

    maggul committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    e7e20ee View commit details
    Browse the repository at this point in the history
  7. step_mem->q update

    maggul committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a0f90e2 View commit details
    Browse the repository at this point in the history
  8. comment update

    maggul committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    ca895a1 View commit details
    Browse the repository at this point in the history
  9. match updates with a different branch

    Co-authored-by: Daniel R. Reynolds <[email protected]>
    maggul and drreynolds authored Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3ccf73b View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. order updates

    maggul committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d8df120 View commit details
    Browse the repository at this point in the history
  2. stagemaxlimit problem

    maggul committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6cdad46 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    3f15b08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48a9be4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56ab7ea View commit details
    Browse the repository at this point in the history
  4. Minor cleanup

    drreynolds committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    2c90942 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c688249 View commit details
    Browse the repository at this point in the history
  6. Fixed conversion 'error'

    drreynolds committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a97df27 View commit details
    Browse the repository at this point in the history
  7. formatting

    drreynolds committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    9a3c241 View commit details
    Browse the repository at this point in the history
  8. Fixed conversion 'error'

    drreynolds committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    d54bccc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8abb3ff View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c16d7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    03536f5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    93c9f79 View commit details
    Browse the repository at this point in the history
  13. formatting

    drreynolds committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5544e8d View commit details
    Browse the repository at this point in the history
  14. formatting

    drreynolds committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    85ba7cb View commit details
    Browse the repository at this point in the history
  15. revision

    maggul committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    08e764d View commit details
    Browse the repository at this point in the history
  16. revision

    maggul committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e28bdfd View commit details
    Browse the repository at this point in the history
  17. formatting

    maggul committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    3b35ba1 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. precision

    maggul committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    ac99a77 View commit details
    Browse the repository at this point in the history
  2. revision

    maggul committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8a39c1a View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    dc7f680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65b62df View commit details
    Browse the repository at this point in the history
  3. revision

    maggul committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    22b75fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1187945 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9bfeb7c View commit details
    Browse the repository at this point in the history
  6. merged

    drreynolds committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8850586 View commit details
    Browse the repository at this point in the history
  7. formatting

    drreynolds committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bf8c1dd View commit details
    Browse the repository at this point in the history
  8. nfe

    maggul committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9fc1e3a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90c4ea6 View commit details
    Browse the repository at this point in the history
  10. revision

    maggul committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7cd161f View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

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

    maggul committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    bbb16e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Formatting

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    031dbb2 View commit details
    Browse the repository at this point in the history
  2. Formatting

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1eeb4b8 View commit details
    Browse the repository at this point in the history
  3. Formatting

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d2725f3 View commit details
    Browse the repository at this point in the history
  4. revision

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8c259ba View commit details
    Browse the repository at this point in the history
  5. Formatting

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    77fe55a View commit details
    Browse the repository at this point in the history
  6. Formatting

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    bcd1524 View commit details
    Browse the repository at this point in the history
  7. revision

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    eae9a3c View commit details
    Browse the repository at this point in the history
  8. Bugfix & formatting

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    b4a4088 View commit details
    Browse the repository at this point in the history
  9. Formatting

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    65fa17c View commit details
    Browse the repository at this point in the history
  10. Formatting

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    37c014b View commit details
    Browse the repository at this point in the history
  11. Test Failure issue

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    f75f0d3 View commit details
    Browse the repository at this point in the history
  12. revert for testing failure

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    c0f7738 View commit details
    Browse the repository at this point in the history
  13. Formatting

    maggul committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1b285ae View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. revision

    maggul committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    529a95b View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. revision

    maggul committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    fd68978 View commit details
    Browse the repository at this point in the history
  2. Formatting

    maggul committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1d8f635 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. revision

    maggul committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    cb2d142 View commit details
    Browse the repository at this point in the history
  2. revision

    maggul committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    88eef15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    247f441 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ab3b556 View commit details
    Browse the repository at this point in the history
  5. Apply suggestions from code review

    Co-authored-by: David Gardner <[email protected]>
    drreynolds and gardner48 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1ebe007 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a55d757 View commit details
    Browse the repository at this point in the history
  7. Apply suggestions from code review

    Co-authored-by: David Gardner <[email protected]>
    drreynolds and gardner48 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a449946 View commit details
    Browse the repository at this point in the history
  8. more braces

    drreynolds committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    42e99d9 View commit details
    Browse the repository at this point in the history
  9. Formatting

    drreynolds committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1376c18 View commit details
    Browse the repository at this point in the history
  10. two more NULL -> nullptr

    drreynolds committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    17e7283 View commit details
    Browse the repository at this point in the history
  11. Apply suggestions from code review

    Co-authored-by: David Gardner <[email protected]>
    drreynolds and gardner48 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    641aaa3 View commit details
    Browse the repository at this point in the history
  12. revision

    maggul committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    05ef2e1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9caf35a View commit details
    Browse the repository at this point in the history
  14. Apply suggestions from code review

    Co-authored-by: David Gardner <[email protected]>
    drreynolds and gardner48 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6a712cc View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. revert NV_Ith_S

    maggul committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    91bd48b View commit details
    Browse the repository at this point in the history
  2. revision

    maggul committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    f3fee73 View commit details
    Browse the repository at this point in the history
  3. revision

    maggul committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    1bda3a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Formatting

    maggul committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7f10591 View commit details
    Browse the repository at this point in the history
  2. revision

    maggul committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    418f60b View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. suncomplextype

    maggul committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    9eb4bff View commit details
    Browse the repository at this point in the history
  2. Formatting

    maggul committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    3b56e31 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. N_Vector Fe

    maggul committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    7725ba2 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Revert "suncomplextype"

    This reverts commit 9eb4bff.
    gardner48 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    125e637 View commit details
    Browse the repository at this point in the history
  2. post revert fixes

    gardner48 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    9048733 View commit details
    Browse the repository at this point in the history
  3. apply formatting

    gardner48 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    b6b9251 View commit details
    Browse the repository at this point in the history
  4. update swig

    gardner48 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6117e71 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. fixed time step and fn issues

    maggul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    60288dd View commit details
    Browse the repository at this point in the history
  2. ss fixed

    maggul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    78355ea View commit details
    Browse the repository at this point in the history
  3. Formatting

    maggul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    75e71d6 View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review

    batch commit
    
    Co-authored-by: David Gardner <[email protected]>
    Co-authored-by: Daniel R. Reynolds <[email protected]>
    3 people authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2376683 View commit details
    Browse the repository at this point in the history
  5. output updates

    maggul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c14f039 View commit details
    Browse the repository at this point in the history
  6. SSP43

    maggul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    273ff5b View commit details
    Browse the repository at this point in the history
  7. Formatting

    maggul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ba066a8 View commit details
    Browse the repository at this point in the history
  8. Revision

    maggul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f367198 View commit details
    Browse the repository at this point in the history
  9. revision

    maggul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d74bb7d View commit details
    Browse the repository at this point in the history
  10. Formatting

    maggul committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    d10e580 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. ProcessStage and DEBUG modes

    maggul committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    382da55 View commit details
    Browse the repository at this point in the history
  2. Revision

    maggul committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    f70d36f View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. reduce redundancy

    maggul committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1c73a1f View commit details
    Browse the repository at this point in the history
  2. reduce redundancy vol.2

    maggul committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ffb3402 View commit details
    Browse the repository at this point in the history
  3. reduce reduncancy

    maggul committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a21dde5 View commit details
    Browse the repository at this point in the history
  4. Bug fix

    maggul committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    1f2dae8 View commit details
    Browse the repository at this point in the history
  5. revision

    maggul committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    842f280 View commit details
    Browse the repository at this point in the history
  6. Revision

    maggul committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    67740dd View commit details
    Browse the repository at this point in the history
  7. Revision

    maggul committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    69e9975 View commit details
    Browse the repository at this point in the history
  8. retry_contraction_fac

    maggul committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    7249041 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. num_of_retries

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    1223171 View commit details
    Browse the repository at this point in the history
  2. default controller is removed

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    92cc337 View commit details
    Browse the repository at this point in the history
  3. LSRKStepSetSSPStageNum

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b16b67e View commit details
    Browse the repository at this point in the history
  4. LSRKStepSetDomEigFrequency

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    0851b0b View commit details
    Browse the repository at this point in the history
  5. LSRKStepSetDomEigSafetyFactor

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    afc5eb6 View commit details
    Browse the repository at this point in the history
  6. dom_eig_fn check

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    637aa06 View commit details
    Browse the repository at this point in the history
  7. output files

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b4b0ee8 View commit details
    Browse the repository at this point in the history
  8. Formatting

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    45df944 View commit details
    Browse the repository at this point in the history
  9. build and test failure fix

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2d13cd9 View commit details
    Browse the repository at this point in the history
  10. build and test

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    7d5cd6c View commit details
    Browse the repository at this point in the history
  11. build and test failure

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9b7777a View commit details
    Browse the repository at this point in the history
  12. Revert and bug fix

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    4ddd292 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0ce3309 View commit details
    Browse the repository at this point in the history
  14. Formatting

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    537d4e1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1abda8f View commit details
    Browse the repository at this point in the history
  16. fixedstep

    maggul committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    32bde67 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. fn_is_current

    maggul committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    437e947 View commit details
    Browse the repository at this point in the history
  2. returns

    maggul committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    09ceda6 View commit details
    Browse the repository at this point in the history
  3. consistency

    maggul committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5a7abdb View commit details
    Browse the repository at this point in the history
  4. revision

    maggul committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    70666b4 View commit details
    Browse the repository at this point in the history
  5. Formatting

    maggul committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    19d3735 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Build-Test Fixes

    maggul committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    898820b View commit details
    Browse the repository at this point in the history
  2. Formatting

    maggul committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    07ae3f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    c00540a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d655f55 View commit details
    Browse the repository at this point in the history
  3. Formatting

    maggul committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    7b6a627 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e76020 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    58aeb0b View commit details
    Browse the repository at this point in the history
  6. updated answers repo

    maggul committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    adb2a0c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1d2c835 View commit details
    Browse the repository at this point in the history
  8. Formatting

    maggul committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    2d4709f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ecda0b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd70097 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4c96b1b View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. CI test bug-fix

    maggul committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c9473c4 View commit details
    Browse the repository at this point in the history
  2. CI testing bug-fix

    maggul committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1e6fcf6 View commit details
    Browse the repository at this point in the history
  3. Updated answer files

    maggul committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    6e45043 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b56e827 View commit details
    Browse the repository at this point in the history
  5. Cleaned up Init function to properly handle the case where an SSP sol…

    …ver is constructed but the method is not manually specified
    drreynolds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b0465b2 View commit details
    Browse the repository at this point in the history
  6. bugfix

    drreynolds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    ca787c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aaeddd1 View commit details
    Browse the repository at this point in the history
  8. Formatting

    drreynolds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    e7ae79b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4bf7ed8 View commit details
    Browse the repository at this point in the history
  10. updated answers commit

    maggul committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    2a7fa04 View commit details
    Browse the repository at this point in the history
  11. merged

    maggul committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    1885df9 View commit details
    Browse the repository at this point in the history
  12. Update answers

    maggul committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    f2e68f3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c8b9f24 View commit details
    Browse the repository at this point in the history
  14. Added missing .out files

    drreynolds committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    efac0ac View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    55a1f55 View commit details
    Browse the repository at this point in the history
  16. update output files

    gardner48 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4bf38a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. extended presicion debug

    maggul committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    518c220 View commit details
    Browse the repository at this point in the history
  2. update output files

    maggul committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2f2fc23 View commit details
    Browse the repository at this point in the history
  3. Formatting

    maggul committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ddf677b View commit details
    Browse the repository at this point in the history
  4. update output files

    maggul committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    67e2272 View commit details
    Browse the repository at this point in the history
  5. update output files

    maggul committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4436648 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52766a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb06cd2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb6b15a View commit details
    Browse the repository at this point in the history
  9. formatting

    drreynolds committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9c2eb5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e9f30fc View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    dc090e9 View commit details
    Browse the repository at this point in the history
  2. merge with develop

    maggul committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    1e3bafd View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. GetNumRhsEvals

    maggul committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    65b2ddd View commit details
    Browse the repository at this point in the history
  2. Formatting and swig

    maggul committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    62cb9ec View commit details
    Browse the repository at this point in the history
  3. update outputs

    maggul committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    cc81dfd View commit details
    Browse the repository at this point in the history
  4. functions reordering

    maggul committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8ddc778 View commit details
    Browse the repository at this point in the history
  5. formatting

    maggul committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4e89b8e View commit details
    Browse the repository at this point in the history
  6. documentation

    maggul committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    5e530ec View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. comment on ARK_RETRY_STEP

    maggul committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    fad0406 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. revision

    maggul committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    bbc8f5c View commit details
    Browse the repository at this point in the history
  2. update outputs

    maggul committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3544773 View commit details
    Browse the repository at this point in the history
  3. update output files

    maggul committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    737a0f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. revision

    maggul committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a9c716a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/arkode-sts' of https://github.com/LLNL/sundials

    …into feature/arkode-sts
    
    Merge
    maggul committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7815632 View commit details
    Browse the repository at this point in the history
  3. formatting

    maggul committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    16570eb View commit details
    Browse the repository at this point in the history
  4. Postpostprocessing

    maggul committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    f0c13cb View commit details
    Browse the repository at this point in the history
  5. ARK_RETRY_STEP counter

    maggul committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4a47450 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. formatting

    maggul committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    c8ca95b View commit details
    Browse the repository at this point in the history
  2. dom eig update logic

    maggul committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    cbc1a61 View commit details
    Browse the repository at this point in the history
  3. RHS recoverable logic

    maggul committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ae9e27c View commit details
    Browse the repository at this point in the history
  4. dom_eig_nst type update

    maggul committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    ddd275d View commit details
    Browse the repository at this point in the history
  5. formatting

    maggul committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    53448fb View commit details
    Browse the repository at this point in the history
  6. update output files

    maggul committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e2ec8cc View commit details
    Browse the repository at this point in the history
  7. update output files

    maggul committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    6c0a099 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. RHS evaluations

    maggul committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8b69095 View commit details
    Browse the repository at this point in the history
  2. Removed resize function

    maggul committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5dbf9cc View commit details
    Browse the repository at this point in the history
  3. formatting

    maggul committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6413b13 View commit details
    Browse the repository at this point in the history
  4. RHS evaluation logic with int

    maggul committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    b8550b8 View commit details
    Browse the repository at this point in the history
  5. SetSTS and SetSSP methods

    maggul committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    2a76c02 View commit details
    Browse the repository at this point in the history
  6. swig and formatting

    maggul committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cda3b22 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    2ce9dda View commit details
    Browse the repository at this point in the history
  2. update .out files

    gardner48 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    95d4d5b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

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

Commits on Nov 6, 2024

  1. STAGE_MAX_LIMIT_DEFAULT

    maggul committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dc65165 View commit details
    Browse the repository at this point in the history
  2. correcting a typo

    maggul committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ce3111a View commit details
    Browse the repository at this point in the history
  3. fomatting

    maggul committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0233ca2 View commit details
    Browse the repository at this point in the history
  4. gitlab issue

    maggul committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    c70a518 View commit details
    Browse the repository at this point in the history
  5. Updated comment

    drreynolds committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    48dac95 View commit details
    Browse the repository at this point in the history
  6. casting req_stages issue

    maggul committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    6fb02ff View commit details
    Browse the repository at this point in the history
  7. formatting

    maggul committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    09bc9f2 View commit details
    Browse the repository at this point in the history
  8. STAGE_MAX_LIMIT_DEFAULT

    maggul committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    bfe960e View commit details
    Browse the repository at this point in the history
  9. formatting

    maggul committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a9537fd View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2024

  1. bulk revision

    maggul committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    33fbc9e View commit details
    Browse the repository at this point in the history
  2. bulk revision

    maggul committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    a3092a7 View commit details
    Browse the repository at this point in the history
  3. bulk revision

    maggul committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    0d8027f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df2b7b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e1de3e View commit details
    Browse the repository at this point in the history
  6. private function macros

    maggul committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    2948ef6 View commit details
    Browse the repository at this point in the history
  7. sunindextype to int in macros

    maggul committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    4d3ac42 View commit details
    Browse the repository at this point in the history
  8. formatting

    maggul committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    ad16071 View commit details
    Browse the repository at this point in the history
  9. Fix time in ProcessStage

    maggul committed Nov 13, 2024
    Configuration menu
    Copy the full SHA
    72719ac View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. ProcessStage time

    maggul committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a471db6 View commit details
    Browse the repository at this point in the history
  2. ARK_FULLRHS_END update

    maggul committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    234ab3c View commit details
    Browse the repository at this point in the history
  3. Removing SUNIround, etc.

    maggul committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    eab9fd8 View commit details
    Browse the repository at this point in the history
  4. formatting and casting

    maggul committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    be895ee View commit details
    Browse the repository at this point in the history
  5. limitting ss by INT_MAX

    maggul committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    7e1c978 View commit details
    Browse the repository at this point in the history
  6. number of stages

    maggul committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b7343d5 View commit details
    Browse the repository at this point in the history
  7. round the sqrt

    maggul committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b338d5e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. bulk revision

    maggul committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    dd93457 View commit details
    Browse the repository at this point in the history
  2. added missing ProcessStages

    maggul committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    5bae0c9 View commit details
    Browse the repository at this point in the history
  3. formatting

    maggul committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    564778c View commit details
    Browse the repository at this point in the history
  4. Update src/arkode/arkode_lsrkstep.c

    Broke long comment into multiple lines.
    drreynolds authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    345727e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8beca20 View commit details
    Browse the repository at this point in the history
  6. change tabs to spaces

    gardner48 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    73ec224 View commit details
    Browse the repository at this point in the history
  7. fn to tempv3

    maggul committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    f783984 View commit details
    Browse the repository at this point in the history
  8. update fn_is_current flag

    gardner48 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    1d49b2d View commit details
    Browse the repository at this point in the history
  9. remove trailing whitespace

    gardner48 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    38a4974 View commit details
    Browse the repository at this point in the history
  10. apply formatting

    gardner48 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a2936e8 View commit details
    Browse the repository at this point in the history
  11. update answers submodule

    gardner48 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    88166f1 View commit details
    Browse the repository at this point in the history
  12. update out files

    gardner48 committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    156ecd3 View commit details
    Browse the repository at this point in the history