| Lattice Microbes 2.5
    This is for whole cell modeling | 
A factory object used to create Master Equation simulation instances. More...
#include <MESolverFactory.h>
| Public Member Functions | |
| MESolverFactory () | |
| Create the factory. | |
| void | setSolver (string solver) | 
| Set the type of solver the factory makes. | |
| bool | needsReactionModel () | 
| Tell if solver needs a reaction model. | |
| bool | needsDiffusionModel () | 
| Tell if solver needs a diffusion model. | |
| MESolver * | instantiate () | 
| Get an instance of a MESolver object for running a replicate. | |
A factory object used to create Master Equation simulation instances.
| lm::me::MESolverFactory::MESolverFactory | ( | ) | 
Create the factory.
| MESolver * lm::me::MESolverFactory::instantiate | ( | ) | 
Get an instance of a MESolver object for running a replicate.
| bool lm::me::MESolverFactory::needsDiffusionModel | ( | ) | 
Tell if solver needs a diffusion model.
| bool lm::me::MESolverFactory::needsReactionModel | ( | ) | 
Tell if solver needs a reaction model.
| void lm::me::MESolverFactory::setSolver | ( | string | solver | ) | 
Set the type of solver the factory makes.
| solver | The name of the solver from the command line |