8 #ifndef PACKAGES_MUELU_SRC_MUECENTRAL_MUELU_TOPRAPFACTORY_DECL_HPP_ 9 #define PACKAGES_MUELU_SRC_MUECENTRAL_MUELU_TOPRAPFACTORY_DECL_HPP_ 22 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = KokkosClassic::DefaultNode::DefaultNodeType>
24 #undef MUELU_TOPRAPFACTORY_SHORT 29 TopRAPFactory(RCP<const FactoryManagerBase> parentFactoryManager);
30 TopRAPFactory(RCP<const FactoryManagerBase> parentFactoryManagerFine, RCP<const FactoryManagerBase> parentFactoryManagerCoarse);
46 #define MUELU_TOPRAPFACTORY_SHORT TopRAPFactory(RCP< const FactoryManagerBase > parentFactoryManager)
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
Base class for factories that use two levels (fineLevel and coarseLevel).
Namespace for MueLu classes and methods.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
RCP< const FactoryBase > PFact_
Class that holds all level-specific information.
RCP< const FactoryBase > RFact_
RCP< const FactoryBase > AcFact_