36 #ifndef NEKTAR_SOLVERUTILS_DRIVERARPACK_H
37 #define NEKTAR_SOLVERUTILS_DRIVERARPACK_H
78 virtual void v_InitObject(std::ostream &out = std::cout);
81 virtual void v_Execute(std::ostream &out = std::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...
virtual void v_Execute(std::ostream &out=std::cout)
Virtual function for solve implementation.
Base class for the development of solvers.
boost::shared_ptr< SessionReader > SessionReaderSharedPtr
static std::string arpackProblemTypeLookupIds[]
virtual void v_InitObject(std::ostream &out=std::cout)
Virtual function for initialisation implementation.
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.
Base class for the development of solvers.
static std::string className
Name of the class.