36 #ifndef NEKTAR_SOLVERUTILS_DRIVERSTANDARD_H 
   37 #define NEKTAR_SOLVERUTILS_DRIVERSTANDARD_H 
   79 #endif //NEKTAR_SOLVERUTILS_DRIVERSTANDARD_H 
static std::string className
Name of the class. 
 
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
 
virtual SOLVER_UTILS_EXPORT void v_InitObject(std::ostream &out=std::cout)
Second-stage initialisation. 
 
virtual SOLVER_UTILS_EXPORT void v_Execute(std::ostream &out=std::cout)
Virtual function for solve implementation. 
 
SOLVER_UTILS_EXPORT DriverStandard(const LibUtilities::SessionReaderSharedPtr pSession)
Constructor. 
 
static std::string driverLookupId
 
virtual SOLVER_UTILS_EXPORT ~DriverStandard()
Destructor. 
 
#define SOLVER_UTILS_EXPORT
 
Base class for the development of solvers. 
 
static DriverSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession)
Creates an instance of this class.