|
DOUG 0.2
|
SpMtxPartAssembleBlock type Sparse matrix assembling context (for single inner/interf block) More...
Public Attributes | |
| integer | val_count |
| number of values in array 'val' | |
| float(kind=rk), dimension(:), pointer | val |
| assembled sparse matrix values | |
| type(IdxMap), dimension(:), pointer | idx_map |
| for each row, index map for column -> index in val | |
SpMtxPartAssembleBlock type Sparse matrix assembling context (for single inner/interf block)
Definition at line 49 of file ElemMtxs_assemble.F90.
| type(IdxMap),dimension(:),pointer ElemMtxs_assemble::ElemMtxsAssembleBlock::idx_map |
for each row, index map for column -> index in val
Definition at line 55 of file ElemMtxs_assemble.F90.
| float(kind=rk),dimension(:),pointer ElemMtxs_assemble::ElemMtxsAssembleBlock::val |
assembled sparse matrix values
Definition at line 53 of file ElemMtxs_assemble.F90.
number of values in array 'val'
Definition at line 51 of file ElemMtxs_assemble.F90.
1.7.3-20110217