Interpolation WENO interpolation Centered Schemes at order 4.
|
type(t_int_weno_scheme_o4_interpolation_centered), target | int_weno_scheme_o4_interpolation_centered |
|
◆ t_int_weno_scheme_o4_interpolation_centered_apply()
double precision function mod_interpolation_weno_scheme_o4_interpolation::t_int_weno_scheme_o4_interpolation_centered_apply |
( |
class(t_int_weno_scheme_o4_interpolation_centered), 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 of the intervals \( I_i \) where the mean values are defined |
[in] | values | The discrete values (at points) of the function |
- Precondition
- The scheme has already been initialized