timestep_apar_shift Subroutine

public subroutine timestep_apar_shift(self, comm_handler, mesh_stag, tau, apar)

Advances apar_shift from t to t+1

Type Bound

apar_shift_t

Arguments

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

Instance of class

type(comm_handler_t), intent(in) :: comm_handler

Communicators

type(mesh_cart_t), intent(in) :: mesh_stag

Mesh (staggered) within poloidal plane

real(kind=GP), intent(in) :: tau

Time

type(variable_t), intent(in) :: apar

Parallel electromagnetic potential at timestep t


Contents