|
MueLu
Version of the Day
|
Factory for interacting with Matlab. More...
#include <MueLu_SingleLevelMatlabFactory_decl.hpp>
Constructors/Destructors. | |
| SingleLevelMatlabFactory () | |
| virtual | ~SingleLevelMatlabFactory () |
Input | |
| RCP< const ParameterList > | GetValidParameterList () const |
| void | DeclareInput (Level ¤tLevel) const |
Build methods. | |
| bool | hasDeclaredInput_ |
| std::vector< std::string > | needs_ |
| List of arguments to the MATLAB function, in order. These args must correspond to MueLu "Needs" objects. More... | |
| void | Build (Level ¤tLevel) const |
| std::string | description () const |
| @ name Description More... | |
Factory for interacting with Matlab.
Definition at line 76 of file MueLu_SingleLevelMatlabFactory_decl.hpp.
| MueLu::SingleLevelMatlabFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::SingleLevelMatlabFactory |
Definition at line 64 of file MueLu_SingleLevelMatlabFactory_def.hpp.
|
inlinevirtual |
Definition at line 86 of file MueLu_SingleLevelMatlabFactory_decl.hpp.
| RCP< const ParameterList > MueLu::SingleLevelMatlabFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::GetValidParameterList |
Definition at line 68 of file MueLu_SingleLevelMatlabFactory_def.hpp.
| void MueLu::SingleLevelMatlabFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::DeclareInput | ( | Level & | currentLevel | ) | const |
Definition at line 78 of file MueLu_SingleLevelMatlabFactory_def.hpp.
| void MueLu::SingleLevelMatlabFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Build | ( | Level & | currentLevel | ) | const |
Definition at line 92 of file MueLu_SingleLevelMatlabFactory_def.hpp.
| std::string MueLu::SingleLevelMatlabFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::description |
@ name Description
Definition at line 115 of file MueLu_SingleLevelMatlabFactory_def.hpp.
|
mutableprivate |
Definition at line 111 of file MueLu_SingleLevelMatlabFactory_decl.hpp.
|
mutableprivate |
List of arguments to the MATLAB function, in order. These args must correspond to MueLu "Needs" objects.
Definition at line 118 of file MueLu_SingleLevelMatlabFactory_decl.hpp.