|
Ifpack Package Browser (Single Doxygen Collection)
Development
|
Ifpack_ScalingType enumerable type. More...

Go to the source code of this file.
Enumerations | |
| enum | Ifpack_ScalingType { None, LeftDiagonal, RightDiagonal, SymmetricDiagonal, RowSum, ColSum, RowAndColSum } |
| Ifpack scaling type selector. More... | |
Ifpack_ScalingType enumerable type.
Definition in file Ifpack_ScalingType.h.
| enum Ifpack_ScalingType |
Ifpack scaling type selector.
Selects the type of scaling used (if any) for Ifpack preconditioners.
| Enumerator | |
|---|---|
| None | |
| LeftDiagonal | |
| RightDiagonal | |
| SymmetricDiagonal | |
| RowSum | |
| ColSum | |
| RowAndColSum | |
Definition at line 52 of file Ifpack_ScalingType.h.
1.8.14