46#ifndef MUELU_KEEPTYPE_HPP
47#define MUELU_KEEPTYPE_HPP
Namespace for MueLu classes and methods.
KeepEnum
Keep status of a variable of Level.
@ Final
Keep data only for this run. Used to keep data useful for Hierarchy::Iterate(). Data will be deleted ...
@ Keep
Always keep data, even accross run. This flag is set by Level::Keep(). This flag is propagated to coa...
@ NextRun
Both UserData and Keep flags force data to be kept and reused for the next run. Do not use MueLu::Nex...
@ UserData
User data are always kept. This flag is set automatically when Level::Set("data", data) is used....