0.6.0
Loading...
Searching...
No Matches
weno_fast_scheme_o5z_reconstruction.f90 File Reference

Data Types

type  mod_interpolation_weno_fast_scheme_o5z_reconstruction::t_int_weno_fast_scheme_o5
 
type  mod_interpolation_weno_fast_scheme_o5z_reconstruction::t_int_weno_fast_scheme_o5z_reconstruction_backward
 
type  mod_interpolation_weno_fast_scheme_o5z_reconstruction::t_int_weno_fast_scheme_o5z_reconstruction_forward
 

Modules

module  mod_interpolation_weno_fast_scheme_o5z_reconstruction
 Interpolation WENO Reconstruction Schemes at order 5 at the fixed position. This scheme is compatible with non uniform grids.
 

Functions/Subroutines

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.
 

Variables

type(t_int_weno_fast_scheme_o5z_reconstruction_backward), target mod_interpolation_weno_fast_scheme_o5z_reconstruction::int_weno_fast_scheme_o5z_reconstruction_backward
 
type(t_int_weno_fast_scheme_o5z_reconstruction_forward), target mod_interpolation_weno_fast_scheme_o5z_reconstruction::int_weno_fast_scheme_o5z_reconstruction_forward