Reconstruction Scheme: first derivative with a centered scheme at order 3 (at the fixed +1/2 position). This scheme is compatible with non uniform grids. This scheme is fourth order with a uniform grid. More...
Functions/Subroutines | |
| subroutine | t_rec_fast_scheme_o3d1_centered_compute_weights (stencil, nx, dx, shift, preweights) |
| Compute the weights associated to the scheme at each cell in [1:nx]. | |
Variables | |
| type(t_rec_fast_scheme_o3d1_centered), target | rec_fast_scheme_o3d1_centered |
Reconstruction Scheme: first derivative with a centered scheme at order 3 (at the fixed +1/2 position). This scheme is compatible with non uniform grids. This scheme is fourth order with a uniform grid.
| subroutine mod_rec_fast_scheme_o3d1_centered::t_rec_fast_scheme_o3d1_centered_compute_weights | ( | class(t_stencil_1d), intent(in) | stencil, |
| integer, intent(in) | nx, | ||
| double precision, dimension(:), intent(in) | dx, | ||
| integer, intent(in) | shift, | ||
| class(t_int_grid_preweights), dimension(:), intent(inout) | preweights ) |
Compute the weights associated to the scheme at each cell in [1:nx].