real_array_example Program

Variables

Type Attributes Name Initial
real(kind=C_float), allocatable :: val(:)
integer(kind=C_int64_t), allocatable :: row_ptr(:)
integer(kind=C_int), allocatable :: col_idx(:)
real(kind=real64), allocatable :: old_vector(:)
real(kind=real32), allocatable :: old_vector_real32(:)
real(kind=real64), allocatable :: new_vector(:)
real(kind=real32), allocatable :: new_vector_real32(:)
integer(kind=C_size_t) :: n
integer(kind=C_size_t) :: col_size
type(CRS_) :: crs
type(COO_) :: coo
type(time_) :: time
type(Random_) :: random
type(FEMDomain_) :: domain