Chaste Commit::f2ff7ee04e70ac9d06c57344df8d017dbb12b97b
CryptSimulation2d Member List

This is the complete list of members for CryptSimulation2d, including all inherited members.

AbstractCellBasedSimulation(AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM > &rCellPopulation, bool deleteCellPopulationInDestructor=false, bool initialiseCells=true)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
AddCellKiller(boost::shared_ptr< AbstractCellKiller< SPACE_DIM > > pCellKiller)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
AddCellPopulationBoundaryCondition(boost::shared_ptr< AbstractCellPopulationBoundaryCondition< ELEMENT_DIM, ELEMENT_DIM > > pBoundaryCondition)OffLatticeSimulation< 2 >
AddForce(boost::shared_ptr< AbstractForce< ELEMENT_DIM, ELEMENT_DIM > > pForce)OffLatticeSimulation< 2 >
AddSimulationModifier(boost::shared_ptr< AbstractCellBasedSimulationModifier< ELEMENT_DIM, SPACE_DIM > > pSimulationModifier)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
AddTopologyUpdateSimulationModifier(boost::shared_ptr< AbstractCellBasedSimulationModifier< ELEMENT_DIM, SPACE_DIM > > pSimulationModifier)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
ApplyBoundaries(std::map< Node< ELEMENT_DIM > *, c_vector< double, ELEMENT_DIM > > oldNodeLoctions)OffLatticeSimulation< 2 >protected
boost::serialization::accessCryptSimulation2dfriend
CryptSimulation2d(AbstractCellPopulation< 2 > &rCellPopulation, bool deleteCellPopulationInDestructor=false, bool initialiseCells=true)CryptSimulation2d
DoCellBirth()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protectedvirtual
DoCellRemoval()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
GetDt()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
GetIdentifier() constIdentifiable
GetNodeLocation(const unsigned &rNodeIndex)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
GetNumBirths()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
GetNumDeaths()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
GetNumericalMethod() constOffLatticeSimulation< 2 >
GetOutputCellVelocities()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
GetOutputDirectory()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
GetOutputDivisionLocations()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
GetSimulationModifiers()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
GetTopologyUpdateSimulationModifiers()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
GetUpdateCellPopulationRule()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
mBoundaryConditionsOffLatticeSimulation< 2 >protected
mCellKillersAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mDeleteCellPopulationInDestructorAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mDtAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mEndTimeAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mForceCollectionOffLatticeSimulation< 2 >protected
mInitialiseCellsAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mNoBirthAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mNumBirthsAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mNumDeathsAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mOutputCellVelocitiesAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mOutputDirectoryAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mOutputDivisionLocationsAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mpCellVelocitiesFileAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mpDivisionLocationFileAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mpNumericalMethodOffLatticeSimulation< 2 >protected
mpVizSetupFileAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mrCellPopulationAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mSamplingTimestepMultipleAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mSimulationModifiersAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mSimulationOutputDirectoryAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mTopologyUpdateSimulationModifiersAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mUpdateCellPopulationAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mUpdatingTimestepMultipleAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
mUsingMeshBasedCellPopulationCryptSimulation2dprotected
OffLatticeSimulation(AbstractCellPopulation< ELEMENT_DIM, ELEMENT_DIM > &rCellPopulation, bool deleteCellPopulationInDestructor=false, bool initialiseCells=true)OffLatticeSimulation< 2 >
OutputAdditionalSimulationSetup(out_stream &rParamsFile)OffLatticeSimulation< 2 >virtual
OutputSimulationParameters(out_stream &rParamsFile)CryptSimulation2dvirtual
OutputSimulationSetup()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protected
RemoveAllCellKillers()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
RemoveAllCellPopulationBoundaryConditions()OffLatticeSimulation< 2 >
RemoveAllForces()OffLatticeSimulation< 2 >
RevertToOldLocations(std::map< Node< ELEMENT_DIM > *, c_vector< double, ELEMENT_DIM > > oldNodeLoctions)OffLatticeSimulation< 2 >protected
rGetCellPopulation()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
rGetCellPopulation() constAbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
rGetForceCollection() constOffLatticeSimulation< 2 >
serialize(Archive &archive, const unsigned int version)CryptSimulation2dinlineprotected
SetBottomCellAncestors()CryptSimulation2d
SetDt(double dt)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
SetEndTime(double endTime)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
SetNoBirth(bool noBirth)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
SetNumericalMethod(boost::shared_ptr< AbstractNumericalMethod< ELEMENT_DIM, ELEMENT_DIM > > pNumericalMethod)OffLatticeSimulation< 2 >
SetOutputCellVelocities(bool outputCellVelocities)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
SetOutputDirectory(std::string outputDirectory)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
SetOutputDivisionLocations(bool outputDivisionLocations)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
SetSamplingTimestepMultiple(unsigned samplingTimestepMultiple)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
SetUpdateCellPopulationRule(bool updateCellPopulation)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
SetUpdatingTimestepMultiple(unsigned updatingTimestepMultiple)AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
SetupSolve()CryptSimulation2dprotectedvirtual
Solve()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >
StoppingEventHasOccurred()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protectedvirtual
TestCryptSimulation2dWithMeshBasedCellPopulation (defined in CryptSimulation2d)CryptSimulation2dfriend
TestCryptSimulation2dWithVertexBasedCellPopulation (defined in CryptSimulation2d)CryptSimulation2dfriend
TidyTemplatedExportIdentifier(std::string identifier) constIdentifiableprivate
UpdateCellLocationsAndTopology()OffLatticeSimulation< 2 >protectedvirtual
UpdateCellPopulation()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >protectedvirtual
UseJiggledBottomCells()CryptSimulation2d
WriteVisualizerSetupFile()OffLatticeSimulation< 2 >protectedvirtual
~AbstractCellBasedSimulation()AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >virtual
~CryptSimulation2d()CryptSimulation2dvirtual
~Identifiable()Identifiablevirtual