Explicit extrapolation scheme for time integration.
◆ ext_time_scheme_compute_coeffs()
subroutine ext_time_scheme::ext_time_scheme_compute_coeffs |
( |
real(kind=rp), dimension(4), intent(out) |
coeffs, |
|
|
real(kind=rp), dimension(10), intent(in) |
dt, |
|
|
integer, intent(in) |
order |
|
) |
| |
- Parameters
-
t | Timestep values, first element is the current timestep. |
order | Order the scheme. |
Definition at line 98 of file ext_time_scheme.f90.
◆ ext_time_scheme_compute_modified_coeffs()
subroutine ext_time_scheme::ext_time_scheme_compute_modified_coeffs |
( |
real(kind=rp), dimension(4), intent(out) |
coeffs, |
|
|
real(kind=rp), dimension(10), intent(in) |
dt |
|
) |
| |
|
private |
- Parameters
-
t | Timestep values, first element is the current timestep. |
Definition at line 123 of file ext_time_scheme.f90.