Compound scheme for the advection and diffusion operators in a transport equation.
|
type | time_scheme_controller_t |
| Implements the logic to compute the time coefficients for the advection and diffusion operators in a transport equation. More...
|
|
◆ time_scheme_controller_free()
◆ time_scheme_controller_init()
- Parameters
-
torder | Desired order of the scheme: 1, 2, 3. This sets the order for the diffusion scheme only. |
Definition at line 110 of file time_scheme_controller.f90.
◆ time_scheme_controller_set_coeffs()
subroutine time_scheme_controller::time_scheme_controller_set_coeffs |
( |
class(time_scheme_controller_t) |
this, |
|
|
real(kind=rp), dimension(10), intent(inout) |
dt |
|
) |
| |
|
private |
Implements all necessary logic to handle
- Parameters
-
t | Timestep values, first element is the current timestep. |
Definition at line 144 of file time_scheme_controller.f90.