|
DOUG 0.2
|
Go to the source code of this file.
Data Types | |
| type | RobustCoarseMtx_mod::SumOfInversedSubMtx |
| This represents matrix consisting of the sum of smaller inversed matrices. More... | |
Modules | |
| module | RobustCoarseMtx_mod |
Method for creating robust coarse spaces. | |
Functions/Subroutines | |
| type(SumOfInversedSubMtx) | RobustCoarseMtx_mod::CoarseProjectionMtxsBuild (A, R, naggr) |
| Creates restrict matrices for the Robust Coarse Space algorithm from the restrict matrix of the aggregation and smoothing result. | |
| type(SumOfInversedSubMtx) | getConstrainedEnergyMatrix (A, R) |
| subroutine | RobustCoarseMtx_mod::SOISMtx_pmvm (y, A, x) |
| Matrix-vector multiplication. | |
| subroutine | RobustCoarseMtx_mod::RobustRestrictMtxBuild (A, g, R) |
| Get robust restrict matrix. | |
Definition in file RobustCoarseMtx.f90.
| type(SumOfInversedSubMtx) CoarseProjectionMtxsBuild::getConstrainedEnergyMatrix | ( | type(SpMtx),intent(inout),target | A, |
| type(SpMtx),intent(in) | R | ||
| ) |
Definition at line 63 of file RobustCoarseMtx.f90.
References SpMtx_op_AB::SpMtx_AB2(), and SpMtx_util::SpMtx_printRaw().
Referenced by RobustCoarseMtx_mod::CoarseProjectionMtxsBuild().
1.7.3-20110217