22 #ifndef TUTORIAL_01_BIOSOLVERDIFFERENTIATION_HPP
23 #define TUTORIAL_01_BIOSOLVERDIFFERENTIATION_HPP
25 #include <LbmLib/include/solver/BioSolver/BioBaseSolver.hpp>
65 std::map<unsigned int,std::vector<std::shared_ptr<LbmLib::geometry::Connection> > > cellDefinition_;
70 static const std::string name;
75 #endif // TUTORIAL_01_BIOSOLVERDIFFERENTIATION_HPP
The tutorial_01_BioSolverDifferentiation class. It differentiates the celltypes according to user-spe...
virtual void applyBioProcess(geometry::GeometryHandler &geometryhandler, solver::ForceSolver &forcesolver)
Applies biological processes.
The Base class for all BioSolver implementations. This classes uses the recursive template idiom to a...
class responsible for generating the internal geometry representation