24#ifndef _GEMA_SUPERLUMT_SOLVER_FACTORY_H_
25#define _GEMA_SUPERLUMT_SOLVER_FACTORY_H_
31#include "superLuMtSolverVersion.h"
52 assert(category == GM_PLUGIN_NUMSOLVER);
const GmLogCategory & logger()
Implementation of the SuperLuMtSolver factory plugin.
Definition superLuMtSolverFactory.h:36
SuperLuMtSolverFactory()
Default constructor.
Definition superLuMtSolverFactory.h:43
virtual const QMap< QString, QString > & versionInfo() const
Retuns version information for the plugin. See comments on the base class.
Definition superLuMtSolverFactory.h:61
virtual const QStringList & depVersionInfo() const
Retuns dependency version information for the plugin. See comments on the base class.
Definition superLuMtSolverFactory.h:64
virtual ~SuperLuMtSolverFactory()
Destructor.
Definition superLuMtSolverFactory.h:46
A class for creating a GeMA solver based on th multi-threaded SuperLU library.
Definition superLuMtSolver.h:46
#define GmPluginObjectFactoryInterfaceIID
Declaration of the SuperLuMtSolver class.