XGCa
|
Functions/Subroutines | |
subroutine | cce_initialize (grid) |
subroutine | cce_send_receive_as () |
subroutine | cce_send_receive_ah () |
subroutine | cce_send_receive_fields (grid, psn, pot0) |
subroutine | cce_send_receive_density (density, sp) |
subroutine | cce_poisson_turb (adiabatic_in, pot0) |
Core edge coupling for turbulent field. More... | |
subroutine | cce_send_receive_current (jpar, sp) |
subroutine | cce_varpi_grid (rho_ff) |
Variables | |
logical | cce_coupling_on =.false. |
subroutine coupling_core_edge_wrapper::cce_initialize | ( | type(grid_type), intent(in) | grid | ) |
subroutine coupling_core_edge_wrapper::cce_poisson_turb | ( | integer, intent(in), value | adiabatic_in, |
real(8), dimension(grid_global%nnode) | pot0 | ||
) |
Core edge coupling for turbulent field.
[in] | adiabatic_in | 0: full Poisson solve; 1: adiabatic Poisson solve |
subroutine coupling_core_edge_wrapper::cce_send_receive_ah |
subroutine coupling_core_edge_wrapper::cce_send_receive_as |
subroutine coupling_core_edge_wrapper::cce_send_receive_current | ( | real(8), dimension(grid_global%nnode,0:1), intent(inout) | jpar, |
integer, intent(in), value | sp | ||
) |
subroutine coupling_core_edge_wrapper::cce_send_receive_density | ( | real(8), dimension(grid_global%nnode,0:1), intent(inout) | density, |
integer, intent(in), value | sp | ||
) |
subroutine coupling_core_edge_wrapper::cce_send_receive_fields | ( | type(grid_type), intent(in) | grid, |
type(psn_type), intent(in) | psn, | ||
real(8), dimension(grid%nnode) | pot0 | ||
) |
subroutine coupling_core_edge_wrapper::cce_varpi_grid | ( | real (8), dimension(grid_global%nnode), intent(inout) | rho_ff | ) |
logical coupling_core_edge_wrapper::cce_coupling_on =.false. |