MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
|
Functions/Subroutines | |
subroutine | get_point_w_ingrid (igrid, xp, wp, variable_type) |
subroutine | get_point_w (xp, wp, variable_type) |
subroutine | get_cell_w (xp, wc, variable_type) |
subroutine | get_cell_index (xp, ipe, igrid, ixcD) |
subroutine mod_point_searching::get_cell_index | ( | double precision, dimension(1:ndim) | xp, |
integer | ipe, | ||
integer | igrid, | ||
integer | ixc, | ||
double precision | D | ||
) |
subroutine mod_point_searching::get_cell_w | ( | double precision, dimension(1:ndim) | xp, |
double precision, dimension(1:nw) | wc, | ||
character(*) | variable_type | ||
) |
subroutine mod_point_searching::get_point_w | ( | double precision, dimension(1:ndim) | xp, |
double precision, dimension(1:nw) | wp, | ||
character(*) | variable_type | ||
) |
subroutine mod_point_searching::get_point_w_ingrid | ( | integer, intent(in) | igrid, |
double precision, dimension(1:ndim) | xp, | ||
double precision, dimension(1:nw) | wp, | ||
character(*) | variable_type | ||
) |