Ifpack Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Enumerations
Ifpack_ScalingType.h File Reference

Ifpack_ScalingType enumerable type. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  Ifpack_ScalingType {
  None, LeftDiagonal, RightDiagonal, SymmetricDiagonal,
  RowSum, ColSum, RowAndColSum
}
 Ifpack scaling type selector. More...
 

Detailed Description

Ifpack_ScalingType enumerable type.

Definition in file Ifpack_ScalingType.h.

Enumeration Type Documentation

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.