timedisc_cashkarp_mod Module Reference
subroutines for embedded Runge-Kutta method More...
Data Types | |
type | timedisc_cashkarp |
Functions/Subroutines | |
subroutine | inittimedisc_cashkarp (this, Mesh, Physics, config, IO) |
subroutine | setbutchertableau (this) |
set coefficients for Cash-Karp scheme More... | |
subroutine | finalize (this) |
Variables | |
character(len=32), parameter | odesolver_name = "Cash-Karp method" |
Detailed Description
subroutines for embedded Runge-Kutta method
Reference:
- [engeln2006] G.Engeln-Müllges & F.Reutter (Book)
- [cash1990] Cash, J. R., & Karp, A. H. (1990). A variable order Runge-Kutta method for initial value problems with rapidly varying right-hand sides. ACM Transactions on Mathematical Software (TOMS), 16(3), 201-222.
Function/Subroutine Documentation
◆ finalize()
|
private |
Definition at line 120 of file timedisc_cashkarp.f90.
◆ inittimedisc_cashkarp()
|
private |
Definition at line 73 of file timedisc_cashkarp.f90.
◆ setbutchertableau()
|
private |
set coefficients for Cash-Karp scheme
Definition at line 96 of file timedisc_cashkarp.f90.
Variable Documentation
◆ odesolver_name
|
private |
Definition at line 62 of file timedisc_cashkarp.f90.