The Elk Code
rhomaguk.f90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine rhomaguk (ik0, evecu, rhormt_, rhorir_, magrmt_, magrir_)
 
pure subroutine rmk1 (n, wo, wf1, wf2, rho, mag1, mag2, mag3)
 
pure subroutine rmk2 (n, wo, wf1, wf2, rho, mag)
 
pure subroutine rmk3 (n, wo, wf, rho)
 

Function/Subroutine Documentation

◆ rhomaguk()

subroutine rhomaguk ( integer, intent(in)  ik0,
complex(8), dimension(nstulr,nstulr), intent(in)  evecu,
real(8), dimension(npcmtmax,natmtot,nqpt), intent(inout)  rhormt_,
real(8), dimension(ngtc,nqpt), intent(inout)  rhorir_,
real(8), dimension(npcmtmax,natmtot,ndmag,nqpt), intent(inout)  magrmt_,
real(8), dimension(ngtc,ndmag,nqpt), intent(inout)  magrir_ 
)

Definition at line 7 of file rhomaguk.f90.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ rmk1()

pure subroutine rhomaguk::rmk1 ( integer, intent(in)  n,
real(8), intent(in)  wo,
complex(8), dimension(n), intent(in)  wf1,
complex(8), dimension(n), intent(in)  wf2,
real(8), dimension(n), intent(inout)  rho,
real(8), dimension(n), intent(inout)  mag1,
real(8), dimension(n), intent(inout)  mag2,
real(8), dimension(n), intent(inout)  mag3 
)

Definition at line 142 of file rhomaguk.f90.

◆ rmk2()

pure subroutine rhomaguk::rmk2 ( integer, intent(in)  n,
real(8), intent(in)  wo,
complex(8), dimension(n), intent(in)  wf1,
complex(8), dimension(n), intent(in)  wf2,
real(8), dimension(n), intent(inout)  rho,
real(8), dimension(n), intent(inout)  mag 
)

Definition at line 166 of file rhomaguk.f90.

◆ rmk3()

pure subroutine rhomaguk::rmk3 ( integer, intent(in)  n,
real(8), intent(in)  wo,
complex(8), dimension(n), intent(in)  wf,
real(8), dimension(n), intent(inout)  rho 
)

Definition at line 185 of file rhomaguk.f90.