Interpolation WENO Schemes at order 3. More...
Functions/Subroutines | |
double precision function | t_int_weno_scheme_o3_backward_apply (self, step, steps, values) |
Apply the corresponding scheme. | |
double precision function | t_int_weno_scheme_o3_forward_apply (self, step, steps, values) |
Apply the corresponding scheme. | |
Variables | |
type(t_int_weno_scheme_o3_backward), target | int_weno_scheme_o3_backward |
type(t_int_weno_scheme_o3_forward), target | int_weno_scheme_o3_forward |
Interpolation WENO Schemes at order 3.
double precision function mod_interpolation_weno_scheme_o3::t_int_weno_scheme_o3_backward_apply | ( | class(t_int_weno_scheme_o3_backward), intent(in) | self, |
double precision, intent(in) | step, | ||
double precision, dimension(:), intent(in) | steps, | ||
double precision, dimension(:), intent(in) | values ) |
Apply the corresponding scheme.
[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 |
double precision function mod_interpolation_weno_scheme_o3::t_int_weno_scheme_o3_forward_apply | ( | class(t_int_weno_scheme_o3_forward), intent(in) | self, |
double precision, intent(in) | step, | ||
double precision, dimension(:), intent(in) | steps, | ||
double precision, dimension(:), intent(in) | values ) |
Apply the corresponding scheme.
[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 |