Reconstruction Schemes at order 2 The scheme is defined in the interval [0:+1]. More...
Data Types | |
| type | t_rec_scheme_o2 |
Functions/Subroutines | |
| subroutine | compute_stencil (self, step, steps, derivative) |
Variables | |
| type(t_rec_scheme_o2), target | rec_scheme_o2 |
Reconstruction Schemes at order 2 The scheme is defined in the interval [0:+1].
| subroutine mod_rec_scheme_o2::compute_stencil | ( | class(t_rec_scheme_o2), intent(inout) | self, |
| double precision, intent(in) | step, | ||
| double precision, dimension(:), intent(in) | steps, | ||
| integer, intent(in), optional | derivative ) |
| type(t_rec_scheme_o2), target mod_rec_scheme_o2::rec_scheme_o2 |