Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(subsystem_type), | dimension(:) | :: | subsystems | array of subsystems associated with client codes |
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