Explicit WENO scheme (generic) for the advection equation. More...
Functions/Subroutines | |
| subroutine | compute_cell_cons_advection_term_exp_upwind_generic_fast_weno (velocity, time_step, scalar, divut, flux_type, directions, weno_scheme_backward, weno_scheme_forward) |
| subroutine | compute_cell_cons_advection_term_generic_fast_weno_godunov (velocity, time_step, scalar, divut, directions, weno_scheme_backward, weno_scheme_forward) |
| subroutine | compute_cell_cons_advection_term_generic_fast_weno_upwind (velocity, time_step, scalar, divut, directions, weno_scheme_backward, weno_scheme_forward) |
Explicit WENO scheme (generic) for the advection equation.
| subroutine mod_compute_cell_cons_advection_term_exp_generic_fast_weno::compute_cell_cons_advection_term_exp_upwind_generic_fast_weno | ( | type(t_face_field), intent(in) | velocity, |
| double precision, intent(in) | time_step, | ||
| double precision, dimension(:,:,:), intent(in) | scalar, | ||
| double precision, dimension(:,:,:), intent(inout) | divut, | ||
| type(t_fv_flux), intent(in) | flux_type, | ||
| integer, dimension(:), intent(in) | directions, | ||
| class(t_int_weno_fast_scheme), intent(inout) | weno_scheme_backward, | ||
| class(t_int_weno_fast_scheme), intent(inout) | weno_scheme_forward ) |
| subroutine mod_compute_cell_cons_advection_term_exp_generic_fast_weno::compute_cell_cons_advection_term_generic_fast_weno_godunov | ( | type(t_face_field), intent(in) | velocity, |
| double precision, intent(in) | time_step, | ||
| double precision, dimension(:,:,:), intent(in) | scalar, | ||
| double precision, dimension(:,:,:), intent(inout) | divut, | ||
| integer, dimension(:), intent(in) | directions, | ||
| class(t_int_weno_fast_scheme), intent(inout) | weno_scheme_backward, | ||
| class(t_int_weno_fast_scheme), intent(inout) | weno_scheme_forward ) |
| subroutine mod_compute_cell_cons_advection_term_exp_generic_fast_weno::compute_cell_cons_advection_term_generic_fast_weno_upwind | ( | type(t_face_field), intent(in) | velocity, |
| double precision, intent(in) | time_step, | ||
| double precision, dimension(:,:,:), intent(in) | scalar, | ||
| double precision, dimension(:,:,:), intent(inout) | divut, | ||
| integer, dimension(:), intent(in) | directions, | ||
| class(t_int_weno_fast_scheme), intent(inout) | weno_scheme_backward, | ||
| class(t_int_weno_fast_scheme), intent(inout) | weno_scheme_forward ) |