FE-Project
|
module FElib / Fluid dyn solver / Atmosphere / HEVI / Common More...
Functions/Subroutines | |
subroutine, public | atm_dyn_dgm_hevi_common_linalgebra_get_param (im, jm, nnode_h1d) |
subroutine, public | atm_dyn_dgm_hevi_common_linalgebra_solve_uv (d, b, g, nnode_v, im, jm, ne2d, is_top) |
subroutine, public | atm_dyn_dgm_hevi_common_linalgebra_solve_var3 (d, b, g, nnode_v, im, jm, ne2d, is_top) |
module FElib / Fluid dyn solver / Atmosphere / HEVI / Common
subroutine, public scale_atm_dyn_dgm_hevi_common_linalgebra::atm_dyn_dgm_hevi_common_linalgebra_get_param | ( | integer, intent(out) | im, |
integer, intent(out) | jm, | ||
integer, intent(in) | nnode_h1d ) |
Definition at line 49 of file scale_atm_dyn_dgm_hevi_common_linalgebra.F90.
Referenced by scale_atm_dyn_dgm_globalnonhydro3d_rhot_hevi::atm_dyn_dgm_globalnonhydro3d_rhot_hevi_cal_vi(), and scale_atm_dyn_dgm_nonhydro3d_rhot_hevi::atm_dyn_dgm_nonhydro3d_rhot_hevi_cal_vi().
subroutine, public scale_atm_dyn_dgm_hevi_common_linalgebra::atm_dyn_dgm_hevi_common_linalgebra_solve_uv | ( | real(rp), dimension(im,nnode_v,nnode_v,jm,ne2d), intent(in) | d, |
real(rp), dimension(im,nnode_v,2,jm,ne2d), intent(inout) | b, | ||
real(rp), dimension(im,nnode_v,jm,ne2d), intent(inout) | g, | ||
integer, intent(in) | nnode_v, | ||
integer, intent(in) | im, | ||
integer, intent(in) | jm, | ||
integer, intent(in) | ne2d, | ||
logical, intent(in) | is_top ) |
Definition at line 93 of file scale_atm_dyn_dgm_hevi_common_linalgebra.F90.
Referenced by scale_atm_dyn_dgm_nonhydro3d_rhot_hevi_common_2::atm_dyn_dgm_nonhydro3d_rhot_hevi_common_solve_uv().
subroutine, public scale_atm_dyn_dgm_hevi_common_linalgebra::atm_dyn_dgm_hevi_common_linalgebra_solve_var3 | ( | real(rp), dimension(im,3*nnode_v,3*nnode_v,jm,ne2d), intent(in) | d, |
real(rp), dimension(im,3*nnode_v,jm,ne2d), intent(inout) | b, | ||
real(rp), dimension(im,3*nnode_v,3,jm,ne2d), intent(inout) | g, | ||
integer, intent(in) | nnode_v, | ||
integer, intent(in) | im, | ||
integer, intent(in) | jm, | ||
integer, intent(in) | ne2d, | ||
logical, intent(in) | is_top ) |
Definition at line 202 of file scale_atm_dyn_dgm_hevi_common_linalgebra.F90.
Referenced by scale_atm_dyn_dgm_nonhydro3d_rhot_hevi_common_2::atm_dyn_dgm_nonhydro3d_rhot_hevi_common_solve().