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

Modules

module  mod_compute_cell_cons_advection_term_exp_generic_rec
 Explicit Reconstruction scheme (generic) for the advection equation.
 

Functions/Subroutines

subroutine mod_compute_cell_cons_advection_term_exp_generic_rec::compute_cell_cons_advection_term_exp_upwind_generic_rec (velocity, time_step, scalar, divut, flux_type, directions, rec_scheme)
 Fills divuT with \( div(u \cdot T) \) with a generic reconstruction scheme Non regular grid.
 
subroutine mod_compute_cell_cons_advection_term_exp_generic_rec::compute_cell_cons_advection_term_exp_centered_generic_rec (velocity, time_step, scalar, divut, flux_type, directions, rec_scheme)
 Fills divuT with \( div(u \cdot T) \) with a generic centered reconstruction scheme Non regular grid.