10 #ifndef MUELU_SINGLELEVELMATLABFACTORY_DECL_HPP
11 #define MUELU_SINGLELEVELMATLABFACTORY_DECL_HPP
29 #ifdef HAVE_MUELU_MATLAB
38 template <
class Scalar =
double,
class LocalOrdinal =
int,
class GlobalOrdinal = LocalOrdinal,
class Node = Tpetra::KokkosClassic::DefaultNode::DefaultNodeType>
39 class SingleLevelMatlabFactory :
public SingleLevelFactoryBase {
40 #undef MUELU_SINGLELEVELMATLABFACTORY_SHORT
81 mutable std::vector<std::string>
needs_;
89 #define MUELU_SINGLELEVELMATLABFACTORY_SHORT
91 #endif // HAVE_MUELU_MATLAB
92 #endif // MUELU SINGLELEVELMATLABFACTORY_DECL_HPP
std::vector< std::string > needs_
List of arguments to the MATLAB function, in order. These args must correspond to MueLu "Needs" objec...
void Build(Level ¤tLevel) const
Build an object with this factory.
std::string description() const
@ name Description
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.
RCP< const ParameterList > GetValidParameterList() const
Return a const parameter list of valid parameters that setParameterList() will accept.
virtual ~SingleLevelMatlabFactory()
SingleLevelMatlabFactory()