Type | Intent | Optional | Attributes | Name | |||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
real, | intent(in) | :: | x0 | ||||||||||||||||||||||||
real, | intent(in) | :: | y0 | ||||||||||||||||||||||||
private function u_func(x, y)Arguments
Return Value real |
|||||||||||||||||||||||||||
private function v_func(x, y)Arguments
Return Value real |
|||||||||||||||||||||||||||
real, | intent(in) | :: | dt | ||||||||||||||||||||||||
integer, | intent(in) | :: | max_steps | ||||||||||||||||||||||||
real, | intent(out), | allocatable | :: | path_x(:) | |||||||||||||||||||||||
real, | intent(out), | allocatable | :: | path_y(:) | |||||||||||||||||||||||
integer, | intent(out) | :: | n_points |