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

Higher-order implicit Runge-Kutta methods for the partitioned heat equation #415

Merged
merged 40 commits into from
Jan 18, 2024

Commits on Oct 20, 2023

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

Commits on Oct 21, 2023

  1. Bug in derivative approximation fixed

    Previously, there were cases, where an empty dictionary was returned by the function.
    Additionally, runtime errors which occured when using single step methods are now fixed, as sub() was not defined for the Function space which is used for ssm
    NiklasVin committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d050ca2 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

  1. Bug fixes

    NiklasVin committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    2b13810 View commit details
    Browse the repository at this point in the history
  2. Bspline interpolation

    NiklasVin committed Oct 22, 2023
    Configuration menu
    Copy the full SHA
    89c750b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95c6966 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Move files of partitioned-heat-conduction/fenics_highOrder to partiti…

    …oned-heat-conduction/fenics
    NiklasVin committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    2469325 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

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

Commits on Nov 1, 2023

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

Commits on Nov 4, 2023

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

Commits on Nov 5, 2023

  1. Print more digits

    NiklasVin committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    51c3720 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    8bc4c1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e182ae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe5d6bd View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    b1f1639 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fba2d24 View commit details
    Browse the repository at this point in the history
  3. Add note.

    BenjaminRodenberg committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    140afa4 View commit details
    Browse the repository at this point in the history
  4. Cleanup.

    BenjaminRodenberg committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    fef8f25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29fa60b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d410f66 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    075b651 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1b9d9cb View commit details
    Browse the repository at this point in the history
  9. Update utils.py

    With the change, the function shouldn't get into trouble if it created a BSpline with a degree >3
    NiklasVin authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b149bcd View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge pull request #2 from BenjaminRodenberg/refactoring_single_stage

    Refactoring: Avoid special treatment for single stage
    NiklasVin authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    6f4310c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a19d9a3 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from BenjaminRodenberg/review_2023_11_16

    WIP: Import from FEniCS and simplify code.
    NiklasVin authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    51d5d9c View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Tidy up code

    NiklasVin committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    4c4d9d1 View commit details
    Browse the repository at this point in the history
  2. Changed odd time derivative computation

    The time of the i-th stage was computed incomprehensible. This was changed by just setting the time to t+c[i]*dt
    NiklasVin committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b87cd4e View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. Added missing source

    NiklasVin committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    bc2903e View commit details
    Browse the repository at this point in the history
  2. Merge

    NiklasVin committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    85da623 View commit details
    Browse the repository at this point in the history
  3. Bad merge fix

    NiklasVin committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    453b480 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Comments

    NiklasVin committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ba37e9f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

    NiklasVin committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    b3d10a4 View commit details
    Browse the repository at this point in the history
  3. Format

    NiklasVin committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2ef3d38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    902511e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Suggested changes

    NiklasVin committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    eaa57f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Merge and format

    NiklasVin committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    ff0fef6 View commit details
    Browse the repository at this point in the history
  2. Changed some comments and the number of samples which are used for th…

    …e B-Spline interpolation
    NiklasVin committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d6219da View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Suggested changes applied in utils.py, move the higher order implemen…

    …tation to a new file and reset heat.py to state of the dev branch
    NiklasVin committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    bbc6e48 View commit details
    Browse the repository at this point in the history