QR_MUMPS
 All Classes Files Functions Variables Enumerations Enumerator Pages
Functions/Subroutines
qrm_compress_data.F90 File Reference

this file contains the subroutine that compresses the result of several operations done during the analysis to a size that is proportional to the number of nodes in the elimination tree. These data are of size ~n in input More...

Go to the source code of this file.

Functions/Subroutines

subroutine qrm_compress_data (adata, porder, parent, rc, stair, n)
 This routine compresses the results of a number of operations in the analysis phase. Basically, the input data is of size n and the output of size adatannodes (which is the number of nodes in the elimination tree). More...
 

Detailed Description

this file contains the subroutine that compresses the result of several operations done during the analysis to a size that is proportional to the number of nodes in the elimination tree. These data are of size ~n in input

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

Definition in file qrm_compress_data.F90.

Function/Subroutine Documentation

subroutine qrm_compress_data ( type(qrm_adata_type)  adata,
integer, dimension(:)  porder,
integer, dimension(:)  parent,
integer, dimension(:)  rc,
integer, dimension(:)  stair,
integer  n 
)

This routine compresses the results of a number of operations in the analysis phase. Basically, the input data is of size n and the output of size adatannodes (which is the number of nodes in the elimination tree).

Definition at line 83 of file qrm_compress_data.F90.

References i, qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), and qrm_error_mod::qrm_err_check().