35 #ifndef NEKTAR_SOLVERUTILS_DRIVERARPACK_H 
   36 #define NEKTAR_SOLVERUTILS_DRIVERARPACK_H 
   81     virtual void v_InitObject(std::ostream &out = std::cout) 
override;
 
   84     virtual void v_Execute(std::ostream &out = std::cout) 
override;
 
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
 
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
 
Base class for the development of solvers.
 
Base class for the development of solvers.
 
static std::string arpackProblemTypeDefault
 
static DriverSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Creates an instance of this class.
 
DriverArpack(const LibUtilities::SessionReaderSharedPtr pSession, const SpatialDomains::MeshGraphSharedPtr pGraph)
Constructor.
 
virtual void v_InitObject(std::ostream &out=std::cout) override
Virtual function for initialisation implementation.
 
virtual ~DriverArpack()
Destructor.
 
static std::string driverLookupId
 
static std::string arpackProblemTypeLookupIds[]
 
virtual void v_Execute(std::ostream &out=std::cout) override
Virtual function for solve implementation.
 
static std::string className
Name of the class.
 
static std::string ArpackProblemTypeTrans[]
 
std::shared_ptr< SessionReader > SessionReaderSharedPtr
 
std::shared_ptr< Driver > DriverSharedPtr
A shared pointer to a Driver object.
 
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
 
The above copyright notice and this permission notice shall be included.