35 #ifndef NEKTAR_SOLVERUTILS_DRIVERSTANDARD_H 36 #define NEKTAR_SOLVERUTILS_DRIVERSTANDARD_H 84 #endif //NEKTAR_SOLVERUTILS_DRIVERSTANDARD_H static std::string className
Name of the class.
std::shared_ptr< MeshGraph > MeshGraphSharedPtr
General purpose memory allocation routines with the ability to allocate from thread specific memory p...
static DriverSharedPtr create(const LibUtilities::SessionReaderSharedPtr &pSession, const SpatialDomains::MeshGraphSharedPtr &pGraph)
Creates an instance of this class.
Base class for the development of solvers.
std::shared_ptr< Driver > DriverSharedPtr
A shared pointer to a Driver object.
SOLVER_UTILS_EXPORT DriverStandard(const LibUtilities::SessionReaderSharedPtr pSession, const SpatialDomains::MeshGraphSharedPtr pGraph)
Constructor.
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.
static std::shared_ptr< DataType > AllocateSharedPtr(const Args &...args)
Allocate a shared pointer from the memory pool.
static std::string driverLookupId
virtual SOLVER_UTILS_EXPORT ~DriverStandard()
Destructor.
#define SOLVER_UTILS_EXPORT
Base class for the development of solvers.
std::shared_ptr< SessionReader > SessionReaderSharedPtr