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

Modules

module  mod_compute_div_u_psi_term_explicit_generic_fast_weno
 Explicit inertial term with an upwind generic weno scheme.
 

Functions/Subroutines

subroutine mod_compute_div_u_psi_term_explicit_generic_fast_weno::compute_div_u_psi_term_explicit_generic_fast_weno (psi, velocity, dt, flux_type, directions, divupsi, weno_scheme_backward, weno_scheme_forward)
 Compute the conservative advection term term with a generic explicit fast WENO scheme.
 
subroutine mod_compute_div_u_psi_term_explicit_generic_fast_weno::compute_div_u_psi_term_generic_fast_weno_godunov (psi, velocity, dt, flux_type, directions, divupsi, weno_scheme_backward, weno_scheme_forward)
 Compute the conservative advection term term with a generic explicit fast WENO scheme using a Godunov flux.
 
subroutine mod_compute_div_u_psi_term_explicit_generic_fast_weno::compute_div_u_psi_term_generic_fast_weno_upwind (psi, velocity, dt, flux_type, directions, divupsi, weno_scheme_backward, weno_scheme_forward)
 Compute the conservative advection term term with a generic explicit fast WENO scheme using a full upwind flux.