QR_MUMPS
|
The data structure meant to store all the results of the factorization phase. More...
Public Attributes | |
integer | nfronts =0 |
an integer containing the number of fronts assigned to the process More... | |
integer | done =0 |
just a counter to count the number of fronts done during the factorization. It is used to stop the factorization operation More... | |
type(dqrm_front_type), dimension(:), allocatable | front_list |
an array of type dqrm_front_type containing the list of fronts assigned to the process More... | |
integer(kind=omp_lock_kind) | lock |
a lock to synchronize all dangerous accesses to a qrm_fdata_type More... | |
logical | ok =.false. |
it is set to .true. if the factorization is done (with success), to .false. otherwise More... | |
The data structure meant to store all the results of the factorization phase.
Definition at line 167 of file dqrm_fdata_mod.F90.
integer dqrm_fdata_mod::dqrm_fdata_type::done =0 |
just a counter to count the number of fronts done during the factorization. It is used to stop the factorization operation
Definition at line 172 of file dqrm_fdata_mod.F90.
type(dqrm_front_type), dimension(:), allocatable dqrm_fdata_mod::dqrm_fdata_type::front_list |
an array of type dqrm_front_type containing the list of fronts assigned to the process
Definition at line 175 of file dqrm_fdata_mod.F90.
integer(kind=omp_lock_kind) dqrm_fdata_mod::dqrm_fdata_type::lock |
a lock to synchronize all dangerous accesses to a qrm_fdata_type
Definition at line 178 of file dqrm_fdata_mod.F90.
integer dqrm_fdata_mod::dqrm_fdata_type::nfronts =0 |
an integer containing the number of fronts assigned to the process
Definition at line 169 of file dqrm_fdata_mod.F90.
logical dqrm_fdata_mod::dqrm_fdata_type::ok =.false. |
it is set to .true. if the factorization is done (with success), to .false. otherwise
Definition at line 181 of file dqrm_fdata_mod.F90.