-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Higher-order implicit Runge-Kutta methods for the partitioned heat equation #415
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 129fc9c - Browse repository at this point
Copy the full SHA 129fc9cView commit details
Commits on Oct 21, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for d050ca2 - Browse repository at this point
Copy the full SHA d050ca2View commit details
Commits on Oct 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b13810 - Browse repository at this point
Copy the full SHA 2b13810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89c750b - Browse repository at this point
Copy the full SHA 89c750bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95c6966 - Browse repository at this point
Copy the full SHA 95c6966View commit details
Commits on Oct 23, 2023
-
Move files of partitioned-heat-conduction/fenics_highOrder to partiti…
…oned-heat-conduction/fenics
Configuration menu - View commit details
-
Copy full SHA for 2469325 - Browse repository at this point
Copy the full SHA 2469325View commit details
Commits on Oct 25, 2023
-
Fixed issue with time derivative. Only Dirichlet participant needs th…
…e time derivative!
Configuration menu - View commit details
-
Copy full SHA for c9f7e67 - Browse repository at this point
Copy the full SHA c9f7e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cffd72 - Browse repository at this point
Copy the full SHA 4cffd72View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 850bb11 - Browse repository at this point
Copy the full SHA 850bb11View commit details
Commits on Nov 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 00007d7 - Browse repository at this point
Copy the full SHA 00007d7View commit details
Commits on Nov 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 51c3720 - Browse repository at this point
Copy the full SHA 51c3720View commit details
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8bc4c1d - Browse repository at this point
Copy the full SHA 8bc4c1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e182ae6 - Browse repository at this point
Copy the full SHA e182ae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe5d6bd - Browse repository at this point
Copy the full SHA fe5d6bdView commit details
Commits on Nov 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b1f1639 - Browse repository at this point
Copy the full SHA b1f1639View commit details -
Configuration menu - View commit details
-
Copy full SHA for fba2d24 - Browse repository at this point
Copy the full SHA fba2d24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 140afa4 - Browse repository at this point
Copy the full SHA 140afa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fef8f25 - Browse repository at this point
Copy the full SHA fef8f25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29fa60b - Browse repository at this point
Copy the full SHA 29fa60bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d410f66 - Browse repository at this point
Copy the full SHA d410f66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 075b651 - Browse repository at this point
Copy the full SHA 075b651View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b9d9cb - Browse repository at this point
Copy the full SHA 1b9d9cbView commit details -
With the change, the function shouldn't get into trouble if it created a BSpline with a degree >3
Configuration menu - View commit details
-
Copy full SHA for b149bcd - Browse repository at this point
Copy the full SHA b149bcdView commit details
Commits on Nov 17, 2023
-
Merge pull request #2 from BenjaminRodenberg/refactoring_single_stage
Refactoring: Avoid special treatment for single stage
Configuration menu - View commit details
-
Copy full SHA for 6f4310c - Browse repository at this point
Copy the full SHA 6f4310cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a19d9a3 - Browse repository at this point
Copy the full SHA a19d9a3View commit details -
Merge pull request #1 from BenjaminRodenberg/review_2023_11_16
WIP: Import from FEniCS and simplify code.
Configuration menu - View commit details
-
Copy full SHA for 51d5d9c - Browse repository at this point
Copy the full SHA 51d5d9cView commit details
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4c4d9d1 - Browse repository at this point
Copy the full SHA 4c4d9d1View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b87cd4e - Browse repository at this point
Copy the full SHA b87cd4eView commit details
Commits on Nov 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bc2903e - Browse repository at this point
Copy the full SHA bc2903eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85da623 - Browse repository at this point
Copy the full SHA 85da623View commit details -
Configuration menu - View commit details
-
Copy full SHA for 453b480 - Browse repository at this point
Copy the full SHA 453b480View commit details
Commits on Nov 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ba37e9f - Browse repository at this point
Copy the full SHA ba37e9fView commit details
Commits on Nov 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a3a80c8 - Browse repository at this point
Copy the full SHA a3a80c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3d10a4 - Browse repository at this point
Copy the full SHA b3d10a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ef3d38 - Browse repository at this point
Copy the full SHA 2ef3d38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 902511e - Browse repository at this point
Copy the full SHA 902511eView commit details
Commits on Nov 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eaa57f4 - Browse repository at this point
Copy the full SHA eaa57f4View commit details
Commits on Dec 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ff0fef6 - Browse repository at this point
Copy the full SHA ff0fef6View commit details -
Changed some comments and the number of samples which are used for th…
…e B-Spline interpolation
Configuration menu - View commit details
-
Copy full SHA for d6219da - Browse repository at this point
Copy the full SHA d6219daView commit details
Commits on Jan 9, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for bbc6e48 - Browse repository at this point
Copy the full SHA bbc6e48View commit details