10#ifndef MUELU_RAPFACTORY_DECL_HPP
11#define MUELU_RAPFACTORY_DECL_HPP
15#include <Xpetra_MatrixFactory_fwd.hpp>
16#include <Xpetra_Matrix_fwd.hpp>
17#include <Xpetra_MatrixUtils_fwd.hpp>
39#undef MUELU_RAPFACTORY_SHORT
99#define MUELU_RAPFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
Factory for building coarse matrices.
std::vector< RCP< const FactoryBase > > transferFacts_
list of user-defined transfer Factories
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
size_t NumTransferFactories() const
Returns number of transfer factories.
void AddTransferFactory(const RCP< const FactoryBase > &factory)
Add transfer factory in the end of list of transfer factories in RepartitionAcFactory.
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.
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar