Go to the source code of this file.
Functions/Subroutines | |
subroutine | dqrm_do_scotch (graph, cperm) |
Please refer to: More... | |
subroutine dqrm_do_scotch | ( | type(dqrm_spmat_type) | graph, |
integer, dimension(:) | cperm | ||
) |
Please refer to:
"SCOTCH 5.1 User's guide. Technical report, LaBRI, September 2008. F. Pellegrini.
for the details of the reordering method.
[in] | graph | the graph associated to the matrix to be ordered. |
[out] | cperm | an integer array containing the new column order |
Definition at line 49 of file dqrm_do_scotch.F90.
References dqrm_ata_graph(), dqrm_spmat_mod::qrm_spmat_destroy::dqrm_spmat_destroy(), qrm_error_mod::qrm_err_act_restore(), qrm_error_mod::qrm_err_act_save(), qrm_error_mod::qrm_err_check(), and qrm_error_mod::qrm_err_push().
Referenced by dqrm_do_ordering().