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

Impl ordinary diff equation solver #77

Merged
merged 328 commits into from
Mar 8, 2024
Merged
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    8e1ac91 View commit details
    Browse the repository at this point in the history
  2. [wip] Add sample ODE

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    84551a7 View commit details
    Browse the repository at this point in the history
  3. Fix sample

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    5a29439 View commit details
    Browse the repository at this point in the history
  4. Add test

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    feea5bd View commit details
    Browse the repository at this point in the history
  5. [Important] Rename parameters

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    1f580fe View commit details
    Browse the repository at this point in the history
  6. [wip] Organize parameters

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    54ca76a View commit details
    Browse the repository at this point in the history
  7. Rename files

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    276d401 View commit details
    Browse the repository at this point in the history
  8. Rename Params

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d7b3a00 View commit details
    Browse the repository at this point in the history
  9. Rename Solver

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3e5bdb3 View commit details
    Browse the repository at this point in the history
  10. Rename System

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    23aab5d View commit details
    Browse the repository at this point in the history
  11. Fix doc

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    e8421dd View commit details
    Browse the repository at this point in the history
  12. Remove unused files

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    6cfc343 View commit details
    Browse the repository at this point in the history
  13. Improve doc

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    36502c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fffb823 View commit details
    Browse the repository at this point in the history
  15. Fix check

    cpmech committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    fac9316 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Improve Params

    cpmech committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    c86cb61 View commit details
    Browse the repository at this point in the history
  2. Improve test

    cpmech committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    280dcb1 View commit details
    Browse the repository at this point in the history
  3. [wip] Radau5

    cpmech committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    096b057 View commit details
    Browse the repository at this point in the history
  4. Remove phantom data

    cpmech committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    3621161 View commit details
    Browse the repository at this point in the history
  5. [wip] Radau5

    cpmech committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    ea0f953 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02d4716 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    7dd5ac4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c2d3bf View commit details
    Browse the repository at this point in the history
  3. Make CooMatrix generic

    cpmech committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    aa6c63e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1bb5846 View commit details
    Browse the repository at this point in the history
  5. Add tests

    cpmech committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    9048b7d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f69c6cd View commit details
    Browse the repository at this point in the history
  7. [wip] Coo to Csc matrix

    cpmech committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    268ea98 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    084e141 View commit details
    Browse the repository at this point in the history
  2. Improve comments

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    6d61492 View commit details
    Browse the repository at this point in the history
  3. Improve comment

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    0ac259c View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary cast

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f89e65a View commit details
    Browse the repository at this point in the history
  5. [sparse] Use samples in tests

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    ca3e970 View commit details
    Browse the repository at this point in the history
  6. [sparse] Use samples in tests

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    8278787 View commit details
    Browse the repository at this point in the history
  7. [sparse] Add tests

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    abf3626 View commit details
    Browse the repository at this point in the history
  8. [sparse] Add tests

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b2e0eaa View commit details
    Browse the repository at this point in the history
  9. [sparse] Add tests

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    bffda00 View commit details
    Browse the repository at this point in the history
  10. [sparse] Add aux code

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c31a1d6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ecc25cc View commit details
    Browse the repository at this point in the history
  12. [sparse] Shuffle sample data

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    748e0b5 View commit details
    Browse the repository at this point in the history
  13. [sparse] Improve comment

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c7c1952 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8c97657 View commit details
    Browse the repository at this point in the history
  15. [sparse] Improve comments

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    691fe5a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    86ae77c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    afa07f5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9e05494 View commit details
    Browse the repository at this point in the history
  19. [sparse] Improve comments

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    1ee912b View commit details
    Browse the repository at this point in the history
  20. Improve comments about types

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    e491127 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    53ff4e8 View commit details
    Browse the repository at this point in the history
  22. [sparse] Fix doc

    cpmech committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    62a1664 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2024

  1. [sparse] Add tests

    cpmech committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    e5e47b3 View commit details
    Browse the repository at this point in the history
  2. [sparse] Add sample

    cpmech committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    4286f85 View commit details
    Browse the repository at this point in the history
  3. [sparse] Add tests

    cpmech committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    1966f71 View commit details
    Browse the repository at this point in the history
  4. [sparse] Add sample

    cpmech committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    bd605ee View commit details
    Browse the repository at this point in the history
  5. [sparse] Add sample

    cpmech committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    7bd77ce View commit details
    Browse the repository at this point in the history
  6. [sparse] Add tests

    cpmech committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    2cbd225 View commit details
    Browse the repository at this point in the history
  7. [sparse] Add tests

    cpmech committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    4edcdde View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2cd9738 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. [sparse] Fix grammar

    cpmech committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    7af43b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe5e107 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63f242a View commit details
    Browse the repository at this point in the history
  4. [sparse] Add tests

    cpmech committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    aa5a4fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2120c75 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Configuration menu
    Copy the full SHA
    573984d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d7455b View commit details
    Browse the repository at this point in the history
  3. [ode] Fix dep version

    cpmech committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3b73850 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3be5f44 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    7b42f7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43ea14d View commit details
    Browse the repository at this point in the history
  3. [lab] Impl complex_mat_update

    cpmech committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    eb0486d View commit details
    Browse the repository at this point in the history
  4. [lab] Fix doc tests

    cpmech committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ce885cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    abfdbb1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9866157 View commit details
    Browse the repository at this point in the history
  7. [sparse] Fix doc test

    cpmech committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    eff66de View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. [sparse] [wip] Complex UMFPACK

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a10799d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6b83ba View commit details
    Browse the repository at this point in the history
  3. [sparse] Add sample

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    dadcff2 View commit details
    Browse the repository at this point in the history
  4. [sparse] [wip] Add test

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    96c65f8 View commit details
    Browse the repository at this point in the history
  5. [lab] Add test

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e83defb View commit details
    Browse the repository at this point in the history
  6. [sparse] Improve sample

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    0b819de View commit details
    Browse the repository at this point in the history
  7. [sparse] Fix test

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    7c4dcf8 View commit details
    Browse the repository at this point in the history
  8. [sparse] Add sample

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    fdf89a7 View commit details
    Browse the repository at this point in the history
  9. [sparse] Add test

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    32788aa View commit details
    Browse the repository at this point in the history
  10. [sparse] Add tests

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    e416e27 View commit details
    Browse the repository at this point in the history
  11. [sparse] Add tests

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    297bd00 View commit details
    Browse the repository at this point in the history
  12. [sparse] Improve tests

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    721ac71 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f3f4c4c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    290dc94 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    86cbd61 View commit details
    Browse the repository at this point in the history
  16. [sparse] Improve samples

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c81b53a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e9e5794 View commit details
    Browse the repository at this point in the history
  18. [sparse] Add tests

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    ef8c1bf View commit details
    Browse the repository at this point in the history
  19. [sparse] Add tests

    cpmech committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    2d64d74 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. [sparse] Organize tests: MUMPS

    cpmech committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7a800d3 View commit details
    Browse the repository at this point in the history
  2. [sparse] Improve test

    cpmech committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9bc7773 View commit details
    Browse the repository at this point in the history
  3. [sparse] Add example

    cpmech committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    71317c4 View commit details
    Browse the repository at this point in the history
  4. [sparse] Improve memcheck

    cpmech committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9013aee View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    22ec39f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    889fcba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05efa58 View commit details
    Browse the repository at this point in the history
  4. [sparse] Improve comment

    cpmech committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    6fbfa9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    937a081 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0bec36 View commit details
    Browse the repository at this point in the history
  7. [lab] Impl complex_mat_unzip

    cpmech committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    faeb7c1 View commit details
    Browse the repository at this point in the history
  8. [lab] Impl complex_vec_unzip

    cpmech committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    73e6900 View commit details
    Browse the repository at this point in the history
  9. [lab] Improve doc tests

    cpmech committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a774c19 View commit details
    Browse the repository at this point in the history
  10. [lab] Fix mod.rs

    cpmech committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    24c0ee1 View commit details
    Browse the repository at this point in the history
  11. [sparse] [wip] Impl Radau5

    cpmech committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8ebcda9 View commit details
    Browse the repository at this point in the history
  12. [ode] Improve OdeSolver

    cpmech committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    cb94d61 View commit details
    Browse the repository at this point in the history
  13. [ode] Rename ode solver files

    cpmech committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    72d4ad8 View commit details
    Browse the repository at this point in the history
  14. [ode] Rename OdeSolverTrait

    cpmech committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    7c315bd View commit details
    Browse the repository at this point in the history
  15. [ode] Rename OdeSolver

    cpmech committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c11e1b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. [lab] Fix test name

    cpmech committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    841dc0a View commit details
    Browse the repository at this point in the history
  2. [lab] Fix test name

    cpmech committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    80bd8c4 View commit details
    Browse the repository at this point in the history
  3. [ode] [wip] Radau5

    cpmech committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    9a37259 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71a641d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b430ad View commit details
    Browse the repository at this point in the history
  6. [ode] [wip] Radau5 (working)

    cpmech committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    c074561 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. [ode] Rewrite test function

    cpmech committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    9bf6486 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. [ode] Organize params

    cpmech committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3b76330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2103091 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e65b796 View commit details
    Browse the repository at this point in the history
  4. [ode] Add check for x == x1

    cpmech committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    20eeb20 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    c3c3102 View commit details
    Browse the repository at this point in the history
  2. [ode] Ignore log txt file

    cpmech committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    d5f3eb9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cac0e67 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3b3b2fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad048ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da596c9 View commit details
    Browse the repository at this point in the history
  7. [ode] Improve tests

    cpmech committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    ed4c509 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c7f4add View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e0d644b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f264d3 View commit details
    Browse the repository at this point in the history
  11. [ode] Rename push_step method

    cpmech committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    79bdcc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    fa1c45e View commit details
    Browse the repository at this point in the history
  2. [ode] Improve Output

    cpmech committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f67f342 View commit details
    Browse the repository at this point in the history
  3. [ode] Add prelude

    cpmech committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    2b7376b View commit details
    Browse the repository at this point in the history
  4. [ode] Fix dense output

    cpmech committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    b36bf76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccf0ceb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b30a10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e73a281 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2a5d6f9 View commit details
    Browse the repository at this point in the history
  9. [ode] Organize tests

    cpmech committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    900922e View commit details
    Browse the repository at this point in the history
  10. [ode] Rename log files

    cpmech committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    baddbad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    390677a View commit details
    Browse the repository at this point in the history
  12. [ode] Improve compare script

    cpmech committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a5a8a06 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9ffa6a7 View commit details
    Browse the repository at this point in the history
  14. [ode] Rename debug test files

    cpmech committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    adf6e64 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a33d27 View commit details
    Browse the repository at this point in the history
  16. [ode] Rename test files

    cpmech committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    29a14ac View commit details
    Browse the repository at this point in the history
  17. [ode] Rename test functions

    cpmech committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    8665368 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4d806d0 View commit details
    Browse the repository at this point in the history
  19. [ode] Split dopri5 test files

    cpmech committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    432ea1b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5935a7f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. [ode] Improve params

    cpmech committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    cd0522b View commit details
    Browse the repository at this point in the history
  2. [ode] Improve doc comments

    cpmech committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    e124e03 View commit details
    Browse the repository at this point in the history
  3. [ode] Add comments in Radau5

    cpmech committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    09dea8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48b1dac View commit details
    Browse the repository at this point in the history
  5. [ode] Rename script

    cpmech committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    40a2055 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0bbef1f View commit details
    Browse the repository at this point in the history
  7. [ode] Check DoPri5

    cpmech committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    72a5388 View commit details
    Browse the repository at this point in the history
  8. [ode] Rename variable

    cpmech committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    9ac177d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    632c2bc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    89a44df View commit details
    Browse the repository at this point in the history
  2. [ode] Add test

    cpmech committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7238246 View commit details
    Browse the repository at this point in the history
  3. [ode] Add DoPri8 test

    cpmech committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f89b7dc View commit details
    Browse the repository at this point in the history
  4. [ode] Improve doc comment

    cpmech committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f495669 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbec082 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    09d5da7 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. [ode] Improve doc comments

    cpmech committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    4774b15 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b33bd View commit details
    Browse the repository at this point in the history
  3. [ode] Add robertson's test

    cpmech committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    969f0e8 View commit details
    Browse the repository at this point in the history
  4. [ode] Fix robertson's test

    cpmech committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    bf7e437 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e21ee1c View commit details
    Browse the repository at this point in the history
  6. [ode] [wip] Amplifier problem

    cpmech committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    ab0ac6e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    67771f6 View commit details
    Browse the repository at this point in the history
  2. [ode] Add the Amplifier test

    cpmech committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    09eb3c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    06d5cf5 View commit details
    Browse the repository at this point in the history
  2. [ode] Organize ERK code

    cpmech committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5d1e5fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fde6db5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07cf883 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d72e578 View commit details
    Browse the repository at this point in the history
  6. [ode] Add tests

    cpmech committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    513c27b View commit details
    Browse the repository at this point in the history
  7. [ode] Rename debug flag

    cpmech committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9312e94 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    312ae2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    88f0d3b View commit details
    Browse the repository at this point in the history
  10. [ode] Improve comment

    cpmech committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a418997 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9d130c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    a4212a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8a6d58d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbced5c View commit details
    Browse the repository at this point in the history
  4. [ode] Add test

    cpmech committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    e4f2122 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bd83583 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0a17e32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    257b57b View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. [ode] Improve samples

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    610ce0b View commit details
    Browse the repository at this point in the history
  2. [ode] Improve doc comments

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    32d322f View commit details
    Browse the repository at this point in the history
  3. [ode] Improve test script

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    0db7d77 View commit details
    Browse the repository at this point in the history
  4. [ode] Improve comments

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    5b868cc View commit details
    Browse the repository at this point in the history
  5. [ode] Organize tests

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    1bc0ee1 View commit details
    Browse the repository at this point in the history
  6. [ode] Improve tests

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    cbe00d8 View commit details
    Browse the repository at this point in the history
  7. [ode] Improve tests

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    eebee54 View commit details
    Browse the repository at this point in the history
  8. [ode] Improve test

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    92c63d1 View commit details
    Browse the repository at this point in the history
  9. [ode] Simplify test

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a755c83 View commit details
    Browse the repository at this point in the history
  10. [ode] Add test

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    80bd74e View commit details
    Browse the repository at this point in the history
  11. [ode] Add test

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3084722 View commit details
    Browse the repository at this point in the history
  12. [ode] Add test

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    ff0052d View commit details
    Browse the repository at this point in the history
  13. [ode] Add test

    cpmech committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3782e7e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. [ode] Rename sample

    cpmech committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    70b13c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    410ad88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5770fbc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a15043d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61f2b78 View commit details
    Browse the repository at this point in the history
  6. [ode] Rename sample equation

    cpmech committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    68977ac View commit details
    Browse the repository at this point in the history
  7. [ode] Remove sample eq

    cpmech committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    9ee243d View commit details
    Browse the repository at this point in the history
  8. [ode] Add sample problem

    cpmech committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    76e5cd1 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. [ode] Run initialize inside step in Radau5. Simplify BwEuler. Remove …

    …initialize from Trait
    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b49d050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f61645 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8c4919 View commit details
    Browse the repository at this point in the history
  4. [ode] Fix comment in test

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2d1107c View commit details
    Browse the repository at this point in the history
  5. [ode] Improve test

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2b8819a View commit details
    Browse the repository at this point in the history
  6. [ode] Add test

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    714c276 View commit details
    Browse the repository at this point in the history
  7. [ode] Add test

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    8cefd8e View commit details
    Browse the repository at this point in the history
  8. [ode] Add test

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d9c4682 View commit details
    Browse the repository at this point in the history
  9. [ode] Add test

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d228f93 View commit details
    Browse the repository at this point in the history
  10. [ode] Add test

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    da527a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e41b819 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0332fa7 View commit details
    Browse the repository at this point in the history
  13. [ode] Add test

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    9e49b0b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    985ed1f View commit details
    Browse the repository at this point in the history
  15. [ode] Improve test

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    63b882d View commit details
    Browse the repository at this point in the history
  16. [ode] Rename NoArgs type

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    472f4a7 View commit details
    Browse the repository at this point in the history
  17. [ode] Add sample ODE

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e192da5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f24c130 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    817b2a5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    886d2a5 View commit details
    Browse the repository at this point in the history
  21. [ode] Improve ErkDenseOut

    cpmech committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    332b160 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    2b51f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11d88f8 View commit details
    Browse the repository at this point in the history
  3. [lab] Impl format scientific

    cpmech committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    0459b0b View commit details
    Browse the repository at this point in the history
  4. [ode] Add missing semicolon

    cpmech committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    df13915 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e81d118 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b4acbc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. [ode] Simplify ERK a little

    cpmech committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9d20f46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69c25f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    717bac9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    377c61f View commit details
    Browse the repository at this point in the history
  2. [sparse] [Important] Remove the one_based flag. Store Fortran indices…

    … in MUMPS struct directly
    cpmech committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    55c5c93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31e6310 View commit details
    Browse the repository at this point in the history
  4. [ode] Add tests

    cpmech committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7750622 View commit details
    Browse the repository at this point in the history