9 subroutine plotpt1d(cvec,nv,np,vvl,vpl,dv,dp)
35 real(8),
intent(in) :: cvec(3,3)
36 integer,
intent(in) :: nv,np
37 real(8),
intent(in) :: vvl(3,nv)
38 real(8),
intent(out) :: vpl(3,np),dv(nv),dp(np)
44 real(8),
allocatable :: seg(:)
47 write(*,
'("Error(plotpt1d): nv < 1 : ",I0)') nv
53 write(*,
'("Error(plotpt1d): np < nv :",2(X,I0))') np,nv
71 vl(:)=vvl(:,i+1)-vvl(:,i)
73 seg(i)=sqrt(vc(1)**2+vc(2)**2+vc(3)**2)
86 if ((m > n).or.(i == (nv-1))) m=n
91 vpl(:,k)=vvl(:,i)*(1.d0-f)+vvl(:,i+1)*f
subroutine plotpt1d(cvec, nv, np, vvl, vpl, dv, dp)
pure subroutine r3mv(a, x, y)