, 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 class | CryptSimulation2d | [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 > | |
mBoundaryConditions | OffLatticeSimulation< 2 > | [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< 2 > | [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] |
mOutputDirectory | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | [protected] |
mOutputDivisionLocations | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | [protected] |
mOutputNodeVelocities | OffLatticeSimulation< 2 > | [protected] |
mpCellBasedPdeHandler | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | [protected] |
mpDivisionLocationFile | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | [protected] |
mpNodeVelocitiesFile | OffLatticeSimulation< 2 > | [protected] |
mpVizSetupFile | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | [protected] |
mrCellPopulation | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | [protected] |
mSamplingTimestepMultiple | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | [protected] |
mSimulationOutputDirectory | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | [protected] |
mUpdateCellPopulation | AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM > | [protected] |
mUsingMeshBasedCellPopulation | CryptSimulation2d | [protected] |
mVizBetaCateninResultsFile | CryptSimulation2d | [protected] |
mWriteBetaCatenin | CryptSimulation2d | [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() const | AbstractCellBasedSimulation< 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] |