Chaste Release::3.1
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, 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< 2 >
AddForce(boost::shared_ptr< AbstractForce< ELEMENT_DIM, ELEMENT_DIM > > pForce)OffLatticeSimulation< 2 >
boost::serialization::access classCryptSimulation2d [friend]
CalculateCellDivisionVector(CellPtr pParentCell)CryptSimulation2d [protected, virtual]
CryptSimulation2d(AbstractCellPopulation< 2 > &rCellPopulation, bool deleteCellPopulationInDestructor=false, bool initialiseCells=true)CryptSimulation2d
DoCellBirth()AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected, virtual]
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 >
GetOutputDirectory()AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >
GetOutputDivisionLocations()AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >
GetOutputNodeVelocities()OffLatticeSimulation< 2 >
mBoundaryConditionsOffLatticeSimulation< 2 > [protected]
mCellKillersAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mDeleteCellPopulationInDestructorAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mDtAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mEndTimeAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mForceCollectionOffLatticeSimulation< 2 > [protected]
mInitialiseCellsAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mNoBirthAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mNumBirthsAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mNumDeathsAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mOutputDirectoryAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mOutputDivisionLocationsAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mOutputNodeVelocitiesOffLatticeSimulation< 2 > [protected]
mpCellBasedPdeHandlerAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mpDivisionLocationFileAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mpNodeVelocitiesFileOffLatticeSimulation< 2 > [protected]
mpVizSetupFileAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mrCellPopulationAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mSamplingTimestepMultipleAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mSimulationOutputDirectoryAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mUpdateCellPopulationAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
mUsingMeshBasedCellPopulationCryptSimulation2d [protected]
mVizBetaCateninResultsFileCryptSimulation2d [protected]
mWriteBetaCateninCryptSimulation2d [protected]
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)CryptSimulation2d [virtual]
OutputSimulationSetup()AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected]
RemoveAllCellKillers()AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >
RemoveAllCellPopulationBoundaryConditions()OffLatticeSimulation< 2 >
RemoveAllForces()OffLatticeSimulation< 2 >
rGetCellPopulation()AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >
rGetCellPopulation() constAbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >
serialize(Archive &archive, const unsigned int version)CryptSimulation2d [inline, protected]
SetBottomCellAncestors()CryptSimulation2d
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 >
SetOutputDirectory(std::string outputDirectory)AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >
SetOutputDivisionLocations(bool outputDivisionLocations)AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >
SetOutputNodeVelocities(bool outputNodeVelocities)OffLatticeSimulation< 2 >
SetSamplingTimestepMultiple(unsigned samplingTimestepMultiple)AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >
SetUpdateCellPopulationRule(bool updateCellPopulation)AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >
SetupSolve()CryptSimulation2d [protected, virtual]
SetupWriteBetaCatenin()CryptSimulation2d [protected]
Solve()AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >
StoppingEventHasOccurred()AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected, virtual]
TestCryptSimulation2dWithMeshBasedCellPopulation (defined in CryptSimulation2d)CryptSimulation2d [friend]
TestCryptSimulation2dWithVertexBasedCellPopulation (defined in CryptSimulation2d)CryptSimulation2d [friend]
UpdateAtEndOfSolve()CryptSimulation2d [protected, virtual]
UpdateAtEndOfTimeStep()CryptSimulation2d [protected, virtual]
UpdateCellLocationsAndTopology()OffLatticeSimulation< 2 > [protected, virtual]
UpdateCellPopulation()AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [protected, virtual]
UpdateNodePositions(const std::vector< c_vector< double, ELEMENT_DIM > > &rNodeForces)OffLatticeSimulation< 2 > [protected, virtual]
UseJiggledBottomCells()CryptSimulation2d
WriteBetaCatenin(double time)CryptSimulation2d [protected, virtual]
WriteVisualizerSetupFile()OffLatticeSimulation< 2 > [protected, virtual]
~AbstractCellBasedSimulation()AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > [virtual]
~CryptSimulation2d()CryptSimulation2d [virtual]
~Identifiable()Identifiable [virtual]