init Subroutine

public subroutine init(self, comm_old, nplanes, nspecies)

Initialises MPI topology and communicators

Type Bound

comm_handler_t

Arguments

Type IntentOptional Attributes Name
class(comm_handler_t), intent(inout) :: self

Instance of type

integer, intent(in) :: comm_old

Communicator topology is created on

integer, intent(in) :: nplanes

Number of poloidal planes

integer, intent(in) :: nspecies

Number of species


Contents