Figure 5:
The PSBLAS defined data type that
diff --git a/docs/html/node48.html b/docs/html/node48.html
index fecd3360..90b28728 100644
--- a/docs/html/node48.html
+++ b/docs/html/node48.html
@@ -54,7 +54,7 @@ get_vect -- Get a copy of the vector contents
-extv = v%get_vect()
+extv = v%get_vect([n])
@@ -70,6 +70,15 @@ extv = v%get_vect()
Scope: local
+
n
+Size to be returned
+
+Scope: local.
+
+Type: optional; default: entire vector.
+
+
+
@@ -79,7 +88,19 @@ Scope: local
Function value
An allocatable array holding a copy of the dense
- vector contents.
+ vector contents. If the argument is specified, the size of the
+ returned array equals the minimum between and the internal size
+ of the vector, or 0 if is negative; otherwise, the size of the
+ array is the same as the internal size of the vector.
diff --git a/docs/html/node50.html b/docs/html/node50.html
index 030e0a19..3b2fcc2e 100644
--- a/docs/html/node50.html
+++ b/docs/html/node50.html
@@ -64,7 +64,7 @@ data type may contain a simple preconditioning matrix with the
associated communication descriptor.The internal preconditioner is allocated appropriately with the
dynamic type corresponding to the desired preconditioner.
-
+
Figure 6:
The PSBLAS defined data type that contains a preconditioner.
diff --git a/docs/html/node53.html b/docs/html/node53.html
index 92801a8d..8c268684 100644
--- a/docs/html/node53.html
+++ b/docs/html/node53.html
@@ -78,7 +78,7 @@ call psb_geaxpby(alpha, x, beta, y, desc_a, info)
-
+
Table 1:
Data types
diff --git a/docs/html/node54.html b/docs/html/node54.html
index eca135e2..aae28bd0 100644
--- a/docs/html/node54.html
+++ b/docs/html/node54.html
@@ -113,7 +113,7 @@ dot \leftarrow x^H y
psb_gedot(x, y, desc_a, info [,global])
-
+
Table 2:
Data types
diff --git a/docs/html/node55.html b/docs/html/node55.html
index 2af4998b..265a6aad 100644
--- a/docs/html/node55.html
+++ b/docs/html/node55.html
@@ -98,7 +98,7 @@ is a rank one array.
call psb_gedots(res, x, y, desc_a, info)
-
+
Table 3:
Data types
diff --git a/docs/html/node56.html b/docs/html/node56.html
index 43376ad4..b8f358fa 100644
--- a/docs/html/node56.html
+++ b/docs/html/node56.html
@@ -107,7 +107,7 @@ psb_normi(x, desc_a, info [,global])
-
+
Table 4:
Data types
diff --git a/docs/html/node57.html b/docs/html/node57.html
index 628bb8ee..d4842941 100644
--- a/docs/html/node57.html
+++ b/docs/html/node57.html
@@ -81,7 +81,7 @@ call psb_geamaxs(res, x, desc_a, info)
-
+
Table 5:
Data types
diff --git a/docs/html/node58.html b/docs/html/node58.html
index ee1dc80b..612d29bc 100644
--- a/docs/html/node58.html
+++ b/docs/html/node58.html
@@ -106,7 +106,7 @@ psb_norm1(x, desc_a, info [,global])
-
+
Table 6:
Data types
diff --git a/docs/html/node59.html b/docs/html/node59.html
index 0e1f87ec..c5c35da2 100644
--- a/docs/html/node59.html
+++ b/docs/html/node59.html
@@ -125,7 +125,7 @@ call psb_geasums(res, x, desc_a, info)
-
+
Table 7:
Data types
diff --git a/docs/html/node60.html b/docs/html/node60.html
index 86fad99c..df95b3e8 100644
--- a/docs/html/node60.html
+++ b/docs/html/node60.html
@@ -100,7 +100,7 @@ nrm2 \leftarrow \sqrt{x^H x}
-
+
Table 8:
Data types
diff --git a/docs/html/node61.html b/docs/html/node61.html
index 50dafdf6..484183ad 100644
--- a/docs/html/node61.html
+++ b/docs/html/node61.html
@@ -81,7 +81,7 @@ call psb_genrm2s(res, x, desc_a, info)
-
+
Table 9:
Data types
diff --git a/docs/html/node62.html b/docs/html/node62.html
index 25a1234b..c5a4d925 100644
--- a/docs/html/node62.html
+++ b/docs/html/node62.html
@@ -89,7 +89,7 @@ where:
-
+
Table 10:
Data types
diff --git a/docs/html/node63.html b/docs/html/node63.html
index a8237f2b..7540dc85 100644
--- a/docs/html/node63.html
+++ b/docs/html/node63.html
@@ -89,7 +89,7 @@ where:
-
+
Table 11:
Data types
diff --git a/docs/html/node64.html b/docs/html/node64.html
index 2320b0a3..bd70a04e 100644
--- a/docs/html/node64.html
+++ b/docs/html/node64.html
@@ -152,7 +152,7 @@ where:
-
+
Table 12:
Data types
diff --git a/docs/html/node65.html b/docs/html/node65.html
index 73ceb1a0..987dee24 100644
--- a/docs/html/node65.html
+++ b/docs/html/node65.html
@@ -129,7 +129,7 @@ call psb_spsm(alpha, t, x, beta, y, desc_a, info,&
-
+
Table 13:
Data types
diff --git a/docs/html/node67.html b/docs/html/node67.html
index e58bfd3d..c7999425 100644
--- a/docs/html/node67.html
+++ b/docs/html/node67.html
@@ -84,7 +84,7 @@ where:
-
+
Table 14:
Data types
@@ -230,7 +230,7 @@ An integer value that contains an error code.
-
+
Figure 7:
Sample discretization mesh.
diff --git a/docs/html/node68.html b/docs/html/node68.html
index b4c45eb4..2924a570 100644
--- a/docs/html/node68.html
+++ b/docs/html/node68.html
@@ -99,7 +99,7 @@ operators
-
+
Table 15:
Data types
@@ -290,7 +290,7 @@ their instances.
-
+
Figure 8:
Sample discretization mesh.
diff --git a/docs/html/node69.html b/docs/html/node69.html
index c1ebfca0..68b008fb 100644
--- a/docs/html/node69.html
+++ b/docs/html/node69.html
@@ -107,7 +107,7 @@ process
-
+
Table 16:
Data types
diff --git a/docs/html/node70.html b/docs/html/node70.html
index 16fdace2..0565fbb8 100644
--- a/docs/html/node70.html
+++ b/docs/html/node70.html
@@ -105,7 +105,7 @@ process
-