Skip to content
Snippets Groups Projects
Commit 8383e5be authored by Antoine Cyril David Hoffmann's avatar Antoine Cyril David Hoffmann
Browse files

added arrays for coulomb collision operator

parent 86b0764f
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,10 @@ MODULE array ...@@ -9,11 +9,10 @@ MODULE array
COMPLEX(dp), DIMENSION(:,:,:,:,:), ALLOCATABLE :: moments_rhs_i ! (ip,ij,ikr,ikz,updatetlevel) COMPLEX(dp), DIMENSION(:,:,:,:,:), ALLOCATABLE :: moments_rhs_i ! (ip,ij,ikr,ikz,updatetlevel)
! To load collision matrix ! To load collision matrix
REAL(dp), DIMENSION(:,:), ALLOCATABLE :: iCe ! (ip,ij) REAL(dp), DIMENSION(:,:), ALLOCATABLE :: Ceepj, CeipjT
REAL(dp), DIMENSION(:,:), ALLOCATABLE :: iCi ! (ip,ij) REAL(dp), DIMENSION(:,:), ALLOCATABLE :: CeipjF
REAL(dp), DIMENSION(:,:), ALLOCATABLE :: Ciipj, CiepjT
! Intermediate steps in rhs of equations REAL(dp), DIMENSION(:,:), ALLOCATABLE :: CiepjF
!COMPLEX(dp), DIMENSION(:,:,:), ALLOCATABLE:: moments_Apl, moments_Bpl, moments_Cpl, moments_Dpl,&
! moments_Epl, moments_Fpl, moments_Gpl, moments_Hpl
END MODULE array END MODULE array
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment