36 #ifndef NEKTAR_SOLVERUTILS_DRIVERARPACK_H
37 #define NEKTAR_SOLVERUTILS_DRIVERARPACK_H
81 virtual void v_Execute(ostream &out = cout);
94 #endif //NEKTAR_SOLVERUTILS_DRIVERARPACK_H
virtual ~DriverArpack()
Destructor.
boost::shared_ptr< Driver > DriverSharedPtr
A shared pointer to a Driver object.
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool.
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
Base class for the development of solvers.
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
static std::string arpackProblemTypeLookupIds[]
DriverArpack(const LibUtilities::SessionReaderSharedPtr pSession)
Constructor.
static std::string ArpackProblemTypeTrans[]
static std::string driverLookupId
static std::string arpackProblemTypeDefault
static DriverSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession)
Creates an instance of this class.
virtual void v_Execute(ostream &out=cout)
Virtual function for solve implementation.
virtual void v_InitObject(ostream &out=cout)
Virtual function for initialisation implementation.
Base class for the development of solvers.
static std::string className
Name of the class.