fortran_timestep Function

public function fortran_timestep(comm_handler, tau)

Arguments

Type IntentOptional Attributes Name
type(comm_handler_t), target :: comm_handler

Communication handler

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

Current time

Return Value integer(kind=c_int32_t)


Contents