QR_MUMPS
Functions/Subroutines
qrm_do_subtree.F90 File Reference

This file contains the routines that take care of factorizing sequentially an entire subtree. More...

Go to the source code of this file.

Functions/Subroutines

subroutine _qrm_do_subtree (qrm_mat, fnum, flops)
 This subroutine does the sequential factorization of an entire subtree. More...
 
subroutine sequential_fct (front, flops)
 

Detailed Description

This file contains the routines that take care of factorizing sequentially an entire subtree.

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

Definition in file qrm_do_subtree.F90.

Function/Subroutine Documentation

subroutine _qrm_do_subtree ( type(_qrm_spmat_type), target  qrm_mat,
integer  fnum,
real(kind(1.d0))  flops 
)

This subroutine does the sequential factorization of an entire subtree.

Parameters
[in,out]qrm_matthe whole problem data structure
[in]fnumthe id of the root of the subtree
[in,out]flopsa counter for the flops which is updated

Definition at line 47 of file qrm_do_subtree.F90.

References _qrm_clean_front(), _qrm_init_front(), _qrm_fdata_mod::qrm_done_, _qrm_fdata_mod::qrm_factorized_, qrm_nb_, _qrm_fdata_mod::qrm_ready_, and sequential_fct().

Referenced by _qrm_activate_front().

subroutine _qrm_do_subtree::sequential_fct ( type(_qrm_front_type front,
real(kind(1.d0))  flops 
)

Definition at line 162 of file qrm_do_subtree.F90.