-
-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplify RadauTableau Generation redux
- Loading branch information
1 parent
1b537a0
commit c9cfa4f
Showing
10 changed files
with
226 additions
and
371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...iffEqFIRKGenerator/test/ode_firk_tests.jl → ...fEqFIRK/test/ode_high_order_firk_tests.jl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
using SafeTestsets | ||
|
||
@time @safetestset "FIRK Tests" include("ode_firk_tests.jl") | ||
@time @safetestset "High Order FIRK Tests" include("ode_high_order_firk_tests.jl") |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
127 changes: 0 additions & 127 deletions
127
lib/OrdinaryDiffEqFIRKGenerator/src/OrdinaryDiffEqFIRKGenerator.jl
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.