Numerical Methods
Source Files
Modules
Procedures
Programs
lorenz
Function
11 statements
Source File
test_ode.f90
test_ode
lorenz
Contents
function lorenz(U, t) result(dU)
function for defining derivative in the
Lorenz system
written as: where: and
Arguments
Type
Intent
Optional
Attributes
Name
real,
intent(in)
::
U
(:)
real,
intent(in)
::
t
Return Value
real, (size(U))