Functions/Subroutines | |
| subroutine | apply_uq (normalized_face_field, normalized_cell_field, courant_number_cell, velocity) |
| subroutine | apply_stoic (normalized_face_field, normalized_cell_field, velocity) |
| subroutine | apply_hr_saish (normalized_face_field, normalized_cell_field, velocity) |
| subroutine mod_compute_face_hr_scheme::apply_hr_saish | ( | type(t_face_field), intent(inout) | normalized_face_field, |
| double precision, dimension(:,:,:,:), intent(in) | normalized_cell_field, | ||
| type(t_face_field), intent(in) | velocity ) |
| subroutine mod_compute_face_hr_scheme::apply_stoic | ( | type(t_face_field), intent(inout) | normalized_face_field, |
| double precision, dimension(:,:,:,:), intent(in) | normalized_cell_field, | ||
| type(t_face_field), intent(in) | velocity ) |
| subroutine mod_compute_face_hr_scheme::apply_uq | ( | type(t_face_field), intent(inout) | normalized_face_field, |
| double precision, dimension(:,:,:,:), intent(in) | normalized_cell_field, | ||
| double precision, dimension(:,:,:), intent(in) | courant_number_cell, | ||
| type(t_face_field), intent(in) | velocity ) |