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>
75#undef MUELU_COUPLEDRBMFACTORY_SHORT
115 void BuildRBM(RCP<Matrix>& A, RCP<MultiVector>& Coords, RCP<MultiVector>& nullspace)
const;
139#define MUELU_COUPLEDRBMFACTORY_SHORT
MueLu::DefaultLocalOrdinal LocalOrdinal
MueLu::DefaultScalar Scalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Nullspace Factory for coupled acoustic-elastic problems.
std::string nspName_
name of nullspace vector on finest level
void BuildRBM(RCP< Matrix > &A, RCP< MultiVector > &Coords, RCP< MultiVector > &nullspace) const
CoupledRBMFactory(const int numPDEs)
Constructor.
void Build(Level ¤tLevel) const
Build an object with this factory.
void setNumPDEs(int numPDEs)
virtual ~CoupledRBMFactory()
Destructor.
CoupledRBMFactory(const std::string &nspName="Nullspace")
Constructor.
void setLastAcousticDOF(int lastDOF)
void DeclareInput(Level ¤tLevel) const
Specifies the data that this class needs, and the factories that generate that data.
Class that holds all level-specific information.
Base class for factories that use one level (currentLevel).
Namespace for MueLu classes and methods.
KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar