MueLu
Version of the Day
|
#include <MueLu_ParameterListAcceptor.hpp>
Public Member Functions | |
ParameterListAcceptorImpl () | |
virtual | ~ParameterListAcceptorImpl () |
virtual void | SetParameterList (const ParameterList ¶mList) |
Set parameters from a parameter list and return with default values. More... | |
virtual const Teuchos::ParameterList & | GetParameterList () const |
void | SetParameter (const std::string &name, const ParameterEntry &entry) |
Set a parameter directly as a ParameterEntry. More... | |
const ParameterEntry & | GetParameter (const std::string &name) const |
Retrieves a const entry with the name name. More... | |
virtual void | GetDocumentation (std::ostream &os) const |
![]() | |
ParameterListAcceptor () | |
virtual | ~ParameterListAcceptor () |
virtual RCP< const ParameterList > | GetValidParameterList () const =0 |
Return a const parameter list of valid parameters that setParameterList() will accept. More... | |
Private Attributes | |
Teuchos::ParameterList | paramList_ |
Definition at line 95 of file MueLu_ParameterListAcceptor.hpp.
|
inline |
Definition at line 99 of file MueLu_ParameterListAcceptor.hpp.
|
inlinevirtual |
Definition at line 101 of file MueLu_ParameterListAcceptor.hpp.
|
inlinevirtual |
Set parameters from a parameter list and return with default values.
Implements MueLu::ParameterListAcceptor.
Definition at line 107 of file MueLu_ParameterListAcceptor.hpp.
|
inlinevirtual |
Implements MueLu::ParameterListAcceptor.
Definition at line 132 of file MueLu_ParameterListAcceptor.hpp.
|
inlinevirtual |
Set a parameter directly as a ParameterEntry.
Implements MueLu::ParameterListAcceptor.
Definition at line 153 of file MueLu_ParameterListAcceptor.hpp.
|
inlinevirtual |
Retrieves a const entry with the name name.
Implements MueLu::ParameterListAcceptor.
Definition at line 159 of file MueLu_ParameterListAcceptor.hpp.
|
inlinevirtual |
Implements MueLu::ParameterListAcceptor.
Definition at line 163 of file MueLu_ParameterListAcceptor.hpp.
|
mutableprivate |
Definition at line 183 of file MueLu_ParameterListAcceptor.hpp.