animate Program

Uses

  • program~~animate~~UsesGraph program~animate animate module~easy_plplot_m easy_plplot_m program~animate->module~easy_plplot_m module~utilities_m utilities_m program~animate->module~utilities_m module~easy_plplot_m->module~utilities_m plplot plplot module~easy_plplot_m->plplot iso_fortran_env iso_fortran_env module~easy_plplot_m->iso_fortran_env module~utilities_m->iso_fortran_env

Create a series of plots for an animation


Calls

program~~animate~~CallsGraph program~animate animate proc~plot plot program~animate->proc~plot proc~xylim xylim program~animate->proc~xylim proc~subplot subplot program~animate->proc~subplot proc~linspace linspace program~animate->proc~linspace proc~f f program~animate->proc~f proc~figure figure program~animate->proc~figure interface~mixval mixval program~animate->interface~mixval proc~ticks ticks program~animate->proc~ticks proc~labels labels program~animate->proc~labels proc~show show program~animate->proc~show proc~setup setup program~animate->proc~setup plptex plptex proc~plot->plptex plssym plssym proc~plot->plssym plline plline proc~plot->plline plwind plwind proc~xylim->plwind plvpor plvpor proc~subplot->plvpor plssub plssub proc~subplot->plssub pladv pladv proc~subplot->pladv plvasp plvasp proc~subplot->plvasp plvsta plvsta proc~subplot->plvsta pleop pleop proc~figure->pleop proc~figure->plssub plbop plbop proc~figure->plbop proc~figure->pladv plbox plbox proc~ticks->plbox pllab pllab proc~labels->pllab plend plend proc~show->plend plsfam plsfam proc~setup->plsfam plfontld plfontld proc~setup->plfontld plsdev plsdev proc~setup->plsdev plsfnam plsfnam proc~setup->plsfnam plinit plinit proc~setup->plinit plsetopt plsetopt proc~setup->plsetopt

Contents


Variables

TypeAttributesNameInitial
real(kind=wp), dimension(:), allocatable:: x
real(kind=wp), dimension(:), allocatable:: y
real(kind=wp), dimension(:), allocatable:: t
integer :: N
integer :: M
integer :: i
integer :: k
real(kind=wp), parameter:: pi =acos(-1.0d0)

Functions

pure function f(x, t) result(o)

Arguments

TypeIntentOptionalAttributesName
real(kind=wp), intent(in) :: x
real(kind=wp), intent(in) :: t

Return Value real(kind=wp)