plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
main
Program
MIT
34 statements
Source File
plotter.f90
main
Contents
Variables
plt
x
fx
gx
hx
time
Uses
PlotClass
ArrayClass
TimeClass
Variables
Type
Attributes
Name
Initial
type(
Plot_
)
::
plt
real(kind=real64),
target, allocatable
::
x
(:)
real(kind=real64),
target, allocatable
::
fx
(:)
real(kind=real64),
target, allocatable
::
gx
(:)
real(kind=real64),
target, allocatable
::
hx
(:)
type(
time_
)
::
time