XGC1
|
Functions/Subroutines | |
subroutine | search_vtr (grid, num, xy, tr_save, p_save) |
subroutine | search_vtr_nopreprocess (grid, num, xy, tr_save, p_save) |
subroutine | search_vtr_preprocess (grid, num, xy, tr_save, p_save) |
subroutine search_vtr | ( | type(grid_type) | grid, |
integer | num, | ||
real(kind=8), dimension(2,num) | xy, | ||
integer, dimension(num) | tr_save, | ||
real(kind=8), dimension(3,num) | p_save | ||
) |
subroutine search_vtr_nopreprocess | ( | type(grid_type) | grid, |
integer | num, | ||
real(kind=8), dimension(2,num) | xy, | ||
integer, dimension(num) | tr_save, | ||
real(kind=8), dimension(3,num) | p_save | ||
) |
subroutine search_vtr_preprocess | ( | type(grid_type) | grid, |
integer | num, | ||
real(kind=8), dimension(2,num) | xy, | ||
integer, dimension(num) | tr_save, | ||
real(kind=8), dimension(3,num) | p_save | ||
) |