version 0.6.0
mod_compute_cell_cons_advection_term_exp_weno_schemes Module Reference

Explicit WENO schemes (wrappers) for the advection equation. More...

Functions/Subroutines

subroutine compute_cell_cons_advection_term_exp_upwind_weno3_scheme (velocity, time_step, scalar, flux_type, directions, divut)
 
subroutine compute_cell_cons_advection_term_exp_upwind_weno5_scheme (velocity, time_step, scalar, flux_type, directions, divut)
 
subroutine compute_cell_cons_advection_term_exp_centered_weno4_scheme (velocity, time_step, scalar, flux_type, directions, divut)
 
subroutine compute_cell_cons_advection_term_exp_centered_weno6_scheme (velocity, time_step, scalar, flux_type, directions, divut)
 

Detailed Description

See also
compute_cell_cons_advection_term_exp_upwind_generic_weno for further details

Function/Subroutine Documentation

◆ compute_cell_cons_advection_term_exp_centered_weno4_scheme()

subroutine mod_compute_cell_cons_advection_term_exp_weno_schemes::compute_cell_cons_advection_term_exp_centered_weno4_scheme ( type(t_face_field), intent(in)  velocity,
double precision, intent(in)  time_step,
double precision, dimension(:,:,:), intent(in)  scalar,
type(t_fv_flux), intent(in)  flux_type,
integer, dimension(:), intent(in)  directions,
double precision, dimension(:,:,:), intent(inout)  divut 
)
See also
compute_cell_cons_advection_term_exp_upwind_generic_weno

◆ compute_cell_cons_advection_term_exp_centered_weno6_scheme()

subroutine mod_compute_cell_cons_advection_term_exp_weno_schemes::compute_cell_cons_advection_term_exp_centered_weno6_scheme ( type(t_face_field), intent(in)  velocity,
double precision, intent(in)  time_step,
double precision, dimension(:,:,:), intent(in)  scalar,
type(t_fv_flux), intent(in)  flux_type,
integer, dimension(:), intent(in)  directions,
double precision, dimension(:,:,:), intent(inout)  divut 
)
See also
compute_cell_cons_advection_term_exp_upwind_generic_weno

◆ compute_cell_cons_advection_term_exp_upwind_weno3_scheme()

subroutine mod_compute_cell_cons_advection_term_exp_weno_schemes::compute_cell_cons_advection_term_exp_upwind_weno3_scheme ( type(t_face_field), intent(in)  velocity,
double precision, intent(in)  time_step,
double precision, dimension(:,:,:), intent(in)  scalar,
type(t_fv_flux), intent(in)  flux_type,
integer, dimension(:), intent(in)  directions,
double precision, dimension(:,:,:), intent(inout)  divut 
)
See also
compute_cell_cons_advection_term_exp_upwind_generic_weno

◆ compute_cell_cons_advection_term_exp_upwind_weno5_scheme()

subroutine mod_compute_cell_cons_advection_term_exp_weno_schemes::compute_cell_cons_advection_term_exp_upwind_weno5_scheme ( type(t_face_field), intent(in)  velocity,
double precision, intent(in)  time_step,
double precision, dimension(:,:,:), intent(in)  scalar,
type(t_fv_flux), intent(in)  flux_type,
integer, dimension(:), intent(in)  directions,
double precision, dimension(:,:,:), intent(inout)  divut 
)
See also
compute_cell_cons_advection_term_exp_upwind_generic_weno