-
-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6759ca8
commit d800477
Showing
3 changed files
with
31 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# OrdinaryDiffEqStabalizedIRK | ||
|
||
Explicit stabilized methods utilize an upper bound on the spectral radius of the Jacobian. | ||
Users can supply an upper bound by specifying the keyword argument `eigen_est`, for example | ||
|
||
```julia | ||
`eigen_est = (integrator) -> integrator.eigen_est = upper_bound` | ||
``` | ||
|
||
```@eval | ||
first_steps = evalfile("./common_first_steps.jl") | ||
first_steps("OrdinaryDiffEqStabalizedIRK", "IRKC") | ||
``` | ||
|
||
## Full list of solvers | ||
|
||
```@docs | ||
IRKC | ||
``` | ||
|
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