pause Subroutine

public subroutine pause(seconds)

Draw the current figure and pause for specified duration

This is the primary function for live visualization. It: 1. Clears the terminal 2. Displays the current plot as ASCII art 3. Waits for the specified number of seconds

Arguments

Type IntentOptional Attributes Name
real(kind=wp), intent(in) :: seconds