|
MueLu
Version of the Day
|
Factory for interacting with Matlab. More...
#include <MueLu_TwoLevelMatlabFactory_decl.hpp>
Constructors/Destructors. | |
| TwoLevelMatlabFactory () | |
| virtual | ~TwoLevelMatlabFactory () |
Input | |
| RCP< const ParameterList > | GetValidParameterList () const |
| void | DeclareInput (Level &fineLevel, Level &coarseLevel) const |
Build methods. | |
| bool | hasDeclaredInput_ |
| std::vector< std::string > | needsFine_ |
| List of arguments to the MATLAB function, in order. These args must correspond to MueLu "Needs" objects for the fine level. These must be listed before coarse needs. More... | |
| std::vector< std::string > | needsCoarse_ |
| List of arguments to the MATLAB function, in order. These args must correspond to MueLu "Needs" objects for the coarse level. These must be listed after fine needs. More... | |
| void | Build (Level &fineLevel, Level &coarseLevel) const |
| std::string | description () const |
| @ name Description More... | |
Factory for interacting with Matlab.
Definition at line 77 of file MueLu_TwoLevelMatlabFactory_decl.hpp.
| MueLu::TwoLevelMatlabFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::TwoLevelMatlabFactory |
Definition at line 66 of file MueLu_TwoLevelMatlabFactory_def.hpp.
|
inlinevirtual |
Definition at line 87 of file MueLu_TwoLevelMatlabFactory_decl.hpp.
| RCP< const ParameterList > MueLu::TwoLevelMatlabFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::GetValidParameterList |
Definition at line 70 of file MueLu_TwoLevelMatlabFactory_def.hpp.
| void MueLu::TwoLevelMatlabFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::DeclareInput | ( | Level & | fineLevel, |
| Level & | coarseLevel | ||
| ) | const |
Definition at line 80 of file MueLu_TwoLevelMatlabFactory_def.hpp.
| void MueLu::TwoLevelMatlabFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::Build | ( | Level & | fineLevel, |
| Level & | coarseLevel | ||
| ) | const |
Definition at line 102 of file MueLu_TwoLevelMatlabFactory_def.hpp.
| std::string MueLu::TwoLevelMatlabFactory< Scalar, LocalOrdinal, GlobalOrdinal, Node >::description |
@ name Description
Definition at line 129 of file MueLu_TwoLevelMatlabFactory_def.hpp.
|
mutableprivate |
Definition at line 111 of file MueLu_TwoLevelMatlabFactory_decl.hpp.
|
mutableprivate |
List of arguments to the MATLAB function, in order. These args must correspond to MueLu "Needs" objects for the fine level. These must be listed before coarse needs.
Definition at line 118 of file MueLu_TwoLevelMatlabFactory_decl.hpp.
|
mutableprivate |
List of arguments to the MATLAB function, in order. These args must correspond to MueLu "Needs" objects for the coarse level. These must be listed after fine needs.
Definition at line 121 of file MueLu_TwoLevelMatlabFactory_decl.hpp.