XGC1
Functions/Subroutines | Variables
coupling_core_edge_wrapper Module Reference

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.
 

Function/Subroutine Documentation

◆ cce_initialize()

subroutine coupling_core_edge_wrapper::cce_initialize ( type(grid_type), intent(in)  grid)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cce_poisson_turb()

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.

Parameters
[in]adiabatic_in0: full Poisson solve; 1: adiabatic Poisson solve
Here is the call graph for this function:

◆ cce_send_receive_ah()

subroutine coupling_core_edge_wrapper::cce_send_receive_ah
Here is the call graph for this function:

◆ cce_send_receive_as()

subroutine coupling_core_edge_wrapper::cce_send_receive_as
Here is the call graph for this function:

◆ cce_send_receive_current()

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 
)
Here is the call graph for this function:

◆ cce_send_receive_density()

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 
)
Here is the call graph for this function:

◆ cce_send_receive_fields()

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 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ cce_varpi_grid()

subroutine coupling_core_edge_wrapper::cce_varpi_grid ( real (8), dimension(grid_global%nnode), intent(inout)  rho_ff)
Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ cce_coupling_on

logical coupling_core_edge_wrapper::cce_coupling_on =.false.