|
LBIBCell
|
This class controls the growth of cells and other sources/sinks. More...
#include <BioSolverGrowth.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< BioSolverGrowth > | |
| std::string | getName () |
| getName More... | |
Public Member Functions inherited from LbmLib::solver::BioAbstractSolver | |
| virtual | ~BioAbstractSolver () |
| The virtual Destructor. | |
Friends | |
| class | BioBaseSolver |
| Make the constructor private to avoid instantiation of this class. | |
Additional Inherited Members | |
Protected Member Functions inherited from LbmLib::solver::BioBaseSolver< BioSolverGrowth > | |
| 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< BioSolverGrowth > | |
| 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< BioSolverGrowth > | |
| static bool | reg |
| reg True if registration was successful. | |
This class controls the growth of cells and other sources/sinks.
Definition at line 34 of file BioSolverGrowth.hpp.
|
virtual |
Applies biological processes.
| geometryhandler | The GeometryHandler. |
| forcesolver | The ForceSolver. |
Implements LbmLib::solver::BioAbstractSolver.
Definition at line 41 of file BioSolverGrowth.cpp.