MueLu  Version of the Day
MueLu::SingleLevelMatlabFactory Class Reference

Factory for interacting with Matlab. More...

#include <MueLu_SingleLevelMatlabFactory_fwd.hpp>

Constructors/Destructors.

 SingleLevelMatlabFactory ()
 
virtual ~SingleLevelMatlabFactory ()
 

Input

RCP< const ParameterList > GetValidParameterList () const
 
void DeclareInput (Level &currentLevel) const
 

Build methods.

bool hasDeclaredInput_
 
std::vector< std::stringneeds_
 List of arguments to the MATLAB function, in order. These args must correspond to MueLu "Needs" objects. More...
 
void Build (Level &currentLevel) const
 
std::string description () const
 @ name Description More...
 

Detailed Description

Factory for interacting with Matlab.

Definition at line 51 of file MueLu_SingleLevelMatlabFactory_fwd.hpp.

Constructor & Destructor Documentation

◆ SingleLevelMatlabFactory()

MueLu::SingleLevelMatlabFactory::SingleLevelMatlabFactory ( )

Definition at line 64 of file MueLu_SingleLevelMatlabFactory_def.hpp.

◆ ~SingleLevelMatlabFactory()

virtual MueLu::SingleLevelMatlabFactory::~SingleLevelMatlabFactory ( )
inlinevirtual

Definition at line 86 of file MueLu_SingleLevelMatlabFactory_decl.hpp.

Member Function Documentation

◆ GetValidParameterList()

RCP< const ParameterList > MueLu::SingleLevelMatlabFactory::GetValidParameterList ( ) const

Definition at line 68 of file MueLu_SingleLevelMatlabFactory_def.hpp.

◆ DeclareInput()

void MueLu::SingleLevelMatlabFactory::DeclareInput ( Level currentLevel) const

Definition at line 78 of file MueLu_SingleLevelMatlabFactory_def.hpp.

◆ Build()

void MueLu::SingleLevelMatlabFactory::Build ( Level currentLevel) const

Definition at line 92 of file MueLu_SingleLevelMatlabFactory_def.hpp.

◆ description()

std::string MueLu::SingleLevelMatlabFactory::description ( ) const

@ name Description

Definition at line 115 of file MueLu_SingleLevelMatlabFactory_def.hpp.

Member Data Documentation

◆ hasDeclaredInput_

bool MueLu::SingleLevelMatlabFactory::hasDeclaredInput_
mutableprivate

Definition at line 111 of file MueLu_SingleLevelMatlabFactory_decl.hpp.

◆ needs_

std::vector<std::string> MueLu::SingleLevelMatlabFactory::needs_
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.


The documentation for this class was generated from the following files: