46 #ifndef MUELU_TRANSPFACTORY_DECL_HPP 47 #define MUELU_TRANSPFACTORY_DECL_HPP 49 #include <Xpetra_Matrix_fwd.hpp> 69 template <
class Scalar = double,
70 class LocalOrdinal = int,
71 class GlobalOrdinal = LocalOrdinal,
72 class Node = KokkosClassic::DefaultNode::DefaultNodeType>
74 #undef MUELU_TRANSPFACTORY_SHORT 109 #define MUELU_TRANSPFACTORY_SHORT 110 #endif // MUELU_TRANSPFACTORY_DECL_HPP
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
virtual ~TransPFactory()
Destructor.
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.
Class that holds all level-specific information.
Factory for building restriction operators.
TransPFactory()
Constructor.
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.