Derivative interpolation scheme at order 2 The scheme is defined in the interval [-1:+1]. More...
Data Types | |
| type | t_int_dscheme_o2 |
Functions/Subroutines | |
| subroutine | int_dscheme_o2_compute_stencil (self, step, steps, derivative) |
| Apply the corresponding scheme. | |
Variables | |
| type(t_int_dscheme_o2), target | int_dscheme_o2 |
Derivative interpolation scheme at order 2 The scheme is defined in the interval [-1:+1].
| subroutine mod_int_dscheme_o2::int_dscheme_o2_compute_stencil | ( | class(t_int_dscheme_o2), intent(inout) | self, |
| double precision, intent(in) | step, | ||
| double precision, dimension(:), intent(in) | steps, | ||
| integer, intent(in), optional | derivative ) |
Apply the corresponding scheme.
| [in,out] | self | The element |
| [in] | step | The + step from x(i). |
| [in] | steps | The spatial disc. steps of the intervals \( I_i \) where the values are defined |
| [in] | derivative | Dummy parameter (the derivative is 1) |
| type(t_int_dscheme_o2), target mod_int_dscheme_o2::int_dscheme_o2 |