Explicit Fast Reconstruction scheme (generic) for the advection equation. More...
Functions/Subroutines | |
| subroutine | compute_cell_cons_advection_term_exp_generic_fast_rec (velocity, time_step, scalar, divut, flux_type, directions, rec_scheme_backward, rec_scheme_forward) |
| subroutine | compute_cell_cons_advection_term_generic_fast_rec_godunov (velocity, time_step, scalar, divut, directions, rec_scheme_backward, rec_scheme_forward) |
| subroutine | compute_cell_cons_advection_term_generic_fast_rec_upwind (velocity, time_step, scalar, divut, directions, rec_scheme_backward, rec_scheme_forward) |
Explicit Fast Reconstruction scheme (generic) for the advection equation.
| subroutine mod_compute_cell_cons_advection_term_exp_generic_fast_rec::compute_cell_cons_advection_term_exp_generic_fast_rec | ( | 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_rec_fast_scheme), intent(inout) | rec_scheme_backward, | ||
| class(t_rec_fast_scheme), intent(inout) | rec_scheme_forward ) |
| subroutine mod_compute_cell_cons_advection_term_exp_generic_fast_rec::compute_cell_cons_advection_term_generic_fast_rec_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_rec_fast_scheme), intent(inout) | rec_scheme_backward, | ||
| class(t_rec_fast_scheme), intent(inout) | rec_scheme_forward ) |
| subroutine mod_compute_cell_cons_advection_term_exp_generic_fast_rec::compute_cell_cons_advection_term_generic_fast_rec_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_rec_fast_scheme), intent(inout) | rec_scheme_backward, | ||
| class(t_rec_fast_scheme), intent(inout) | rec_scheme_forward ) |