|
| subroutine | mod_interpolation_weno_fast_scheme_o5z_reconstruction::int_weno_fast_scheme_o5z_reconstruction_init () |
| |
| subroutine | mod_interpolation_weno_fast_scheme_o5z_reconstruction::t_int_weno_fast_scheme_o5z_rec_compute_weights_backward (stencil, nx, dx, preweights) |
| |
| subroutine | mod_interpolation_weno_fast_scheme_o5z_reconstruction::t_int_weno_fast_scheme_o5z_rec_compute_weights_forward (stencil, nx, dx, preweights) |
| |
| subroutine | mod_interpolation_weno_fast_scheme_o5z_reconstruction::t_int_weno_fast_scheme_o5z_rec_compute_weights_both (stencil, nx, dx, is_backward, preweights) |
| | Compute the weights associated to the scheme at each cell in [1:nx].
|
| |
| double precision function | mod_interpolation_weno_fast_scheme_o5z_reconstruction::t_int_weno_fast_scheme_o5z_reconstruction_backward_apply_fast (self, values, preweights) |
| | Apply the corresponding scheme.
|
| |
| double precision function | mod_interpolation_weno_fast_scheme_o5z_reconstruction::t_int_weno_fast_scheme_o5z_reconstruction_forward_apply_fast (self, values, preweights) |
| | Apply the corresponding scheme.
|
| |