|
DOUG 0.2
|
Component that reads in and distributes data. More...
Public Attributes | |
| type(Mesh) | mesh |
| Information about mesh and neighbours. | |
| type(SpMtx) | A |
| Distributed system matrix. | |
| type(SpMtx) | A_ghost |
| Matrix elements needed for ghost values. | |
| real(kind=rk), dimension(:), pointer | rhs |
| Distributed RHS. | |
| type(OperationCache) | cache |
| Auxilary arrays. | |
Component that reads in and distributes data.
Definition at line 33 of file Distribution_base.F90.
Distributed system matrix.
Definition at line 35 of file Distribution_base.F90.
Matrix elements needed for ghost values.
Definition at line 36 of file Distribution_base.F90.
Auxilary arrays.
Definition at line 40 of file Distribution_base.F90.
Information about mesh and neighbours.
Definition at line 34 of file Distribution_base.F90.
| real(kind=rk),dimension(:),pointer Distribution_base_mod::Distribution::rhs |
Distributed RHS.
Definition at line 37 of file Distribution_base.F90.
1.7.3-20110217