LBIBCell
|
Default class of a BioSolver which does nothing. More...
#include <BioSolverAreaRegulator.hpp>
Public Member Functions | |
virtual void | applyBioProcess (geometry::GeometryHandler &geometryhandler, solver::ForceSolver &forcesolver) |
Applies biological processes. More... | |
Public Member Functions inherited from LbmLib::solver::BioBaseSolver< BioSolverAreaRegulator > | |
std::string | getName () |
getName More... | |
Public Member Functions inherited from LbmLib::solver::BioAbstractSolver | |
virtual | ~BioAbstractSolver () |
The virtual Destructor. | |
Friends | |
class | BioBaseSolver |
Make friend class. | |
Additional Inherited Members | |
Protected Member Functions inherited from LbmLib::solver::BioBaseSolver< BioSolverAreaRegulator > | |
BioBaseSolver () | |
The Constructor which enforces specialization. | |
virtual | ~BioBaseSolver () |
Virtual destructor. | |
Protected Member Functions inherited from LbmLib::solver::BioAbstractSolver | |
BioAbstractSolver () | |
Protected Constructor. Only use create() method for instantiation. | |
Static Protected Member Functions inherited from LbmLib::solver::BioBaseSolver< BioSolverAreaRegulator > | |
static BioAbstractSolver * | create () |
Static constructor. A pointer to this function along with the name of the algorithm is registered in the Solver Factory. More... | |
static bool | init () |
init Registers the class in the Solver Factory More... | |
Static Protected Attributes inherited from LbmLib::solver::BioBaseSolver< BioSolverAreaRegulator > | |
static bool | reg |
reg True if registration was successful. | |
Default class of a BioSolver which does nothing.
The BioSolverAreaRegulator class
Definition at line 37 of file BioSolverAreaRegulator.hpp.
|
virtual |
Applies biological processes.
geometryhandler | The GeometryHandler. |
forcesolver | The ForceSolver. |
Implements LbmLib::solver::BioAbstractSolver.
Definition at line 45 of file BioSolverAreaRegulator.cpp.