init_neutrals_halos Subroutine

public subroutine init_neutrals_halos(comm_handler, neutrals_dens, neutrals_parmom, neutrals_pressure)

Allocates halo points of Neutrals fields

Arguments

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

Communicators

type(variable_t), intent(inout) :: neutrals_dens

Neutrals density

type(variable_t), intent(inout) :: neutrals_parmom

Neutrals parallel momentum

type(variable_t), intent(inout) :: neutrals_pressure

Neutrals pressure


Contents