QR_MUMPS
|
Go to the source code of this file.
Data Types | |
type | dqrm_fdata_mod::dqrm_front_type |
This type defines a data structure containing all the data related to a front. More... | |
type | dqrm_fdata_mod::dqrm_fdata_type |
The data structure meant to store all the results of the factorization phase. More... | |
interface | dqrm_fdata_mod::qrm_fdata_destroy |
Modules | |
module | dqrm_fdata_mod |
This module contains the definition of all the data related to the factorization phase. | |
Functions/Subroutines | |
subroutine | dqrm_fdata_mod::dqrm_front_destroy (qrm_front) |
Frees a qrm_front_type instance. More... | |
subroutine | dqrm_fdata_mod::dqrm_fdata_destroy (qrm_fdata) |
Destroys a dqrm_fdata_type instance. More... | |
Variables | |
integer, parameter | dqrm_fdata_mod::qrm_busy_ = -huge(0) |
integer, parameter | dqrm_fdata_mod::qrm_ready_ = 0 |
integer, parameter | dqrm_fdata_mod::qrm_activable_ = 1 |
integer, parameter | dqrm_fdata_mod::qrm_active_ = 2 |
integer, parameter | dqrm_fdata_mod::qrm_factorized_ = 3 |
integer, parameter | dqrm_fdata_mod::qrm_free_ = 4 |
integer, parameter | dqrm_fdata_mod::qrm_done_ = huge(0) |