QR_MUMPS
List of all members | Public Attributes
_qrm_fdata_mod::_qrm_fdata_type Type Reference

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(_qrm_front_type), dimension(:), allocatable front_list
 an array of type _qrm_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...
 

Detailed Description

The data structure meant to store all the results of the factorization phase.

Definition at line 167 of file qrm_fdata_mod.F90.

Member Data Documentation

integer _qrm_fdata_mod::_qrm_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 qrm_fdata_mod.F90.

type(_qrm_front_type), dimension(:), allocatable _qrm_fdata_mod::_qrm_fdata_type::front_list

an array of type _qrm_front_type containing the list of fronts assigned to the process

Definition at line 175 of file qrm_fdata_mod.F90.

integer(kind=omp_lock_kind) _qrm_fdata_mod::_qrm_fdata_type::lock

a lock to synchronize all dangerous accesses to a qrm_fdata_type

Definition at line 178 of file qrm_fdata_mod.F90.

integer _qrm_fdata_mod::_qrm_fdata_type::nfronts =0

an integer containing the number of fronts assigned to the process

Definition at line 169 of file qrm_fdata_mod.F90.

logical _qrm_fdata_mod::_qrm_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 qrm_fdata_mod.F90.


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