|
|
@ -540,7 +540,7 @@ module mld_prec_mod
|
|
|
|
integer, intent(in) :: aggr_type
|
|
|
|
integer, intent(in) :: aggr_type
|
|
|
|
type(psb_dspmat_type), intent(in), target :: a
|
|
|
|
type(psb_dspmat_type), intent(in), target :: a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, allocatable :: ilaggr(:),nlaggr(:)
|
|
|
|
integer, allocatable, intent(out) :: ilaggr(:),nlaggr(:)
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
end subroutine mld_daggrmap_bld
|
|
|
|
end subroutine mld_daggrmap_bld
|
|
|
|
subroutine mld_zaggrmap_bld(aggr_type,a,desc_a,nlaggr,ilaggr,info)
|
|
|
|
subroutine mld_zaggrmap_bld(aggr_type,a,desc_a,nlaggr,ilaggr,info)
|
|
|
@ -549,7 +549,7 @@ module mld_prec_mod
|
|
|
|
integer, intent(in) :: aggr_type
|
|
|
|
integer, intent(in) :: aggr_type
|
|
|
|
type(psb_zspmat_type), intent(in), target :: a
|
|
|
|
type(psb_zspmat_type), intent(in), target :: a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
type(psb_desc_type), intent(in) :: desc_a
|
|
|
|
integer, allocatable :: ilaggr(:),nlaggr(:)
|
|
|
|
integer, allocatable, intent(out) :: ilaggr(:),nlaggr(:)
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
end subroutine mld_zaggrmap_bld
|
|
|
|
end subroutine mld_zaggrmap_bld
|
|
|
|
end interface
|
|
|
|
end interface
|
|
|
|