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