Toggle navigation
KORC
README
Contents
Source Files
Modules
Procedures
Derived Types
Program
Source Files
Modules
Procedures
Derived Types
Program
rkdumb
Interface
16 statements
Source File
special_fun_modules.f90
nr
rkdumb
Contents
None
interface
public subroutine rkdumb(vstart, x1, x2, nstep, derivs)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in),
DIMENSION(:)
::
vstart
real(kind=SP),
intent(in)
::
x1
real(kind=SP),
intent(in)
::
x2
integer(kind=I4B),
intent(in)
::
nstep
subroutine derivs(x, y, dydx)
Arguments
Type
Intent
Optional
Attributes
Name
real(kind=SP),
intent(in)
::
x
real(kind=SP),
intent(in),
DIMENSION(:)
::
y
real(kind=SP),
intent(out),
DIMENSION(:)
::
dydx