Interpolation WENO Reconstruction Centered Schemes at order 4. More...
Functions/Subroutines | |
double precision function | t_int_weno_scheme_o6_4_reconstruction_centered_apply (self, step, steps, values) |
Apply the corresponding scheme. | |
Variables | |
type(t_int_weno_scheme_o6_4_reconstruction_centered), target | int_weno_scheme_o6_4_reconstruction_centered |
Interpolation WENO Reconstruction Centered Schemes at order 4.
double precision function mod_interpolation_weno_scheme_o6_reconstruction::t_int_weno_scheme_o6_4_reconstruction_centered_apply | ( | class(t_int_weno_scheme_o6_4_reconstruction_centered), 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 of the intervals \( I_i \) where the mean values are defined |
[in] | values | The discrete (mean) values of the function |