XGCa
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Data Types | Public Attributes | Private Attributes | List of all members
col_f_module Module Reference

Data Types

type  col_f_core_type
 

Public Attributes

integer col_f_nthreads
 
integer col_f_nvr
 
integer col_f_nvz
 
integer col_f_ntotal_v
 
real(kind=8) col_f_dt
 
integer, dimension(:,:),
allocatable 
index_map_lu
 
integer, dimension(:), allocatable lu_cvalues
 
integer, dimension(:), allocatable lu_rowindx
 
integer, dimension(:), allocatable lu_colptr
 
integer lu_n
 
integer lu_nnz
 
integer lu_nrhs
 
integer lu_ldb
 
integer, parameter col_f_tile_size_max =5
 
real(kind=8), parameter col_f_tol_negative =0.1D0
 
integer, dimension(:),
allocatable, target 
col_converged_all
 For cpp collisions. More...
 
logical, parameter use_superlu = .false.
 
integer, dimension(max_threadscol_f_mat_list
 
integer, dimension(max_threadscol_f_vecb_list
 
integer, dimension(max_threadscol_f_vecx_list
 
integer, dimension(max_threadscol_f_ksp_list
 

Private Attributes

integer, parameter, private max_threads =32
 

Member Data Documentation

integer, dimension(:), allocatable, target col_f_module::col_converged_all

For cpp collisions.

real (kind=8) col_f_module::col_f_dt
integer, dimension(max_threads) col_f_module::col_f_ksp_list
integer, dimension(max_threads) col_f_module::col_f_mat_list
integer col_f_module::col_f_nthreads
integer col_f_module::col_f_ntotal_v
integer col_f_module::col_f_nvr
integer col_f_module::col_f_nvz
integer, parameter col_f_module::col_f_tile_size_max =5
real (kind=8), parameter col_f_module::col_f_tol_negative =0.1D0
integer, dimension(max_threads) col_f_module::col_f_vecb_list
integer, dimension(max_threads) col_f_module::col_f_vecx_list
integer, dimension(:,:), allocatable col_f_module::index_map_lu
integer, dimension(:), allocatable col_f_module::lu_colptr
integer, dimension(:), allocatable col_f_module::lu_cvalues
integer col_f_module::lu_ldb
integer col_f_module::lu_n
integer col_f_module::lu_nnz
integer col_f_module::lu_nrhs
integer, dimension(:), allocatable col_f_module::lu_rowindx
integer, parameter, private col_f_module::max_threads =32
private
logical, parameter col_f_module::use_superlu = .false.

The documentation for this module was generated from the following file: