version 0.6.0
Loading...
Searching...
No Matches
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

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 )

◆ 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 )

◆ 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 )

◆ 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 )