Dear all,
I have a question regarding data type.
I have some big vector: PP,TT,PET. I would like to put them in a data type variable
TYPE::tMACROCELLNODE INTEGER :: nElem REAL(KIND=8),ALLOCATABLE,DIMENSION(:) :: PP REAL(KIND=8),ALLOCATABLE,DIMENSION(:) :: TT REAL(KIND=8),ALLOCATABLE,DIMENSION(:) :: PET
In this way, my code should be easy to develop, to read and to parallelize.
I ask to my self if this type variable, with very big data, could create some problem.
I do not know, stability, speed ecc ecc.
Thanks to all of you