9 subroutine plot1d(fnum1,fnum2,nf,rfmt,rfir)
29 integer,
intent(in) :: fnum1,fnum2,nf
30 real(8),
intent(in) :: rfmt(npmtmax,natmtot,nf),rfir(ngtot,nf)
35 real(8),
allocatable :: fp(:,:)
36 if ((nf < 1).or.(nf > 4))
then 38 write(*,
'("Error(plot1d): invalid number of functions : ",I8)') nf
42 allocate(fp(
npp1d,nf))
51 write(fnum1,
'(5G18.10)')
dpp1d(ip),(fp(ip,jf),jf=1,nf)
60 write(fnum2,
'(2G18.10)')
dvp1d(iv),fmin
61 write(fnum2,
'(2G18.10)')
dvp1d(iv),fmax
real(8), dimension(:), allocatable dpp1d
subroutine rfpts(np, vpl, rfmt, rfir, fp)
subroutine plot1d(fnum1, fnum2, nf, rfmt, rfir)
real(8), dimension(:), allocatable dvp1d
real(8), dimension(3, 3) avec
subroutine plotpt1d(cvec, nv, np, vvl, vpl, dv, dp)
real(8), dimension(:,:), allocatable vvlp1d
real(8), dimension(:,:), allocatable vplp1d