Toggle navigation
Swiftest
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
tidederiv
Abstract Interface
11 statements
Source File
tides_module.f90
tides
tidederiv
Contents
None
abstract interface
public function tidederiv(x, t, dt, rbeg, rend) result(y)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=DP),
intent(in),
dimension(:)
::
x
real(kind=DP),
intent(in)
::
t
real(kind=DP),
intent(in)
::
dt
real(kind=DP),
intent(in),
dimension(:,:)
::
rbeg
real(kind=DP),
intent(in),
dimension(:,:)
::
rend
Return Value
real(kind=DP),dimension(:),allocatable