lorenz Function

function lorenz(U, t) result(dU)

function for defining derivative in the Lorenz system written as: where: and

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: U(:)
real, intent(in) :: t

Return Value real, (size(U))