Functions/Subroutines | |
| subroutine | pressure_increment_poisson_approximation_frantzis (div_grad_phi, phi, flux_coef) |
| subroutine | irregular_pressure_nodes_pressure_gradient_frantzis (ib_metrics, use_corners_local, boundary_shape, right_irregular, left_irregular, top_irregular, bottom_irregular, front_irregular, back_irregular) |
| subroutine | pressure_gradient_frantzis (pressure_increment_gradient_mod) |
| subroutine mod_pressure_gradient_frantzis::irregular_pressure_nodes_pressure_gradient_frantzis | ( | type(t_immersed_boundary_metrics), intent(in) | ib_metrics, |
| logical, intent(in) | use_corners_local, | ||
| class(t_shape), intent(in) | boundary_shape, | ||
| double precision, dimension(:), intent(inout) | right_irregular, | ||
| double precision, dimension(:), intent(inout) | left_irregular, | ||
| double precision, dimension(:), intent(inout) | top_irregular, | ||
| double precision, dimension(:), intent(inout) | bottom_irregular, | ||
| double precision, dimension(:), intent(inout) | front_irregular, | ||
| double precision, dimension(:), intent(inout) | back_irregular ) |
| subroutine mod_pressure_gradient_frantzis::pressure_gradient_frantzis | ( | type(t_face_field), intent(inout) | pressure_increment_gradient_mod | ) |
| subroutine mod_pressure_gradient_frantzis::pressure_increment_poisson_approximation_frantzis | ( | double precision, dimension(:,:,:), intent(inout) | div_grad_phi, |
| double precision, dimension(:,:,:), intent(in) | phi, | ||
| type(t_face_field), intent(in) | flux_coef ) |