Functions/Subroutines | |
| subroutine | face_field_reconstruction_q1_main_to_refined_2d (face_vector, refined_face_vector) |
| subroutine | solve_coef_q1 (x, y, u, coef) |
| double precision function | f_q1 (x1, x2, y1, y2, coef) |
| subroutine | face_field_reconstruction_q2_main_to_refined_2d (face_vector, refined_face_vector) |
| subroutine | solve_coef_q2 (x, y, u, coef) |
| double precision function | f_q2 (x1, x2, y1, y2, coef) |
| double precision function mod_q_reconstruction_2d::f_q1 | ( | double precision, intent(in) | x1, |
| double precision, intent(in) | x2, | ||
| double precision, intent(in) | y1, | ||
| double precision, intent(in) | y2, | ||
| double precision, dimension(1:4), intent(in) | coef ) |
| double precision function mod_q_reconstruction_2d::f_q2 | ( | double precision, intent(in) | x1, |
| double precision, intent(in) | x2, | ||
| double precision, intent(in) | y1, | ||
| double precision, intent(in) | y2, | ||
| double precision, dimension(1:9), intent(in) | coef ) |
| subroutine mod_q_reconstruction_2d::face_field_reconstruction_q1_main_to_refined_2d | ( | type(t_face_field), intent(in) | face_vector, |
| type(t_face_field), intent(out) | refined_face_vector ) |
| subroutine mod_q_reconstruction_2d::face_field_reconstruction_q2_main_to_refined_2d | ( | type(t_face_field), intent(in) | face_vector, |
| type(t_face_field), intent(out) | refined_face_vector ) |
| subroutine mod_q_reconstruction_2d::solve_coef_q1 | ( | double precision, dimension(1:3), intent(in) | x, |
| double precision, dimension(1:3), intent(in) | y, | ||
| double precision, dimension(1:4), intent(in) | u, | ||
| double precision, dimension(1:4), intent(inout) | coef ) |
| subroutine mod_q_reconstruction_2d::solve_coef_q2 | ( | double precision, dimension(1:4), intent(in) | x, |
| double precision, dimension(1:4), intent(in) | y, | ||
| double precision, dimension(1:9), intent(in) | u, | ||
| double precision, dimension(1:9), intent(inout) | coef ) |