RBGen
Version of the Day
|
Abstract factory for creating basis generation methods. More...
#include <RBGen_MethodFactory.hpp>
Public Member Functions | |
Constructor/Destructor. | |
MethodFactory () | |
Default constructor. More... | |
virtual | ~MethodFactory () |
Destructor. More... | |
Factory methods | |
virtual Teuchos::RCP< Method < DataSetType, OperatorType > > | create (const Teuchos::ParameterList ¶ms)=0 |
Abstract factory for creating basis generation methods.
Definition at line 11 of file RBGen_MethodFactory.hpp.
|
inline |
Default constructor.
Definition at line 18 of file RBGen_MethodFactory.hpp.
|
inlinevirtual |
Destructor.
Definition at line 21 of file RBGen_MethodFactory.hpp.