AbstractCellBasedSimulation(AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > &rCellPopulation, bool deleteCellPopulationInDestructor=false, bool initialiseCells=true) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
AddCellKiller(boost::shared_ptr< AbstractCellKiller< SPACE_DIM > > pCellKiller) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
AddCellPopulationBoundaryCondition(boost::shared_ptr< AbstractCellPopulationBoundaryCondition< ELEMENT_DIM, ELEMENT_DIM > > pBoundaryCondition) | OffLatticeSimulation< 1 > | |
AddForce(boost::shared_ptr< AbstractForce< ELEMENT_DIM, ELEMENT_DIM > > pForce) | OffLatticeSimulation< 1 > | |
AddSimulationModifier(boost::shared_ptr< AbstractCellBasedSimulationModifier< ELEMENT_DIM, SPACE_DIM > > pSimulationModifier) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
boost::serialization::access class | CryptSimulation1d | friend |
CalculateCellDivisionVector(CellPtr pParentCell) | CryptSimulation1d | privatevirtual |
CryptSimulation1d(AbstractCellPopulation< 1 > &rCellPopulation, bool deleteCellPopulationInDestructor=false, bool initialiseCells=true) | CryptSimulation1d | |
DoCellBirth() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protectedvirtual |
DoCellRemoval() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
GetCellBasedPdeHandler() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetDt() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetIdentifier() const | Identifiable | |
GetNodeLocation(const unsigned &rNodeIndex) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetNumBirths() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetNumDeaths() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetOutputCellVelocities() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetOutputDirectory() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetOutputDivisionLocations() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetSimulationModifiers() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
GetUpdateCellPopulationRule() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
mBoundaryConditions | OffLatticeSimulation< 1 > | protected |
mCellKillers | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mDeleteCellPopulationInDestructor | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mDt | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mEndTime | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mForceCollection | OffLatticeSimulation< 1 > | protected |
mInitialiseCells | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mNoBirth | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mNumBirths | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mNumDeaths | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mOutputCellVelocities | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mOutputDirectory | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mOutputDivisionLocations | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mpCellBasedPdeHandler | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mpCellVelocitiesFile | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mpDivisionLocationFile | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mpStaticCastCellPopulation | CryptSimulation1d | private |
mpVizSetupFile | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mrCellPopulation | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mSamplingTimestepMultiple | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mSimulationModifiers | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mSimulationOutputDirectory | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
mUpdateCellPopulation | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
OffLatticeSimulation(AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > &rCellPopulation, bool deleteCellPopulationInDestructor=false, bool initialiseCells=true) | OffLatticeSimulation< 1 > | |
OutputAdditionalSimulationSetup(out_stream &rParamsFile) | OffLatticeSimulation< 1 > | virtual |
OutputSimulationParameters(out_stream &rParamsFile) | CryptSimulation1d | virtual |
OutputSimulationSetup() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protected |
RemoveAllCellKillers() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
RemoveAllCellPopulationBoundaryConditions() | OffLatticeSimulation< 1 > | |
RemoveAllForces() | OffLatticeSimulation< 1 > | |
rGetCellPopulation() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
rGetCellPopulation() const | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
serialize(Archive &archive, const unsigned int version) | CryptSimulation1d | inlineprivate |
SetCellBasedPdeHandler(CellBasedPdeHandler< SPACE_DIM > *pCellBasedPdeHandler) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetDt(double dt) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetEndTime(double endTime) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetNoBirth(bool noBirth) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetOutputCellVelocities(bool outputCellVelocities) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetOutputDirectory(std::string outputDirectory) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetOutputDivisionLocations(bool outputDivisionLocations) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetSamplingTimestepMultiple(unsigned samplingTimestepMultiple) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetUpdateCellPopulationRule(bool updateCellPopulation) | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
SetupSolve() | OffLatticeSimulation< 1 > | protectedvirtual |
Solve() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | |
StoppingEventHasOccurred() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protectedvirtual |
TestCryptSimulation1d (defined in CryptSimulation1d) | CryptSimulation1d | friend |
UpdateCellLocationsAndTopology() | OffLatticeSimulation< 1 > | protectedvirtual |
UpdateCellPopulation() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | protectedvirtual |
UpdateNodePositions() | OffLatticeSimulation< 1 > | protectedvirtual |
WriteVisualizerSetupFile() | OffLatticeSimulation< 1 > | protectedvirtual |
~AbstractCellBasedSimulation() | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | virtual |
~CryptSimulation1d() | CryptSimulation1d | virtual |
~Identifiable() | Identifiable | virtual |