mlprec/mld_caggrmap_bld.f90
 mlprec/mld_daggrmap_bld.f90
 mlprec/mld_saggrmap_bld.f90
 mlprec/mld_zaggrmap_bld.f90

Added header entry for theta.
stopcriterion
Salvatore Filippone 17 years ago
parent b9901f1f8e
commit 715cdc2934

@ -58,6 +58,8 @@
! Arguments: ! Arguments:
! aggr_type - integer, input. ! aggr_type - integer, input.
! The scalar used to identify the aggregation algorithm. ! The scalar used to identify the aggregation algorithm.
! theta - real, input.
! The aggregation threshold used in the aggregation algorithm.
! a - type(psb_cspmat_type), input. ! a - type(psb_cspmat_type), input.
! The sparse matrix structure containing the local part of ! The sparse matrix structure containing the local part of
! the fine-level matrix. ! the fine-level matrix.

@ -58,6 +58,8 @@
! Arguments: ! Arguments:
! aggr_type - integer, input. ! aggr_type - integer, input.
! The scalar used to identify the aggregation algorithm. ! The scalar used to identify the aggregation algorithm.
! theta - real, input.
! The aggregation threshold used in the aggregation algorithm.
! a - type(psb_dspmat_type), input. ! a - type(psb_dspmat_type), input.
! The sparse matrix structure containing the local part of ! The sparse matrix structure containing the local part of
! the fine-level matrix. ! the fine-level matrix.

@ -58,6 +58,8 @@
! Arguments: ! Arguments:
! aggr_type - integer, input. ! aggr_type - integer, input.
! The scalar used to identify the aggregation algorithm. ! The scalar used to identify the aggregation algorithm.
! theta - real, input.
! The aggregation threshold used in the aggregation algorithm.
! a - type(psb_dspmat_type), input. ! a - type(psb_dspmat_type), input.
! The sparse matrix structure containing the local part of ! The sparse matrix structure containing the local part of
! the fine-level matrix. ! the fine-level matrix.

@ -58,6 +58,8 @@
! Arguments: ! Arguments:
! aggr_type - integer, input. ! aggr_type - integer, input.
! The scalar used to identify the aggregation algorithm. ! The scalar used to identify the aggregation algorithm.
! theta - real, input.
! The aggregation threshold used in the aggregation algorithm.
! a - type(psb_zspmat_type), input. ! a - type(psb_zspmat_type), input.
! The sparse matrix structure containing the local part of ! The sparse matrix structure containing the local part of
! the fine-level matrix. ! the fine-level matrix.

Loading…
Cancel
Save