RBGen  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
List of all members
RBGen::MethodFactory< DataSetType, OperatorType > Class Template Referenceabstract

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 &params)=0
 

Detailed Description

template<class DataSetType, class OperatorType>
class RBGen::MethodFactory< DataSetType, OperatorType >

Abstract factory for creating basis generation methods.

Definition at line 11 of file RBGen_MethodFactory.hpp.

Constructor & Destructor Documentation

template<class DataSetType, class OperatorType>
RBGen::MethodFactory< DataSetType, OperatorType >::MethodFactory ( )
inline

Default constructor.

Definition at line 18 of file RBGen_MethodFactory.hpp.

template<class DataSetType, class OperatorType>
virtual RBGen::MethodFactory< DataSetType, OperatorType >::~MethodFactory ( )
inlinevirtual

Destructor.

Definition at line 21 of file RBGen_MethodFactory.hpp.


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