8#ifndef PACKAGES_MUELU_SRC_MUECENTRAL_MUELU_TOPRAPFACTORY_DECL_HPP_
9#define PACKAGES_MUELU_SRC_MUECENTRAL_MUELU_TOPRAPFACTORY_DECL_HPP_
26 class TopRAPFactory :
public TwoLevelFactoryBase {
27#undef MUELU_TOPRAPFACTORY_SHORT
32 TopRAPFactory(RCP<const FactoryManagerBase> parentFactoryManager);
33 TopRAPFactory(RCP<const FactoryManagerBase> parentFactoryManagerFine, RCP<const FactoryManagerBase> parentFactoryManagerCoarse);
37 void DeclareInput(Level & fineLevel, Level & coarseLevel)
const;
39 void Build(Level & fineLevel, Level & coarseLevel)
const;
49#define MUELU_TOPRAPFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.
RCP< const FactoryBase > AcFact_
TopRAPFactory(RCP< const FactoryManagerBase > parentFactoryManager)
RCP< const FactoryBase > RFact_
RCP< const FactoryBase > PFact_
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar