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

Data Types

type  mod_rec_fast_scheme_o2_upwind::t_rec_fast_scheme_o2_upwind
 
type  mod_rec_fast_scheme_o2_upwind::t_rec_fast_scheme_o2_upwind_backward
 
type  mod_rec_fast_scheme_o2_upwind::t_rec_fast_scheme_o2_upwind_forward
 

Modules

module  mod_rec_fast_scheme_o2_upwind
 Reconstruction Schemes with upwind scheme at order 2 (at the fixed +1/2 position). This scheme is compatible with non uniform grids.
 

Functions/Subroutines

subroutine mod_rec_fast_scheme_o2_upwind::t_rec_fast_scheme_o2_upwind_backward_compute_weights (stencil, nx, dx, shift, preweights)
 Compute the weights associated to the scheme at each cell in [1:nx].
 
subroutine mod_rec_fast_scheme_o2_upwind::t_rec_fast_scheme_o2_upwind_forward_compute_weights (stencil, nx, dx, shift, preweights)
 Compute the weights associated to the scheme at each cell in [1:nx].
 
double precision function mod_rec_fast_scheme_o2_upwind::t_rec_fast_scheme_o2_upwind_apply_fast (self, values, preweights)
 Apply the corresponding scheme.
 

Variables

type(t_rec_fast_scheme_o2_upwind_backward), target mod_rec_fast_scheme_o2_upwind::rec_fast_scheme_o2_upwind_backward
 
type(t_rec_fast_scheme_o2_upwind_forward), target mod_rec_fast_scheme_o2_upwind::rec_fast_scheme_o2_upwind_forward