Extrapolation Schemes for at order 3.
|
type(t_ext_scheme_o3_backward), target | ext_scheme_o3_backward_instance |
|
type(t_ext_scheme_o3_forward), target | ext_scheme_o3_forward_instance |
|
◆ t_ext_scheme_o3_backward_fill()
subroutine mod_extrapolation_scheme_o3::t_ext_scheme_o3_backward_fill |
( |
class(t_ext_scheme_o3_backward), intent(inout) | self, |
|
|
double precision, dimension(:), intent(in) | steps ) |
- Parameters
-
[in,out] | self | The scheme to fill |
[in] | steps | The spatial disc. steps between x(i-1) and x(i) |
- Precondition
- The scheme has already been initialized
◆ t_ext_scheme_o3_backward_init()
subroutine mod_extrapolation_scheme_o3::t_ext_scheme_o3_backward_init |
( |
class(t_ext_scheme_o3_backward), intent(inout) | self | ) |
|
- Parameters
-
[in] | self | The scheme to initialize |
◆ t_ext_scheme_o3_forward_fill()
subroutine mod_extrapolation_scheme_o3::t_ext_scheme_o3_forward_fill |
( |
class(t_ext_scheme_o3_forward), intent(inout) | self, |
|
|
double precision, dimension(:), intent(in) | steps ) |
- Parameters
-
[in,out] | self | The scheme to fill |
[in] | steps | The spatial disc. steps between x(i-1) and x(i) |
- Precondition
- The scheme has already been initialized
◆ t_ext_scheme_o3_forward_init()
subroutine mod_extrapolation_scheme_o3::t_ext_scheme_o3_forward_init |
( |
class(t_ext_scheme_o3_forward), intent(inout) | self | ) |
|
- Parameters
-
[in] | self | The scheme to initialize |