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 multiple root finding #121

Merged
merged 93 commits into from
Jun 27, 2024
Merged

Impl multiple root finding #121

merged 93 commits into from
Jun 27, 2024

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    66f26b0 View commit details
    Browse the repository at this point in the history
  2. [wip] Rename RootSolverBrent

    cpmech committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c347d0a View commit details
    Browse the repository at this point in the history
  3. [wip] Impl multi root finder

    cpmech committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e86bc52 View commit details
    Browse the repository at this point in the history
  4. Fix MultiRootSolverInterp

    cpmech committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    47bb97a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. [wip] MultiRoot solver

    cpmech committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1ed888f View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

Commits on Jun 18, 2024

  1. [wip] Plot multiple roots

    cpmech committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    fef2244 View commit details
    Browse the repository at this point in the history
  2. [wip] Multiple roots tests

    cpmech committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cb791c6 View commit details
    Browse the repository at this point in the history
  3. [wip] Multiple roots tests

    cpmech committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    891b857 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. [wip] Use Boyd's tolerances

    cpmech committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    521c57a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f577bd5 View commit details
    Browse the repository at this point in the history
  3. [wip] Test multi root solver

    cpmech committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    36e6541 View commit details
    Browse the repository at this point in the history
  4. [wip] Impl polish roots

    cpmech committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    29221a6 View commit details
    Browse the repository at this point in the history
  5. [wip] Chebyshev interpolation

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

Commits on Jun 20, 2024

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

Commits on Jun 21, 2024

  1. Fix typo

    cpmech committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e374bef View commit details
    Browse the repository at this point in the history
  2. [wip] Chebyshev interpolation

    cpmech committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a5a0d27 View commit details
    Browse the repository at this point in the history
  3. [wip] InterpChebyshev

    cpmech committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2c066bb View commit details
    Browse the repository at this point in the history
  4. Fix comment

    cpmech committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    59e6321 View commit details
    Browse the repository at this point in the history
  5. [wip] InterpChebyshev

    cpmech committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    da235c9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. [wip] Improve test

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

Commits on Jun 24, 2024

  1. Improve comments

    cpmech committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    86fd402 View commit details
    Browse the repository at this point in the history
  2. Add example

    cpmech committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ef3bacc View commit details
    Browse the repository at this point in the history
  3. Simplify test

    cpmech committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6f1c887 View commit details
    Browse the repository at this point in the history
  4. Add example

    cpmech committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1287999 View commit details
    Browse the repository at this point in the history
  5. Add example

    cpmech committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e7b6b0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1d51e3f View commit details
    Browse the repository at this point in the history
  7. [lab] Improve InterpChebyshev

    cpmech committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f06553f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a335e09 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2b7c251 View commit details
    Browse the repository at this point in the history
  10. Clean up MultiRootSolverCheby

    cpmech committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f056970 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2589db0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e72fb1f View commit details
    Browse the repository at this point in the history
  13. Improve doc comments

    cpmech committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7023cbc View commit details
    Browse the repository at this point in the history
  14. Impl mat_eigenvalues

    cpmech committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    c288b02 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9a54d11 View commit details
    Browse the repository at this point in the history
  16. Improve doc comments

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

Commits on Jun 25, 2024

  1. Configuration menu
    Copy the full SHA
    8de1159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e5206f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01c1a28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f320dd View commit details
    Browse the repository at this point in the history
  5. Make TOL_RANGE public

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f8945f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eef2392 View commit details
    Browse the repository at this point in the history
  7. Add test

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    9416626 View commit details
    Browse the repository at this point in the history
  8. Add test

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ad55ad6 View commit details
    Browse the repository at this point in the history
  9. Improve test

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    ad99609 View commit details
    Browse the repository at this point in the history
  10. Add test

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    42412f5 View commit details
    Browse the repository at this point in the history
  11. Improve test

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4b8e923 View commit details
    Browse the repository at this point in the history
  12. Add test

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    51fd4f5 View commit details
    Browse the repository at this point in the history
  13. Add test

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c1d7f55 View commit details
    Browse the repository at this point in the history
  14. Improve test

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    d5a8099 View commit details
    Browse the repository at this point in the history
  15. Add test

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e0e5e26 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    705d8a1 View commit details
    Browse the repository at this point in the history
  17. Improve tests

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    36ab8e5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4a09f11 View commit details
    Browse the repository at this point in the history
  19. Improve test

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    fc2d886 View commit details
    Browse the repository at this point in the history
  20. Add example

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5f4990e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f68541f View commit details
    Browse the repository at this point in the history
  22. Simplify example

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    48b22c2 View commit details
    Browse the repository at this point in the history
  23. Add doc examples

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4ee1499 View commit details
    Browse the repository at this point in the history
  24. Rename function new_adapt_f

    cpmech committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    034cd68 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    e62dfbf View commit details
    Browse the repository at this point in the history
  2. Add examples to Readme

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    164dcb2 View commit details
    Browse the repository at this point in the history
  3. Add test

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    30f80cf View commit details
    Browse the repository at this point in the history
  4. Simplify test

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8e060b4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0ed58b1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    293f29c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9509729 View commit details
    Browse the repository at this point in the history
  8. Rename figures

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e108f16 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b587c52 View commit details
    Browse the repository at this point in the history
  10. Improve test

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6ea38b1 View commit details
    Browse the repository at this point in the history
  11. Simplify MultiRootSolverChevy

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5d6371b View commit details
    Browse the repository at this point in the history
  12. Rename rootfinding file

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    13ec784 View commit details
    Browse the repository at this point in the history
  13. Rename RootFinding struct

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7547c7a View commit details
    Browse the repository at this point in the history
  14. Rename root_finding file

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    025ba55 View commit details
    Browse the repository at this point in the history
  15. Rename root_finding file

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    eff27e7 View commit details
    Browse the repository at this point in the history
  16. Rename root_finding_brent file

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5ddbe05 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a603d45 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f6d752c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    684fd15 View commit details
    Browse the repository at this point in the history
  20. Rename polish roots to refine

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c9af9b1 View commit details
    Browse the repository at this point in the history
  21. Impl vec_fmt_scientific

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    6252cec View commit details
    Browse the repository at this point in the history
  22. Fix refine function calling

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    aee0b28 View commit details
    Browse the repository at this point in the history
  23. Rename figures

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    398dfe0 View commit details
    Browse the repository at this point in the history
  24. Rename example

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    81731e1 View commit details
    Browse the repository at this point in the history
  25. Improve doc comments

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    22cb6eb View commit details
    Browse the repository at this point in the history
  26. [Important] Use absolute tolerance in RootFinding. Enable finding roo…

    …ts with higher multiplicity
    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    fcf7b93 View commit details
    Browse the repository at this point in the history
  27. Improve root finding test

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2dc684a View commit details
    Browse the repository at this point in the history
  28. Rename root_finder files

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    e2d9ce6 View commit details
    Browse the repository at this point in the history
  29. Rename RootFinder

    cpmech committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b8eb8a3 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7db4b37 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    6af0b05 View commit details
    Browse the repository at this point in the history
  2. Add test

    cpmech committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    369d5bb View commit details
    Browse the repository at this point in the history