My Project
|
Functions/Subroutines | |
subroutine | asimple_drag (spdx, spdy, strx, stry) |
subroutine | psimple_drag (spdx, spdy, strx, stry) |
subroutine mod_bulk::asimple_drag | ( | real(sp), dimension(:), intent(in), allocatable, target | spdx, |
real(sp), dimension(:), intent(in), allocatable, target | spdy, | ||
real(sp), dimension(:), intent(inout), allocatable, target | strx, | ||
real(sp), dimension(:), intent(inout), allocatable, target | stry | ||
) |
Definition at line 49 of file mod_bulk.f90.
subroutine mod_bulk::psimple_drag | ( | real(sp), dimension(:), intent(in), pointer | spdx, |
real(sp), dimension(:), intent(in), pointer | spdy, | ||
real(sp), dimension(:), intent(inout), pointer | strx, | ||
real(sp), dimension(:), intent(inout), pointer | stry | ||
) |