Home
last modified time | relevance | path

Searched defs:plvect_impl_1 (Results 1 – 2 of 2) sorted by relevance

/dports/math/plplot/plplot-5.15.0/bindings/fortran/
H A Dincluded_plplot_real_interfaces.f904118 subroutine plvect_impl_1( u, v, scale, xg, yg ) subroutine
4119 real(kind=wp), dimension(:,:), intent(in) :: u, v local
4120 real(kind=wp), dimension(:), intent(in) :: xg, yg
4121 real(kind=wp), intent(in) :: scale
4123 integer(kind=private_plint) :: nx_in, ny_in
4124 real(kind=private_plflt), dimension(:), allocatable, target :: xg_in, yg_in
4125 real(kind=private_plflt), dimension(:,:), allocatable, target :: u_in, v_in
4126 type(PLfGrid), target :: fgrid1, fgrid2
4127 type(PLcGrid), target :: cgrid_local
/dports/math/plplot-ada/plplot-5.15.0/bindings/fortran/
H A Dincluded_plplot_real_interfaces.f904118 subroutine plvect_impl_1( u, v, scale, xg, yg ) subroutine
4119 real(kind=wp), dimension(:,:), intent(in) :: u, v local
4120 real(kind=wp), dimension(:), intent(in) :: xg, yg
4121 real(kind=wp), intent(in) :: scale
4123 integer(kind=private_plint) :: nx_in, ny_in
4124 real(kind=private_plflt), dimension(:), allocatable, target :: xg_in, yg_in
4125 real(kind=private_plflt), dimension(:,:), allocatable, target :: u_in, v_in
4126 type(PLfGrid), target :: fgrid1, fgrid2
4127 type(PLcGrid), target :: cgrid_local