|
| subroutine | mod_compute_cell_cons_advection_term_exp_opt_weno::compute_cell_cons_advection_term_exp_upwind_opt_weno5z_2d (velocity, scalar, divut, directions) |
| | Fills divuT with \( div(u \cdot T) \) with an optimized weno 5Z scheme Regular grid.
|
| |
| subroutine | mod_compute_cell_cons_advection_term_exp_opt_weno::compute_cell_cons_advection_term_exp_upwind_opt_weno5z_3d (velocity, scalar, divut, directions) |
| |
| double precision function | mod_compute_cell_cons_advection_term_exp_opt_weno::weno_scheme_o5z_reconstruction_forward (step, values) |
| |
| double precision function | mod_compute_cell_cons_advection_term_exp_opt_weno::weno_scheme_o5z_reconstruction_backward (step, values) |
| |
| subroutine | mod_compute_cell_cons_advection_term_exp_opt_weno::compute_cell_cons_advection_term_exp_upwind_opt_weno3z_2d (velocity, scalar, divut, directions) |
| |
| subroutine | mod_compute_cell_cons_advection_term_exp_opt_weno::compute_cell_cons_advection_term_exp_upwind_opt_weno3z_3d (velocity, scalar, divut, directions) |
| |
| double precision function | mod_compute_cell_cons_advection_term_exp_opt_weno::weno_scheme_o3z_reconstruction_forward (step, values) |
| |
| double precision function | mod_compute_cell_cons_advection_term_exp_opt_weno::weno_scheme_o3z_reconstruction_backward (step, values) |
| |