Interpolation WENO Schemes at order 3.
|
type(t_int_weno_scheme_o3z_backward), target | int_weno_scheme_o3z_backward |
|
type(t_int_weno_scheme_o3z_forward), target | int_weno_scheme_o3z_forward |
|
◆ t_int_weno_scheme_o3z_backward_apply()
double precision function mod_interpolation_weno_scheme_o3z::t_int_weno_scheme_o3z_backward_apply |
( |
class(t_int_weno_scheme_o3z_backward), intent(in) | self, |
|
|
double precision, intent(in) | step, |
|
|
double precision, dimension(:), intent(in) | steps, |
|
|
double precision, dimension(:), intent(in) | values ) |
- Parameters
-
[in,out] | self | The element |
[in] | step | The + step from x(i). It has to be < (x(i+1)-x(i)) |
[in] | steps | The spatial disc. steps between x(i-1) and x(i+1) |
[in] | values | The discrete values (at points) of the function |
- Precondition
- The scheme has already been initialized
◆ t_int_weno_scheme_o3z_forward_apply()
double precision function mod_interpolation_weno_scheme_o3z::t_int_weno_scheme_o3z_forward_apply |
( |
class(t_int_weno_scheme_o3z_forward), intent(in) | self, |
|
|
double precision, intent(in) | step, |
|
|
double precision, dimension(:), intent(in) | steps, |
|
|
double precision, dimension(:), intent(in) | values ) |
- Parameters
-
[in,out] | self | The element |
[in] | step | The - step from x(i) |
[in] | steps | The spatial disc. steps between x(i-1) and x(i+1) |
[in] | values | The discrete values (at points) of the function |
- Precondition
- The scheme has already been initialized