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

Find derivative recurrences from PDE (via parametric derivative taking) #204

Open
wants to merge 78 commits into
base: main
Choose a base branch
from

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    ebdc6c0 View commit details
    Browse the repository at this point in the history
  2. Hackin with Andreas

    inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d5aac5e View commit details
    Browse the repository at this point in the history
  3. Fix all flake8 issues

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    da538df View commit details
    Browse the repository at this point in the history
  4. Flake8 Issues

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a172fb9 View commit details
    Browse the repository at this point in the history
  5. Flake8 Docstring Issue

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    1ef4f3c View commit details
    Browse the repository at this point in the history
  6. Fix pylint issues

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    75be400 View commit details
    Browse the repository at this point in the history
  7. Add test for Laplace2D

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5116612 View commit details
    Browse the repository at this point in the history
  8. Add test Laplace3D

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    63531c0 View commit details
    Browse the repository at this point in the history
  9. Flake8

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a85dade View commit details
    Browse the repository at this point in the history
  10. Work on improving docs

    inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    412e1fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6476f0b View commit details
    Browse the repository at this point in the history
  12. Update documentation

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    19b5a39 View commit details
    Browse the repository at this point in the history
  13. List comprehension

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    3417a8d View commit details
    Browse the repository at this point in the history
  14. From hardcode to loop

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2195ed0 View commit details
    Browse the repository at this point in the history
  15. Added get_recurrence_order

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c0e3f30 View commit details
    Browse the repository at this point in the history
  16. Unit test for order

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a814284 View commit details
    Browse the repository at this point in the history
  17. Flake8

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c4dd7c9 View commit details
    Browse the repository at this point in the history
  18. Update get_recurrence_order

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f095401 View commit details
    Browse the repository at this point in the history
  19. Add parametric recurrence finder

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    77776f9 View commit details
    Browse the repository at this point in the history
  20. Update recurrence.py

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ba6d408 View commit details
    Browse the repository at this point in the history
  21. Added tests for parametric

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    01a4d06 View commit details
    Browse the repository at this point in the history
  22. Add function skeletons

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2c912b9 View commit details
    Browse the repository at this point in the history
  23. Remove all documentation

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    92d3bec View commit details
    Browse the repository at this point in the history
  24. Added documentation

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8f6e248 View commit details
    Browse the repository at this point in the history
  25. Update recurrence.py

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d9b6777 View commit details
    Browse the repository at this point in the history
  26. Update recurrence.py

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    7102511 View commit details
    Browse the repository at this point in the history
  27. Update recurrence.py

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b3d74f8 View commit details
    Browse the repository at this point in the history
  28. Slight mistake in documentation

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c2432dd View commit details
    Browse the repository at this point in the history
  29. Added narrative

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    a174f46 View commit details
    Browse the repository at this point in the history
  30. Flake - narrative

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0d3728b View commit details
    Browse the repository at this point in the history
  31. Added helmholtz unit test

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    175cbe9 View commit details
    Browse the repository at this point in the history
  32. Documentation tweaks

    inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d35e381 View commit details
    Browse the repository at this point in the history
  33. Documentation

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c0ffbf7 View commit details
    Browse the repository at this point in the history
  34. Code clarity fixes

    inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c13027c View commit details
    Browse the repository at this point in the history
  35. Replaced n_derivs with ode_order

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c7e2ac7 View commit details
    Browse the repository at this point in the history
  36. Update documentation for sphinx

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    99a658f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    a6b03af View commit details
    Browse the repository at this point in the history
  38. Re-request tmrw mrning

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    66ce160 View commit details
    Browse the repository at this point in the history
  39. Flake 8/pylint

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    471342b View commit details
    Browse the repository at this point in the history
  40. Typos and clarification to docs

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ffff865 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    4e09ed0 View commit details
    Browse the repository at this point in the history
  42. Check if ode_in_x is truly cleared

    hirish99 authored and inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    bfa8372 View commit details
    Browse the repository at this point in the history
  43. Hacking during meeting

    inducer committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e363248 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Flake8

    hirish99 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1f30567 View commit details
    Browse the repository at this point in the history
  2. Pylint/Flake8

    hirish99 committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    eef4e78 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Update recurrence.py

    hirish99 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    52b3852 View commit details
    Browse the repository at this point in the history
  2. Update recurrence.py

    hirish99 committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ee23f65 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

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

Commits on Sep 2, 2024

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

Commits on Sep 9, 2024

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

Commits on Sep 12, 2024

  1. sp.cancel

    hirish99 committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4ded696 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Added recurrence+qbx code

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

Commits on Oct 30, 2024

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

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    aa1dab0 View commit details
    Browse the repository at this point in the history
  2. Renamed function for clarity

    hirish99 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    52a859d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Update recurrence.py

    hirish99 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    473d714 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Added 1 test

    hirish99 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    cdd85ad View commit details
    Browse the repository at this point in the history
  2. Update playground.ipynb

    hirish99 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    8beb851 View commit details
    Browse the repository at this point in the history
  3. Added helmholtz3d test

    hirish99 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    4784475 View commit details
    Browse the repository at this point in the history
  4. Laplace3D test

    hirish99 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    c7f7be7 View commit details
    Browse the repository at this point in the history
  5. Check Helmholtz2D

    hirish99 committed Nov 3, 2024
    Configuration menu
    Copy the full SHA
    3bbd2f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Added helmholtz2D test

    hirish99 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a33bd51 View commit details
    Browse the repository at this point in the history
  2. Make recurrenceqbx general

    hirish99 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    310df00 View commit details
    Browse the repository at this point in the history
  3. Helmholtz not checked

    hirish99 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e08fd82 View commit details
    Browse the repository at this point in the history
  4. Ruff formatting

    hirish99 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    dcd96e7 View commit details
    Browse the repository at this point in the history
  5. Formatting

    hirish99 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    f79b6d9 View commit details
    Browse the repository at this point in the history
  6. Delete playground.ipynb

    hirish99 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    b0a6c0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e4627fd View commit details
    Browse the repository at this point in the history
  8. Update recurrence.py

    hirish99 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    81e1fb6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b3d17eb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    044bede View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ebb2422 View commit details
    Browse the repository at this point in the history
  12. Minor style fixes

    inducer committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    60fc51d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a7e685e View commit details
    Browse the repository at this point in the history
  14. Added license/copyright

    hirish99 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e1a1c03 View commit details
    Browse the repository at this point in the history
  15. Remove looping helmholtz3d

    hirish99 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    e52b79a View commit details
    Browse the repository at this point in the history
  16. Looped all test code

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