22 #ifndef BIOBASESOLVER_HPP
23 #define BIOBASESOLVER_HPP
24 #include <LbmLib/include/solver/BioSolver/BioSolverFactory.hpp>
25 #include <LbmLib/include/solver/BioSolver/BioAbstractSolver.hpp>
100 #endif // BIOBASESOLVER_HPP
virtual ~BioBaseSolver()
Virtual destructor.
BioBaseSolver()
The Constructor which enforces specialization.
The MassAbstractSolver class The abstract base class for all Mass Solvers.
static bool init()
init Registers the class in the Solver Factory
The Base class for all BioSolver implementations. This classes uses the recursive template idiom to a...
static BioAbstractSolver * create()
Static constructor. A pointer to this function along with the name of the algorithm is registered in ...
std::string getName()
getName
static bool reg
reg True if registration was successful.