35 #ifndef NEKTAR_SOLVERUTILS_DRIVERARPACK_H 36 #define NEKTAR_SOLVERUTILS_DRIVERARPACK_H 82 virtual void v_InitObject(std::ostream &out = std::cout);
85 virtual void v_Execute(std::ostream &out = std::cout);
98 #endif //NEKTAR_SOLVERUTILS_DRIVERARPACK_H virtual ~DriverArpack()
Destructor.
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
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.
static DriverSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Creates an instance of this class.
std::shared_ptr< Driver > DriverSharedPtr
A shared pointer to a Driver object.
Base class for the development of solvers.
static std::string arpackProblemTypeLookupIds[]
virtual void v_InitObject(std::ostream &out=std::cout)
Virtual function for initialisation implementation.
DriverArpack(const LibUtilities::SessionReaderSharedPtr pSession, const SpatialDomains::MeshGraphSharedPtr pGraph)
Constructor.
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
static std::string ArpackProblemTypeTrans[]
static std::string driverLookupId
static std::string arpackProblemTypeDefault
Base class for the development of solvers.
std::shared_ptr< SessionReader > SessionReaderSharedPtr
static std::string className
Name of the class.