Functions/Subroutines | |
subroutine | allocate_grid_points_asymptotic_patch |
subroutine | calc_grid_points_asymptotic_patch (impt_bin, impt_apt) |
Variables | |
real(long), dimension(:,:,:), pointer | ra |
real(long), dimension(:,:,:), pointer | tha |
real(long), dimension(:,:,:), pointer | phia |
real(long), dimension(:,:,:), pointer | hra |
real(long), dimension(:,:,:), pointer | htha |
real(long), dimension(:,:,:), pointer | hphia |
subroutine grid_points_asymptotic_patch::allocate_grid_points_asymptotic_patch | ( | ) |
Definition at line 10 of file grid_points_asymptotic_patch.f90.
subroutine grid_points_asymptotic_patch::calc_grid_points_asymptotic_patch | ( | integer | impt_bin, | |
integer | impt_apt | |||
) |
Definition at line 29 of file grid_points_asymptotic_patch.f90.
real(long),dimension(:,:,:),pointer grid_points_asymptotic_patch::hphia |
Definition at line 6 of file grid_points_asymptotic_patch.f90.
real(long),dimension(:,:,:),pointer grid_points_asymptotic_patch::hra |
Definition at line 6 of file grid_points_asymptotic_patch.f90.
real(long),dimension(:,:,:),pointer grid_points_asymptotic_patch::htha |
Definition at line 6 of file grid_points_asymptotic_patch.f90.
real(long),dimension(:,:,:),pointer grid_points_asymptotic_patch::phia |
Definition at line 5 of file grid_points_asymptotic_patch.f90.
real(long),dimension(:,:,:),pointer grid_points_asymptotic_patch::ra |
Definition at line 5 of file grid_points_asymptotic_patch.f90.
real(long),dimension(:,:,:),pointer grid_points_asymptotic_patch::tha |
Definition at line 5 of file grid_points_asymptotic_patch.f90.