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:
Function/Subroutine Documentation
◆ finalize()
|
private |
Definition at line 119 of file timedisc_cashkarp.f90.
◆ inittimedisc_cashkarp()
|
private |
Definition at line 72 of file timedisc_cashkarp.f90.
◆ setbutchertableau()
|
private |
set coefficients for Cash-Karp scheme
Definition at line 95 of file timedisc_cashkarp.f90.
Variable Documentation
◆ odesolver_name
|
private |
Definition at line 62 of file timedisc_cashkarp.f90.