next up previous contents
Next: psb_gefree Frees Up: Data management routines Previous: psb_geins Dense   Contents

psb_geasb -- Assembly a dense matrix

call psb_geasb(x, desc_a, info, mold)

Type:
Synchronous.
On Entry
desc_a
The communication descriptor.
Scope: local
Type: required
Intent: in.
Specified as: a variable of type descdatapsb_desc_type.
mold
The desired dynamic type for the internal vector storage.
Scope: local.
Type: optional.
Intent: in.
Specified as: an object of a class derived from vbasedatapsb_T_base_vect_type; this is only allowed when $x$ is of type vdatapsb_T_vect_type.

On Return
x
The dense matrix to be assembled.
Scope: local
Type: required
Intent: inout.
Specified as: a rank one or two array with the ALLOCATABLE or an object of type vdatapsb_T_vect_type, of type real, complex or integer.
info
Error code.
Scope: local
Type: required
Intent: out.
An integer value; 0 means no error has been detected.