XGC1
|
Macros | |
#define | XGC1 1 |
Functions/Subroutines | |
subroutine | send_recv_potential (dpot, recvr, sendl, nnode) |
subroutine | get_potential_grad (grid, psn) |
subroutine | get_dpot_ff (grid, psn, irk) |
subroutine | save_dpot (grid, psn, irk) |
subroutine | mode_selection (nmode, grid, psn) |
subroutine | mode_selection_comb (nmode, grid, psn, dpot) |
subroutine | extract_00mode (grid, phi) |
subroutine | smooth_tr_connect (grid, var) |
subroutine | get_potential_grad_epara (grid, psn) |
#define XGC1 1 |
subroutine extract_00mode | ( | type(grid_type) | grid, |
real (kind=8), dimension(grid%nnode,-1:2) | phi | ||
) |
subroutine mode_selection_comb | ( | integer, intent(in) | nmode, |
type(grid_type) | grid, | ||
type(psn_type) | psn, | ||
real (kind=8), dimension(grid%nnode), intent(inout) | dpot | ||
) |
subroutine send_recv_potential | ( | real (kind=8), dimension(nnode,-1:2) | dpot, |
real (kind=8), dimension(nnode) | recvr, | ||
real (kind=8), dimension(nnode) | sendl, | ||
integer, intent(in) | nnode | ||
) |
subroutine smooth_tr_connect | ( | type(grid_type) | grid, |
real (8), dimension(grid%nnode) | var | ||
) |