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) |
This file contains the routines that take care of factorizing sequentially an entire subtree.
Definition in file qrm_do_subtree.F90.
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.
[in,out] | qrm_mat | the whole problem data structure |
[in] | fnum | the id of the root of the subtree |
[in,out] | flops | a counter for the flops which is updated |
Definition at line 46 of file qrm_do_subtree.F90.
References _qrm_clean_front(), _qrm_init_front(), qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), qrm_error_mod::qrm_err_check(), qrm_nb_, 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 161 of file qrm_do_subtree.F90.
References i, qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), and qrm_error_mod::qrm_err_check().