|
|
@ -122,6 +122,7 @@ module psb_cd_tools_mod
|
|
|
|
logical, optional, target, intent(in) :: mask(:)
|
|
|
|
logical, optional, target, intent(in) :: mask(:)
|
|
|
|
integer(psb_ipk_), intent(in), optional :: lidx(:)
|
|
|
|
integer(psb_ipk_), intent(in), optional :: lidx(:)
|
|
|
|
end subroutine psb_cdinsc
|
|
|
|
end subroutine psb_cdinsc
|
|
|
|
|
|
|
|
#if defined(IPK4) && defined(LPK8)
|
|
|
|
subroutine psb_lcdinsrc(nz,ia,ja,desc_a,info,ila,jla)
|
|
|
|
subroutine psb_lcdinsrc(nz,ia,ja,desc_a,info,ila,jla)
|
|
|
|
import :: psb_ipk_, psb_lpk_, psb_desc_type
|
|
|
|
import :: psb_ipk_, psb_lpk_, psb_desc_type
|
|
|
|
type(psb_desc_type), intent(inout) :: desc_a
|
|
|
|
type(psb_desc_type), intent(inout) :: desc_a
|
|
|
@ -140,6 +141,7 @@ module psb_cd_tools_mod
|
|
|
|
logical, optional, target, intent(in) :: mask(:)
|
|
|
|
logical, optional, target, intent(in) :: mask(:)
|
|
|
|
integer(psb_ipk_), intent(in), optional :: lidx(:)
|
|
|
|
integer(psb_ipk_), intent(in), optional :: lidx(:)
|
|
|
|
end subroutine psb_lcdinsc
|
|
|
|
end subroutine psb_lcdinsc
|
|
|
|
|
|
|
|
#endif
|
|
|
|
end interface
|
|
|
|
end interface
|
|
|
|
|
|
|
|
|
|
|
|
interface psb_cdbldext
|
|
|
|
interface psb_cdbldext
|