10 #ifndef MUELU_TWOLEVELMATLABFACTORY_DECL_HPP
11 #define MUELU_TWOLEVELMATLABFACTORY_DECL_HPP
30 #ifdef HAVE_MUELU_MATLAB
42 class TwoLevelMatlabFactory :
public TwoLevelFactoryBase {
43 #undef MUELU_TWOLEVELMATLABFACTORY_SHORT
94 #define MUELU_TWOLEVELMATLABFACTORY_SHORT
96 #endif // HAVE_MUELU_MATLAB
97 #endif // MUELU TWOLEVELMATLABFACTORY_DECL_HPP
MueLu::DefaultLocalOrdinal LocalOrdinal
Tpetra::KokkosClassic::DefaultNode::DefaultNodeType DefaultNode
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
virtual ~TwoLevelMatlabFactory()
void DeclareInput(Level &fineLevel, Level &coarseLevel) const
Input.
MueLu::DefaultScalar Scalar
Tpetra::Details::DefaultTypes::scalar_type DefaultScalar
MueLu::DefaultGlobalOrdinal GlobalOrdinal
Class that holds all level-specific information.
std::string description() const
@ name Description
std::vector< std::string > needsFine_
List of arguments to the MATLAB function, in order. These args must correspond to MueLu "Needs" objec...
std::vector< std::string > needsCoarse_
List of arguments to the MATLAB function, in order. These args must correspond to MueLu "Needs" objec...
void Build(Level &fineLevel, Level &coarseLevel) const
Build an object with this factory.