apply_immersed_sources Subroutine

public subroutine apply_immersed_sources(comm_handler, ddens, dparmom, dpion)

Applies immersed sources, related with parallel (Sheath) boundary conditions

Arguments

Type IntentOptional Attributes Name
type(comm_handler_t), intent(in) :: comm_handler

Communication handler

real(kind=GP), intent(inout), dimension(np_max) :: ddens

Changerate for density

real(kind=GP), intent(inout), dimension(np_max) :: dparmom

Changerate for parallel momentum

real(kind=GP), intent(inout), dimension(np_max) :: dpion

Changerate for ion pressure


Contents