plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
solveSDE
Function
MIT
21 statements
Source File
SDEClass.f90
SDEClass
solveSDE
Contents
public function solveSDE(obj, X0, dt, step) result(ret)
Type Bound
SDE_
Arguments
Type
Intent
Optional
Attributes
Name
class(
SDE_
),
intent(inout)
::
obj
real(kind=real64),
intent(in)
::
X0
real(kind=real64),
intent(in)
::
dt
integer(kind=int32),
intent(in)
::
step
Return Value
real(kind=real64), allocatable, (:)