From a87bf0ad7f47f6cebad5770798d6b0019592fc5e Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 5 Sep 2018 14:57:51 +0100 Subject: [PATCH] Fixed html docs for new get_vect. --- docs/html/footnode.html | 4 ++-- docs/html/node10.html | 2 +- docs/html/node117.html | 4 ++-- docs/html/node126.html | 2 +- docs/html/node133.html | 2 +- docs/html/node23.html | 2 +- docs/html/node43.html | 2 +- docs/html/node48.html | 25 +++++++++++++++++++++++-- docs/html/node50.html | 2 +- docs/html/node53.html | 2 +- docs/html/node54.html | 2 +- docs/html/node55.html | 2 +- docs/html/node56.html | 2 +- docs/html/node57.html | 2 +- docs/html/node58.html | 2 +- docs/html/node59.html | 2 +- docs/html/node60.html | 2 +- docs/html/node61.html | 2 +- docs/html/node62.html | 2 +- docs/html/node63.html | 2 +- docs/html/node64.html | 2 +- docs/html/node65.html | 2 +- docs/html/node67.html | 4 ++-- docs/html/node68.html | 4 ++-- docs/html/node69.html | 2 +- docs/html/node70.html | 2 +- 26 files changed, 52 insertions(+), 31 deletions(-) diff --git a/docs/html/footnode.html b/docs/html/footnode.html index fda291c2..1528fdfe 100644 --- a/docs/html/footnode.html +++ b/docs/html/footnode.html @@ -137,7 +137,7 @@ sample scatter/gather routines. . -
... follows... follows4
The string is case-insensitive @@ -173,7 +173,7 @@ sample scatter/gather routines. .
-
... method... method5
Note: the implementation is for psb_desc_type structures is as follows: -
+
Figure 3: The PSBLAS defined data type that diff --git a/docs/html/node117.html b/docs/html/node117.html index ddce17bf..a596e0c1 100644 --- a/docs/html/node117.html +++ b/docs/html/node117.html @@ -91,7 +91,7 @@ explicitly.

-

+
Figure 9: The layout of a generic psb_foo @@ -121,7 +121,7 @@ called by psb_spasb ... by process 0 (i.e. the root process).

-

+
Figure 10: A sample PSBLAS-2.0 error diff --git a/docs/html/node126.html b/docs/html/node126.html index 53d0a4ba..0f62c0f2 100644 --- a/docs/html/node126.html +++ b/docs/html/node126.html @@ -103,7 +103,7 @@ Legal inputs to this subroutine are interpreted depending on the WIDTH="41" HEIGHT="30" ALIGN="MIDDLE" BORDER="0" SRC="img160.png" ALT="$ptype$"> string as follows4: + HREF="footnode.html#foot7823">4:
NONE
No preconditioning, i.e. the preconditioner is just a copy diff --git a/docs/html/node133.html b/docs/html/node133.html index 5c7a4eb3..510c1924 100644 --- a/docs/html/node133.html +++ b/docs/html/node133.html @@ -169,7 +169,7 @@ call psb_krylov(method,a,prec,b,x,eps,desc_a,info,&
FCG:
the Flexible Conjugate Gradient method5; + HREF="footnode.html#foot8272">5;

diff --git a/docs/html/node23.html b/docs/html/node23.html index 6abadf89..ecc0e565 100644 --- a/docs/html/node23.html +++ b/docs/html/node23.html @@ -82,7 +82,7 @@ specific layout can be chosen dynamically among the predefined types, or an entirely new storage layout can be implemented and passed to the library at runtime via the psb_spasb routine. -
+
Figure 4: The PSBLAS defined data type that diff --git a/docs/html/node43.html b/docs/html/node43.html index e34c4467..74f930ba 100644 --- a/docs/html/node43.html +++ b/docs/html/node43.html @@ -90,7 +90,7 @@ available elsewhere outside the direct control of the compiler/application, e.g. data stored in a graphics accelerator's private memory. -
+
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 $n$ is specified, the size of the + returned array equals the minimum between $n$ and the internal size + of the vector, or 0 if $n$ 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. -
+
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)


-
+
Figure 6: The PSBLAS defined data type that contains a preconditioner.
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 1: 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 2: 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 3: 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 4: 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 5: 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 6: 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 7: 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 8: 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 9: 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 10: 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 11: 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 12: 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 13: Data types
@@ -230,7 +230,7 @@ An integer value that contains an error code. -
+
Table 14: Data types
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

-
+
Figure 7: Sample discretization mesh.
@@ -290,7 +290,7 @@ their instances.

-

+
Table 15: Data types
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

-
+
Figure 8: Sample discretization mesh.
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

-
+
Table 16: Data types
Table 17: Data types