First step of performance improvement
Finalysing first step of performance improvement focusing on reducing iteration CPU time by improving calculation of basic element functions, which took a lot of the CPU time
This commit is contained in:
parent
7b7a5c45ca
commit
746c5bea09
13 changed files with 260 additions and 252 deletions
|
|
@ -6,7 +6,8 @@ MODULE moduleConstParam
|
|||
|
||||
REAL(8), PARAMETER:: PI = 4.D0*DATAN(1.D0) !number pi
|
||||
REAL(8), PARAMETER:: PI2 = 2.D0*PI !2*pi
|
||||
REAL(8), PARAMETER:: PI8 = 8.D0*PI !2*pi
|
||||
REAL(8), PARAMETER:: PI4 = 4.D0*PI !4*pi
|
||||
REAL(8), PARAMETER:: PI8 = 8.D0*PI !8*pi
|
||||
REAL(8), PARAMETER:: sccm2atomPerS = 4.5D17 !sccm to atom s^-1
|
||||
REAL(8), PARAMETER:: qe = 1.60217662D-19 !Elementary charge
|
||||
REAL(8), PARAMETER:: kb = 1.38064852D-23 !Boltzmann constants SI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue