QR_MUMPS
Data Types | Modules | Functions/Subroutines | Variables
qrm_fdata_mod.F90 File Reference

This file contains the module which holds the data types used during the factorization. More...

Go to the source code of this file.

Data Types

type  _qrm_fdata_mod::_qrm_front_type
 This type defines a data structure containing all the data related to a front. More...
 
type  _qrm_fdata_mod::_qrm_fdata_type
 The data structure meant to store all the results of the factorization phase. More...
 
interface  _qrm_fdata_mod::qrm_fdata_destroy
 

Modules

module  _qrm_fdata_mod
 This module contains the definition of all the data related to the factorization phase.
 

Functions/Subroutines

subroutine _qrm_fdata_mod::_qrm_front_destroy (qrm_front)
 Frees a qrm_front_type instance. More...
 
subroutine _qrm_fdata_mod::_qrm_fdata_destroy (qrm_fdata)
 Destroys a _qrm_fdata_type instance. More...
 

Variables

integer, parameter _qrm_fdata_mod::qrm_busy_ = -huge(0)
 
integer, parameter _qrm_fdata_mod::qrm_ready_ = 0
 
integer, parameter _qrm_fdata_mod::qrm_activable_ = 1
 
integer, parameter _qrm_fdata_mod::qrm_active_ = 2
 
integer, parameter _qrm_fdata_mod::qrm_factorized_ = 3
 
integer, parameter _qrm_fdata_mod::qrm_free_ = 4
 
integer, parameter _qrm_fdata_mod::qrm_done_ = huge(0)
 

Detailed Description

This file contains the module which holds the data types used during the factorization.

Date
2016-01-29 22:22:30 +0100 (Fri, 29 Jan 2016)
Author
abuttari
Version
1.1
Revision
2075

Definition in file qrm_fdata_mod.F90.