|
| integer, parameter | moddftu::lmaxdm =3 |
| |
| integer, parameter | moddftu::lmmaxdm =(lmaxdm+1)**2 |
| |
| complex(8), dimension(:,:,:,:,:), allocatable | moddftu::dmatmt |
| |
| real(8) | moddftu::epsdmat |
| |
| complex(8), dimension(:,:,:,:,:), allocatable | moddftu::vmatmt |
| |
| complex(4), dimension(:,:,:,:,:), allocatable | moddftu::vmatmti |
| |
| complex(4), dimension(:,:,:,:,:), allocatable | moddftu::vmatmto |
| |
| logical | moddftu::tvmatmt |
| |
| logical, dimension(:,:), allocatable | moddftu::tvmmt |
| |
| integer | moddftu::dftu |
| |
| integer | moddftu::inpdftu |
| |
| integer, parameter | moddftu::maxdftu =10 |
| |
| integer | moddftu::ndftu |
| |
| integer, dimension(2, maxdftu) | moddftu::isldu |
| |
| real(8), dimension(2, maxdftu) | moddftu::ujdu |
| |
| real(8), dimension(:,:), allocatable | moddftu::engyadu |
| |
| real(8) | moddftu::engydu |
| |
| real(8), dimension(0:2 *lmaxdm, maxdftu) | moddftu::fdu |
| |
| real(8), dimension(0:lmaxdm, maxdftu) | moddftu::edu |
| |
| real(8), dimension(maxdftu) | moddftu::lamdu |
| |
| real(8), dimension(maxdftu) | moddftu::lamdu0 |
| |
| real(8), dimension(:,:), allocatable | moddftu::efdu |
| |
| real(8), dimension(:,:,:), allocatable | moddftu::fdufr |
| |
| real(8), dimension(maxdftu) | moddftu::udufix |
| |
| real(8), dimension(maxdftu) | moddftu::dudufix |
| |
| logical | moddftu::tmwrite |
| |
| integer | moddftu::ftmtype |
| |
| integer | moddftu::ntmfix |
| |
| integer, dimension(:,:), allocatable | moddftu::itmfix |
| |
| real(8), dimension(:), allocatable | moddftu::wkprfix |
| |
| complex(8), dimension(:,:,:,:,:), allocatable | moddftu::dmftm |
| |
| complex(8), dimension(:,:,:,:,:), allocatable | moddftu::vmftm |
| |
| real(8) | moddftu::tauftm |
| |
| real(8), dimension(:,:), allocatable | moddftu::wkpr0 |
| |
| logical | moddftu::tm3old |
| |