00001
00002
00003 module radial_green_fn_grav_bhex_all_mpt
00004 use phys_constant, only : long
00005 use grid_parameter, only : nrg, nlg, rgin, rgout
00006 use coordinate_grav_r, only : rg, rginv, hrg, hrginv
00007 use make_array_3d
00008 implicit none
00009 real(long), pointer :: hgfn_nb_(:,:,:,:), gfnsf_nb_(:,:,:,:)
00010 real(long), pointer :: hgfn_di_(:,:,:,:), gfnsf_di_(:,:,:,:)
00011 real(long), pointer :: hgfn_dd_(:,:,:,:), gfnsf_dd_(:,:,:,:)
00012 real(long), pointer :: hgfn_nd_(:,:,:,:), gfnsf_nd_(:,:,:,:)
00013 end module radial_green_fn_grav_bhex_all_mpt