MueLu  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
MueLu_KeepType.hpp File Reference

Go to the source code of this file.

Namespaces

 MueLu
 Namespace for MueLu classes and methods.
 

Typedefs

typedef short MueLu::KeepType
 

Enumerations

enum  MueLu::KeepEnum {
  MueLu::UserData = 0x1, MueLu::Keep = 0x2, MueLu::Final = 0x4, MueLu::NextRun = UserData | Keep,
  MueLu::All = UserData | Keep | Final
}
 Keep status of a variable of Level. More...