diff --git a/base/modules/psb_base_tools_mod.f90 b/base/modules/psb_base_tools_mod.f90
index d40a5e4e..477d5297 100644
--- a/base/modules/psb_base_tools_mod.f90
+++ b/base/modules/psb_base_tools_mod.f90
@@ -362,12 +362,12 @@ module psb_cd_if_tools_mod
end subroutine psb_cdinsrc
subroutine psb_cdinsc(nz,ja,desc,info,jla,mask,lidx)
import :: psb_ipk_, psb_desc_type
- type(psb_desc_type), intent(inout) :: desc
- integer(psb_ipk_), intent(in) :: nz,ja(:)
- integer(psb_ipk_), intent(out) :: info
- integer(psb_ipk_), optional, intent(out) :: jla(:)
- logical, optional, target, intent(in) :: mask(:)
- integer, intent(in), optional :: lidx(:)
+ type(psb_desc_type), intent(inout) :: desc
+ integer(psb_ipk_), intent(in) :: nz,ja(:)
+ integer(psb_ipk_), intent(out) :: info
+ integer(psb_ipk_), optional, intent(out) :: jla(:)
+ logical, optional, target, intent(in) :: mask(:)
+ integer(psb_ipk_), intent(in), optional :: lidx(:)
end subroutine psb_cdinsc
end interface
diff --git a/base/tools/psb_cdins.f90 b/base/tools/psb_cdins.f90
index 1c1268d3..44c17ddc 100644
--- a/base/tools/psb_cdins.f90
+++ b/base/tools/psb_cdins.f90
@@ -166,6 +166,7 @@ end subroutine psb_cdinsrc
! info - integer. Return code.
! jla(:) - integer(psb_ipk_), optional The col indices in local numbering
! mask(:) - logical, optional, target
+! lidx(:) - integer(psb_ipk_), optional User-defined local col indices
!
subroutine psb_cdinsc(nz,ja,desc,info,jla,mask,lidx)
use psb_base_mod, psb_protect_name => psb_cdinsc
@@ -178,7 +179,7 @@ subroutine psb_cdinsc(nz,ja,desc,info,jla,mask,lidx)
integer(psb_ipk_), intent(out) :: info
integer(psb_ipk_), optional, intent(out) :: jla(:)
logical, optional, target, intent(in) :: mask(:)
- integer, intent(in), optional :: lidx(:)
+ integer(psb_ipk_), intent(in), optional :: lidx(:)
!LOCALS.....
diff --git a/docs/html/footnode.html b/docs/html/footnode.html
index 47d6655b..2f4866ff 100644
--- a/docs/html/footnode.html
+++ b/docs/html/footnode.html
@@ -104,7 +104,7 @@ sample scatter/gather routines.
.
-
... follows... follows3
The string is case-insensitive
diff --git a/docs/html/img100.png b/docs/html/img100.png
index d974a444..6ee75633 100644
Binary files a/docs/html/img100.png and b/docs/html/img100.png differ
diff --git a/docs/html/img101.png b/docs/html/img101.png
index 92823e6a..c1d8fa3f 100644
Binary files a/docs/html/img101.png and b/docs/html/img101.png differ
diff --git a/docs/html/img102.png b/docs/html/img102.png
index c352f896..605df8a0 100644
Binary files a/docs/html/img102.png and b/docs/html/img102.png differ
diff --git a/docs/html/img103.png b/docs/html/img103.png
index f21abed1..48478479 100644
Binary files a/docs/html/img103.png and b/docs/html/img103.png differ
diff --git a/docs/html/img104.png b/docs/html/img104.png
index 60d8dfe1..f0a8e0d9 100644
Binary files a/docs/html/img104.png and b/docs/html/img104.png differ
diff --git a/docs/html/img105.png b/docs/html/img105.png
index 0f14d830..67fafc48 100644
Binary files a/docs/html/img105.png and b/docs/html/img105.png differ
diff --git a/docs/html/img106.png b/docs/html/img106.png
index ffb003b8..62b29ec8 100644
Binary files a/docs/html/img106.png and b/docs/html/img106.png differ
diff --git a/docs/html/img107.png b/docs/html/img107.png
index 04caf6e5..bc3978ff 100644
Binary files a/docs/html/img107.png and b/docs/html/img107.png differ
diff --git a/docs/html/img108.png b/docs/html/img108.png
index 47f71ed5..9a0f8c4d 100644
Binary files a/docs/html/img108.png and b/docs/html/img108.png differ
diff --git a/docs/html/img109.png b/docs/html/img109.png
index 5cfc2662..b00a8cd8 100644
Binary files a/docs/html/img109.png and b/docs/html/img109.png differ
diff --git a/docs/html/img110.png b/docs/html/img110.png
index 988e80e2..d5fd8d1b 100644
Binary files a/docs/html/img110.png and b/docs/html/img110.png differ
diff --git a/docs/html/img111.png b/docs/html/img111.png
index 34390973..8b8bbce7 100644
Binary files a/docs/html/img111.png and b/docs/html/img111.png differ
diff --git a/docs/html/img112.png b/docs/html/img112.png
index be0d5a7d..cc0a9a34 100644
Binary files a/docs/html/img112.png and b/docs/html/img112.png differ
diff --git a/docs/html/img113.png b/docs/html/img113.png
index 101ad4d6..97d08ff9 100644
Binary files a/docs/html/img113.png and b/docs/html/img113.png differ
diff --git a/docs/html/img114.png b/docs/html/img114.png
index a8d143ed..9ec826b8 100644
Binary files a/docs/html/img114.png and b/docs/html/img114.png differ
diff --git a/docs/html/img115.png b/docs/html/img115.png
index faeee6e4..195c0224 100644
Binary files a/docs/html/img115.png and b/docs/html/img115.png differ
diff --git a/docs/html/img116.png b/docs/html/img116.png
index 18112b72..f8ecccb6 100644
Binary files a/docs/html/img116.png and b/docs/html/img116.png differ
diff --git a/docs/html/img117.png b/docs/html/img117.png
index f51cb667..2c463039 100644
Binary files a/docs/html/img117.png and b/docs/html/img117.png differ
diff --git a/docs/html/img118.png b/docs/html/img118.png
index 83d7a517..017eea04 100644
Binary files a/docs/html/img118.png and b/docs/html/img118.png differ
diff --git a/docs/html/img119.png b/docs/html/img119.png
index 4a97c54d..68bc1a02 100644
Binary files a/docs/html/img119.png and b/docs/html/img119.png differ
diff --git a/docs/html/img120.png b/docs/html/img120.png
index 51862530..69253a78 100644
Binary files a/docs/html/img120.png and b/docs/html/img120.png differ
diff --git a/docs/html/img121.png b/docs/html/img121.png
index d677cf77..90d8d9a9 100644
Binary files a/docs/html/img121.png and b/docs/html/img121.png differ
diff --git a/docs/html/img122.png b/docs/html/img122.png
index 77dcbe5b..798e7864 100644
Binary files a/docs/html/img122.png and b/docs/html/img122.png differ
diff --git a/docs/html/img123.png b/docs/html/img123.png
index 2dc97d67..fcdbb64f 100644
Binary files a/docs/html/img123.png and b/docs/html/img123.png differ
diff --git a/docs/html/img124.png b/docs/html/img124.png
index 5976bb15..1fe14d46 100644
Binary files a/docs/html/img124.png and b/docs/html/img124.png differ
diff --git a/docs/html/img125.png b/docs/html/img125.png
index 69a41dd7..5032beaf 100644
Binary files a/docs/html/img125.png and b/docs/html/img125.png differ
diff --git a/docs/html/img126.png b/docs/html/img126.png
index fad10afc..47913ee1 100644
Binary files a/docs/html/img126.png and b/docs/html/img126.png differ
diff --git a/docs/html/img127.png b/docs/html/img127.png
index 865798ac..2a4a67cc 100644
Binary files a/docs/html/img127.png and b/docs/html/img127.png differ
diff --git a/docs/html/img128.png b/docs/html/img128.png
index 0417d2c4..f63e861e 100644
Binary files a/docs/html/img128.png and b/docs/html/img128.png differ
diff --git a/docs/html/img129.png b/docs/html/img129.png
index f5338df3..c07a1bcd 100644
Binary files a/docs/html/img129.png and b/docs/html/img129.png differ
diff --git a/docs/html/img130.png b/docs/html/img130.png
index 0401ba94..6b244fdf 100644
Binary files a/docs/html/img130.png and b/docs/html/img130.png differ
diff --git a/docs/html/img131.png b/docs/html/img131.png
index bb8f30e9..850dcba0 100644
Binary files a/docs/html/img131.png and b/docs/html/img131.png differ
diff --git a/docs/html/img132.png b/docs/html/img132.png
index ccc43d90..a733cc99 100644
Binary files a/docs/html/img132.png and b/docs/html/img132.png differ
diff --git a/docs/html/img133.png b/docs/html/img133.png
index e69de29b..9ffee9ad 100644
Binary files a/docs/html/img133.png and b/docs/html/img133.png differ
diff --git a/docs/html/img134.png b/docs/html/img134.png
index 2c9db3d1..6928567c 100644
Binary files a/docs/html/img134.png and b/docs/html/img134.png differ
diff --git a/docs/html/img135.png b/docs/html/img135.png
index e69de29b..df82028c 100644
Binary files a/docs/html/img135.png and b/docs/html/img135.png differ
diff --git a/docs/html/img136.png b/docs/html/img136.png
index 12936326..e69de29b 100644
Binary files a/docs/html/img136.png and b/docs/html/img136.png differ
diff --git a/docs/html/img137.png b/docs/html/img137.png
index 38263b79..eab80395 100644
Binary files a/docs/html/img137.png and b/docs/html/img137.png differ
diff --git a/docs/html/img138.png b/docs/html/img138.png
index 98984bad..e69de29b 100644
Binary files a/docs/html/img138.png and b/docs/html/img138.png differ
diff --git a/docs/html/img139.png b/docs/html/img139.png
index 6dfaac06..ba121f2d 100644
Binary files a/docs/html/img139.png and b/docs/html/img139.png differ
diff --git a/docs/html/img140.png b/docs/html/img140.png
index d5054576..1c1c80ef 100644
Binary files a/docs/html/img140.png and b/docs/html/img140.png differ
diff --git a/docs/html/img141.png b/docs/html/img141.png
index d57061cc..82df5356 100644
Binary files a/docs/html/img141.png and b/docs/html/img141.png differ
diff --git a/docs/html/img142.png b/docs/html/img142.png
index 0e2bf7fa..16ae3958 100644
Binary files a/docs/html/img142.png and b/docs/html/img142.png differ
diff --git a/docs/html/img143.png b/docs/html/img143.png
index 09d1d796..ff9cded0 100644
Binary files a/docs/html/img143.png and b/docs/html/img143.png differ
diff --git a/docs/html/img144.png b/docs/html/img144.png
index 41988bf5..66deea3e 100644
Binary files a/docs/html/img144.png and b/docs/html/img144.png differ
diff --git a/docs/html/img145.png b/docs/html/img145.png
index 159bf1eb..46efae0d 100644
Binary files a/docs/html/img145.png and b/docs/html/img145.png differ
diff --git a/docs/html/img146.png b/docs/html/img146.png
index 51cfc1ee..263f649e 100644
Binary files a/docs/html/img146.png and b/docs/html/img146.png differ
diff --git a/docs/html/img147.png b/docs/html/img147.png
index 7e245b76..b9418ca1 100644
Binary files a/docs/html/img147.png and b/docs/html/img147.png differ
diff --git a/docs/html/img148.png b/docs/html/img148.png
index 6ca934d1..e486de17 100644
Binary files a/docs/html/img148.png and b/docs/html/img148.png differ
diff --git a/docs/html/img149.png b/docs/html/img149.png
index 8c593c1a..2a1a4eba 100644
Binary files a/docs/html/img149.png and b/docs/html/img149.png differ
diff --git a/docs/html/img19.png b/docs/html/img19.png
index e98a26a4..cf98cfe0 100644
Binary files a/docs/html/img19.png and b/docs/html/img19.png differ
diff --git a/docs/html/img20.png b/docs/html/img20.png
index 9f8a50df..09de5cc5 100644
Binary files a/docs/html/img20.png and b/docs/html/img20.png differ
diff --git a/docs/html/img21.png b/docs/html/img21.png
index bd2bea65..7dac43e2 100644
Binary files a/docs/html/img21.png and b/docs/html/img21.png differ
diff --git a/docs/html/img22.png b/docs/html/img22.png
index b8c723d5..9430fcbe 100644
Binary files a/docs/html/img22.png and b/docs/html/img22.png differ
diff --git a/docs/html/img23.png b/docs/html/img23.png
index 23642ca7..aa48fcec 100644
Binary files a/docs/html/img23.png and b/docs/html/img23.png differ
diff --git a/docs/html/img24.png b/docs/html/img24.png
index 1d343a4e..8b031349 100644
Binary files a/docs/html/img24.png and b/docs/html/img24.png differ
diff --git a/docs/html/img25.png b/docs/html/img25.png
index 00aba8b7..aa4a804d 100644
Binary files a/docs/html/img25.png and b/docs/html/img25.png differ
diff --git a/docs/html/img26.png b/docs/html/img26.png
index e554c45f..1a343166 100644
Binary files a/docs/html/img26.png and b/docs/html/img26.png differ
diff --git a/docs/html/img27.png b/docs/html/img27.png
index 7dfb3447..a0f61030 100644
Binary files a/docs/html/img27.png and b/docs/html/img27.png differ
diff --git a/docs/html/img28.png b/docs/html/img28.png
index 0cafba56..a758b501 100644
Binary files a/docs/html/img28.png and b/docs/html/img28.png differ
diff --git a/docs/html/img29.png b/docs/html/img29.png
index e341cc95..5ed5aee4 100644
Binary files a/docs/html/img29.png and b/docs/html/img29.png differ
diff --git a/docs/html/img30.png b/docs/html/img30.png
index e1c0218c..71286e30 100644
Binary files a/docs/html/img30.png and b/docs/html/img30.png differ
diff --git a/docs/html/img31.png b/docs/html/img31.png
index 9528520c..4ae3794e 100644
Binary files a/docs/html/img31.png and b/docs/html/img31.png differ
diff --git a/docs/html/img32.png b/docs/html/img32.png
index d18c1037..c00b10d4 100644
Binary files a/docs/html/img32.png and b/docs/html/img32.png differ
diff --git a/docs/html/img33.png b/docs/html/img33.png
index fb967761..fc908012 100644
Binary files a/docs/html/img33.png and b/docs/html/img33.png differ
diff --git a/docs/html/img34.png b/docs/html/img34.png
index ef5546ea..227f4a45 100644
Binary files a/docs/html/img34.png and b/docs/html/img34.png differ
diff --git a/docs/html/img35.png b/docs/html/img35.png
index 6e0c97fd..0e462a32 100644
Binary files a/docs/html/img35.png and b/docs/html/img35.png differ
diff --git a/docs/html/img36.png b/docs/html/img36.png
index 51da0ffd..e25cd0f1 100644
Binary files a/docs/html/img36.png and b/docs/html/img36.png differ
diff --git a/docs/html/img37.png b/docs/html/img37.png
index 911db80b..ab2ca1fb 100644
Binary files a/docs/html/img37.png and b/docs/html/img37.png differ
diff --git a/docs/html/img38.png b/docs/html/img38.png
index e1a29cbd..74259acf 100644
Binary files a/docs/html/img38.png and b/docs/html/img38.png differ
diff --git a/docs/html/img39.png b/docs/html/img39.png
index 262d8531..daed562b 100644
Binary files a/docs/html/img39.png and b/docs/html/img39.png differ
diff --git a/docs/html/img40.png b/docs/html/img40.png
index 0e462a32..1f510513 100644
Binary files a/docs/html/img40.png and b/docs/html/img40.png differ
diff --git a/docs/html/img41.png b/docs/html/img41.png
index 706efc44..3c745bda 100644
Binary files a/docs/html/img41.png and b/docs/html/img41.png differ
diff --git a/docs/html/img42.png b/docs/html/img42.png
index 11cbaf17..7864452c 100644
Binary files a/docs/html/img42.png and b/docs/html/img42.png differ
diff --git a/docs/html/img43.png b/docs/html/img43.png
index 0913945f..c6870ddb 100644
Binary files a/docs/html/img43.png and b/docs/html/img43.png differ
diff --git a/docs/html/img44.png b/docs/html/img44.png
index 3f7ed03f..6f1f5089 100644
Binary files a/docs/html/img44.png and b/docs/html/img44.png differ
diff --git a/docs/html/img45.png b/docs/html/img45.png
index cb4b88ad..647bd599 100644
Binary files a/docs/html/img45.png and b/docs/html/img45.png differ
diff --git a/docs/html/img46.png b/docs/html/img46.png
index 698eace9..640244a3 100644
Binary files a/docs/html/img46.png and b/docs/html/img46.png differ
diff --git a/docs/html/img47.png b/docs/html/img47.png
index 15dbb2d1..6e6a2fab 100644
Binary files a/docs/html/img47.png and b/docs/html/img47.png differ
diff --git a/docs/html/img48.png b/docs/html/img48.png
index 9849391f..6daecc86 100644
Binary files a/docs/html/img48.png and b/docs/html/img48.png differ
diff --git a/docs/html/img49.png b/docs/html/img49.png
index e6685337..6ec7e23b 100644
Binary files a/docs/html/img49.png and b/docs/html/img49.png differ
diff --git a/docs/html/img50.png b/docs/html/img50.png
index 0167f008..390e6c03 100644
Binary files a/docs/html/img50.png and b/docs/html/img50.png differ
diff --git a/docs/html/img51.png b/docs/html/img51.png
index 92679bed..7bbf7070 100644
Binary files a/docs/html/img51.png and b/docs/html/img51.png differ
diff --git a/docs/html/img52.png b/docs/html/img52.png
index 94cead1b..b9c59a14 100644
Binary files a/docs/html/img52.png and b/docs/html/img52.png differ
diff --git a/docs/html/img53.png b/docs/html/img53.png
index fcbddcdc..8ba65288 100644
Binary files a/docs/html/img53.png and b/docs/html/img53.png differ
diff --git a/docs/html/img54.png b/docs/html/img54.png
index 98a0daec..4b23da2f 100644
Binary files a/docs/html/img54.png and b/docs/html/img54.png differ
diff --git a/docs/html/img55.png b/docs/html/img55.png
index 70061937..1ec88bf6 100644
Binary files a/docs/html/img55.png and b/docs/html/img55.png differ
diff --git a/docs/html/img56.png b/docs/html/img56.png
index d88afbee..eccae9fa 100644
Binary files a/docs/html/img56.png and b/docs/html/img56.png differ
diff --git a/docs/html/img58.png b/docs/html/img58.png
index ac65c1ae..dddd83eb 100644
Binary files a/docs/html/img58.png and b/docs/html/img58.png differ
diff --git a/docs/html/img59.png b/docs/html/img59.png
index 9eb4538d..430ebf91 100644
Binary files a/docs/html/img59.png and b/docs/html/img59.png differ
diff --git a/docs/html/img60.png b/docs/html/img60.png
index f213c213..05ac5435 100644
Binary files a/docs/html/img60.png and b/docs/html/img60.png differ
diff --git a/docs/html/img61.png b/docs/html/img61.png
index d71bd926..8e796960 100644
Binary files a/docs/html/img61.png and b/docs/html/img61.png differ
diff --git a/docs/html/img62.png b/docs/html/img62.png
index 432763a5..30dbd771 100644
Binary files a/docs/html/img62.png and b/docs/html/img62.png differ
diff --git a/docs/html/img63.png b/docs/html/img63.png
index 5060d61f..11b3c242 100644
Binary files a/docs/html/img63.png and b/docs/html/img63.png differ
diff --git a/docs/html/img64.png b/docs/html/img64.png
index 51488101..eeb286d2 100644
Binary files a/docs/html/img64.png and b/docs/html/img64.png differ
diff --git a/docs/html/img65.png b/docs/html/img65.png
index 84c02e7b..0ed77815 100644
Binary files a/docs/html/img65.png and b/docs/html/img65.png differ
diff --git a/docs/html/img66.png b/docs/html/img66.png
index cebf3207..c095039e 100644
Binary files a/docs/html/img66.png and b/docs/html/img66.png differ
diff --git a/docs/html/img67.png b/docs/html/img67.png
index cdb9d212..125f4db6 100644
Binary files a/docs/html/img67.png and b/docs/html/img67.png differ
diff --git a/docs/html/img68.png b/docs/html/img68.png
index 68219adc..9d578b2e 100644
Binary files a/docs/html/img68.png and b/docs/html/img68.png differ
diff --git a/docs/html/img69.png b/docs/html/img69.png
index 03168677..5a54eaaa 100644
Binary files a/docs/html/img69.png and b/docs/html/img69.png differ
diff --git a/docs/html/img70.png b/docs/html/img70.png
index af247ba2..7cdcc02e 100644
Binary files a/docs/html/img70.png and b/docs/html/img70.png differ
diff --git a/docs/html/img71.png b/docs/html/img71.png
index 1588dfab..e7dece36 100644
Binary files a/docs/html/img71.png and b/docs/html/img71.png differ
diff --git a/docs/html/img72.png b/docs/html/img72.png
index 79d30ef8..6a2a491d 100644
Binary files a/docs/html/img72.png and b/docs/html/img72.png differ
diff --git a/docs/html/img73.png b/docs/html/img73.png
index d1056eda..64928229 100644
Binary files a/docs/html/img73.png and b/docs/html/img73.png differ
diff --git a/docs/html/img74.png b/docs/html/img74.png
index bfd4b177..e75b97e8 100644
Binary files a/docs/html/img74.png and b/docs/html/img74.png differ
diff --git a/docs/html/img75.png b/docs/html/img75.png
index c86cc64f..c064368c 100644
Binary files a/docs/html/img75.png and b/docs/html/img75.png differ
diff --git a/docs/html/img76.png b/docs/html/img76.png
index 18b5c0a9..1bff0b28 100644
Binary files a/docs/html/img76.png and b/docs/html/img76.png differ
diff --git a/docs/html/img77.png b/docs/html/img77.png
index 249e6086..b3ea7c10 100644
Binary files a/docs/html/img77.png and b/docs/html/img77.png differ
diff --git a/docs/html/img78.png b/docs/html/img78.png
index 8bcdb184..412f095e 100644
Binary files a/docs/html/img78.png and b/docs/html/img78.png differ
diff --git a/docs/html/img79.png b/docs/html/img79.png
index 16575795..f3e40f22 100644
Binary files a/docs/html/img79.png and b/docs/html/img79.png differ
diff --git a/docs/html/img80.png b/docs/html/img80.png
index ef60bae9..fa390ab4 100644
Binary files a/docs/html/img80.png and b/docs/html/img80.png differ
diff --git a/docs/html/img81.png b/docs/html/img81.png
index a0ddc2dd..6a7e2aff 100644
Binary files a/docs/html/img81.png and b/docs/html/img81.png differ
diff --git a/docs/html/img82.png b/docs/html/img82.png
index 79fd2f9f..59a7b1b8 100644
Binary files a/docs/html/img82.png and b/docs/html/img82.png differ
diff --git a/docs/html/img83.png b/docs/html/img83.png
index a0e52b5d..a18d2da7 100644
Binary files a/docs/html/img83.png and b/docs/html/img83.png differ
diff --git a/docs/html/img84.png b/docs/html/img84.png
index 84ab80b6..f1cc239b 100644
Binary files a/docs/html/img84.png and b/docs/html/img84.png differ
diff --git a/docs/html/img85.png b/docs/html/img85.png
index b060748f..c8d49159 100644
Binary files a/docs/html/img85.png and b/docs/html/img85.png differ
diff --git a/docs/html/img86.png b/docs/html/img86.png
index 943425a7..a435c6ad 100644
Binary files a/docs/html/img86.png and b/docs/html/img86.png differ
diff --git a/docs/html/img87.png b/docs/html/img87.png
index ae2c4cd8..9507699b 100644
Binary files a/docs/html/img87.png and b/docs/html/img87.png differ
diff --git a/docs/html/img88.png b/docs/html/img88.png
index 2abf9ed6..d7c8fbfc 100644
Binary files a/docs/html/img88.png and b/docs/html/img88.png differ
diff --git a/docs/html/img89.png b/docs/html/img89.png
index 80975054..6ba20bc6 100644
Binary files a/docs/html/img89.png and b/docs/html/img89.png differ
diff --git a/docs/html/img90.png b/docs/html/img90.png
index 4ffe5949..22d4ec91 100644
Binary files a/docs/html/img90.png and b/docs/html/img90.png differ
diff --git a/docs/html/img91.png b/docs/html/img91.png
index f71e274b..416d5b4e 100644
Binary files a/docs/html/img91.png and b/docs/html/img91.png differ
diff --git a/docs/html/img92.png b/docs/html/img92.png
index dc005ccf..45bc332b 100644
Binary files a/docs/html/img92.png and b/docs/html/img92.png differ
diff --git a/docs/html/img93.png b/docs/html/img93.png
index 71d5daf6..93333dc8 100644
Binary files a/docs/html/img93.png and b/docs/html/img93.png differ
diff --git a/docs/html/img94.png b/docs/html/img94.png
index 99bf4164..94b86772 100644
Binary files a/docs/html/img94.png and b/docs/html/img94.png differ
diff --git a/docs/html/img95.png b/docs/html/img95.png
index 985ac48f..98e719b6 100644
Binary files a/docs/html/img95.png and b/docs/html/img95.png differ
diff --git a/docs/html/img96.png b/docs/html/img96.png
index 503b1ab6..4c623550 100644
Binary files a/docs/html/img96.png and b/docs/html/img96.png differ
diff --git a/docs/html/img97.png b/docs/html/img97.png
index 2f53c222..27005bf7 100644
Binary files a/docs/html/img97.png and b/docs/html/img97.png differ
diff --git a/docs/html/img98.png b/docs/html/img98.png
index b83a8d66..fd2f3222 100644
Binary files a/docs/html/img98.png and b/docs/html/img98.png differ
diff --git a/docs/html/img99.png b/docs/html/img99.png
index de35d7fa..25c0fe21 100644
Binary files a/docs/html/img99.png and b/docs/html/img99.png differ
diff --git a/docs/html/index.html b/docs/html/index.html
index 90a70876..1d317858 100644
--- a/docs/html/index.html
+++ b/docs/html/index.html
@@ -56,9 +56,9 @@ University of Rome ``Tor Vergata'', Italy
-Software version: 3.0-beta
+Software version: 3.0
-April 16, 2012.
+May 4, 2012.
diff --git a/docs/html/node10.html b/docs/html/node10.html
index 6f8d0ecd..4ea6d9b2 100644
--- a/docs/html/node10.html
+++ b/docs/html/node10.html
@@ -202,7 +202,7 @@ Specified as: an allocatable integer array of rank two.
The Fortran 2003 declaration for psb_desc_type
structures is
as follows:
-
+
Figure 3:
The PSBLAS defined data type that
diff --git a/docs/html/node100.html b/docs/html/node100.html
index 48c75a7a..d903af3d 100644
--- a/docs/html/node100.html
+++ b/docs/html/node100.html
@@ -94,7 +94,7 @@ Specified as: an integer value
.
m
@@ -111,16 +111,16 @@ Specified as: an integer value
.
When is a rank 2 array, specifies the number of rows to be sent
independently of the leading dimension ; must have the
same value on sending and receiving processes.
@@ -142,8 +142,8 @@ Intent: inout.
Specified as: an integer, real or complex variable, which may be a
scalar, or a rank 1 or 2 array, or a character or logical scalar. Type, kind and rank must agree on sender and receiver process; if is
not specified, size must agree as well.
@@ -155,8 +155,8 @@ not specified, size must agree as well.
- This subroutine implies a synchronization, but only between the
calling process and the source process .
diff --git a/docs/html/node101.html b/docs/html/node101.html
index b9e41bfc..a619497c 100644
--- a/docs/html/node101.html
+++ b/docs/html/node101.html
@@ -94,7 +94,7 @@ explicitly.
-
+
Figure 9:
The layout of a generic psb_foo
@@ -107,8 +107,8 @@ The layout of a generic psb_foo
$\fbox{\TheSbox}$
-->
@@ -124,7 +124,7 @@ called by
psb_spasb
... by process 0 (i.e. the root process).
-
+
Figure 10:
A sample PSBLAS-2.0 error
@@ -137,8 +137,8 @@ A sample PSBLAS-2.0 error
$\fbox{\TheSbox}$
-->
diff --git a/docs/html/node113.html b/docs/html/node113.html
index e1095ded..70c17a1b 100644
--- a/docs/html/node113.html
+++ b/docs/html/node113.html
@@ -103,10 +103,10 @@ Error code: if no error, 0 is returned.
Notes
Legal inputs to this subroutine are interpreted depending on the
string as follows
3:
+ HREF="footnode.html#foot7158">
3:
- NONE
- No preconditioning, i.e. the preconditioner is just a copy
@@ -129,7 +129,7 @@ Legal inputs to this subroutine are interpreted depending on the
by the data allocation boundaries for each process; requires no
communication. Only the incomplete factorization is
currently implemented.
diff --git a/docs/html/node118.html b/docs/html/node118.html
index 4ce044c4..843f9533 100644
--- a/docs/html/node118.html
+++ b/docs/html/node118.html
@@ -73,7 +73,7 @@ err = \frac{\|r_i\|}{(\|A\|\|x_i\|+\|b\|)} < eps
@@ -89,19 +89,19 @@ err = \frac{\|r_i\|}{\|b\|_2} < eps
according to the value passed through the istop argument (see
later). In the above formulae,
is the tentative solution and
the corresponding residual at the
optional
Intent:
in.
Default:
.
Specified as: an integer variable
.
itrace
If print out an informational message about
convergence every iterations.
Scope: global
@@ -267,8 +267,8 @@ Type: optional.
Intent: in.
Values: . This is employed for the BiCGSTABL or RGMRES
methods, otherwise it is ignored.
@@ -328,8 +328,8 @@ Returned as: a real number.
SRC="img1.png"
ALT="$A$">; only
available with the method.
Scope: global
diff --git a/docs/html/node120.html b/docs/html/node120.html
index 0a0a33ad..1a677aeb 100644
--- a/docs/html/node120.html
+++ b/docs/html/node120.html
@@ -63,7 +63,7 @@ Mathematics Department, Macquarie University, Sydney.
The command line arguments were:
latex2html -local_icons -noaddress -dir ../../html userhtml.tex
-The translation was initiated by Salvatore Filippone on 2012-04-17
+The translation was initiated by Salvatore Filippone on 2012-05-04