IFPACK  Development
 All Classes Namespaces Files Functions Variables Enumerations Friends 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.

Definition at line 52 of file Ifpack_ScalingType.h.