Go to the documentation of this file.
46 #ifndef MUELU_COUPLEDRBMFACTORY_DECL_HPP
47 #define MUELU_COUPLEDRBMFACTORY_DECL_HPP
49 #include <Xpetra_Matrix_fwd.hpp>
50 #include <Xpetra_MultiVectorFactory_fwd.hpp>
51 #include <Xpetra_VectorFactory_fwd.hpp>
70 template <
class Scalar = double,
71 class LocalOrdinal = int,
72 class GlobalOrdinal = LocalOrdinal,
73 class Node = KokkosClassic::DefaultNode::DefaultNodeType>
74 class CoupledRBMFactory :
public SingleLevelFactoryBase {
75 #undef MUELU_COUPLEDRBMFACTORY_SHORT
115 void BuildRBM(RCP<Matrix>& A, RCP<MultiVector>& Coords, RCP<MultiVector>& nullspace)
const;
139 #define MUELU_COUPLEDRBMFACTORY_SHORT
140 #endif // MUELU_COUPLEDRBMFACTORY_DECL_HPP
void setNumPDEs(int numPDEs)
void BuildRBM(RCP< Matrix > &A, RCP< MultiVector > &Coords, RCP< MultiVector > &nullspace) const
void setLastAcousticDOF(int lastDOF)
Namespace for MueLu classes and methods.
CoupledRBMFactory(const std::string &nspName="Nullspace")
Constructor.
void Build(Level ¤tLevel) const
Build an object with this factory.
virtual ~CoupledRBMFactory()
Destructor.
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
std::string nspName_
name of nullspace vector on finest level
CoupledRBMFactory(const int numPDEs)
Constructor.
Class that holds all level-specific information.