MueLu Version of the Day
Loading...
Searching...
No Matches
MueLu_Types.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  MueLu
 Namespace for MueLu classes and methods.
 

Enumerations

enum  MueLu::CycleType { MueLu::VCYCLE , MueLu::WCYCLE }
 
enum  MueLu::PreOrPost { MueLu::PRE = 0x1 , MueLu::POST = 0x2 , MueLu::BOTH = 0x3 }
 
enum  MueLu::NodeState {
  MueLu::READY = 1 , MueLu::NOTSEL = 2 , MueLu::AGGREGATED = 3 , MueLu::ONEPT = 4 ,
  MueLu::IGNORED = 5 , MueLu::BOUNDARY = 6 , MueLu::INTERFACE = 7
}
 
enum  MueLu::IndexingType { MueLu::UNCOUPLED = 1 , MueLu::LOCALLEXI = 2 , MueLu::GLOBALLEXI = 3 }