mimic_send_coords Subroutine

public subroutine mimic_send_coords(subsystems)

Arguments

TypeIntentOptionalAttributesName
type(subsystem_type), dimension(:):: subsystems

array of subsystems associated with client codes


Contents

Source Code


Source Code

subroutine mimic_send_coords(subsystems)

    !> array of subsystems associated with client codes
    type(subsystem_type), dimension(:) :: subsystems

    call timer_start("mimic_send_coords")

    call communicator%send_coords(subsystems)
    call communicator%issue_force_comp()

    call timer_stop

end subroutine mimic_send_coords