|
DOUG 0.2
|
Matrices for the robust preconditioner. More...
Public Attributes | |
| type(SpMtx), pointer | I |
| type(SpMtx), pointer | H |
| type(SpMtx), pointer | AI |
| integer, dimension(:), pointer | subsolve_ids |
Matrices for the robust preconditioner.
This includes H and I matrix for every coarse node (fine aggregate).
Definition at line 18 of file pcg_robust.f90.
| type(SpMtx),pointer pcgRobust_mod::RobustPreconditionMtx::AI |
Definition at line 21 of file pcg_robust.f90.
| type(SpMtx),pointer pcgRobust_mod::RobustPreconditionMtx::H |
Definition at line 20 of file pcg_robust.f90.
| type(SpMtx),pointer pcgRobust_mod::RobustPreconditionMtx::I |
Definition at line 19 of file pcg_robust.f90.
1.7.3-20110217