plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
tTime
Function
MIT
20 statements
Source File
TimeClass.f90
TimeClass
tTime
Contents
public function tTime(obj, t_range, hz, max_sample) result(t_axis)
Type Bound
time_
Arguments
Type
Intent
Optional
Attributes
Name
class(
time_
),
intent(in)
::
obj
real(kind=real64),
intent(in)
::
t_range
(1:2)
real(kind=real64),
intent(in)
::
hz
integer(kind=int32),
intent(in),
optional
::
max_sample
Return Value
real(kind=real64), allocatable, (:)