|
Chaste Release::3.1
|
#include <DeltaNotchOffLatticeSimulation.hpp>
Inheritance diagram for DeltaNotchOffLatticeSimulation< DIM >:
Collaboration diagram for DeltaNotchOffLatticeSimulation< DIM >:Public Member Functions | |
| DeltaNotchOffLatticeSimulation (AbstractCellPopulation< DIM > &rCellPopulation, bool deleteCellPopulationInDestructor=false, bool initialiseCells=true) | |
| ~DeltaNotchOffLatticeSimulation () | |
Public Attributes | |
| out_stream | mVizDeltaFile |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) |
| void | SetupSolve () |
| void | UpdateAtEndOfTimeStep () |
| void | UpdateCellData () |
Friends | |
| class | boost::serialization::access |
Subclass of OffLatticeSimulation in which the mean levels of Delta in neighbouring cells are computed and stored in CellData for use in DeltaNotchOdeSystem in a centre-based cell population.
Definition at line 50 of file DeltaNotchOffLatticeSimulation.hpp.
| DeltaNotchOffLatticeSimulation< DIM >::DeltaNotchOffLatticeSimulation | ( | AbstractCellPopulation< DIM > & | rCellPopulation, |
| bool | deleteCellPopulationInDestructor = false, |
||
| bool | initialiseCells = true |
||
| ) |
Default constructor.
| rCellPopulation | A cell population facade class (contains a mesh and cells) |
| deleteCellPopulationInDestructor | Whether to delete the cell population on destruction to free up memory (defaults to false) |
| initialiseCells | whether to initialise cells (defaults to true, set to false when loading from an archive) |
Definition at line 43 of file DeltaNotchOffLatticeSimulation.cpp.
| DeltaNotchOffLatticeSimulation< DIM >::~DeltaNotchOffLatticeSimulation | ( | ) |
Destructor.
Definition at line 51 of file DeltaNotchOffLatticeSimulation.cpp.
| void DeltaNotchOffLatticeSimulation< DIM >::serialize | ( | Archive & | archive, |
| const unsigned int | version | ||
| ) | [inline, private] |
Archive the object and its member variables.
| archive | the archive |
| version | the current version of this class |
Reimplemented from OffLatticeSimulation< DIM >.
Definition at line 63 of file DeltaNotchOffLatticeSimulation.hpp.
| void DeltaNotchOffLatticeSimulation< DIM >::SetupSolve | ( | ) | [private, virtual] |
Overridden SetupSolve() method. Calls UpdateCellData().
Reimplemented from OffLatticeSimulation< DIM >.
Definition at line 56 of file DeltaNotchOffLatticeSimulation.cpp.
References OffLatticeSimulation< ELEMENT_DIM, SPACE_DIM >::SetupSolve().
| void DeltaNotchOffLatticeSimulation< DIM >::UpdateAtEndOfTimeStep | ( | ) | [private, virtual] |
Overridden UpdateAtEndOfTimeStep() method.
Reimplemented from AbstractCellBasedSimulation< ELEMENT_DIM, ELEMENT_DIM >.
Definition at line 63 of file DeltaNotchOffLatticeSimulation.cpp.
References AbstractCellBasedSimulation< ELEMENT_DIM, SPACE_DIM >::UpdateAtEndOfTimeStep().
| void DeltaNotchOffLatticeSimulation< DIM >::UpdateCellData | ( | ) | [private] |
Compute the volume of each cell in the population and store these in CellData.
Definition at line 70 of file DeltaNotchOffLatticeSimulation.cpp.
References AbstractCellPopulation< ELEMENT_DIM, SPACE_DIM >::Begin(), DeltaNotchCellCycleModel::GetDelta(), VertexMesh< ELEMENT_DIM, SPACE_DIM >::GetNeighbouringElementIndices(), DeltaNotchCellCycleModel::GetNotch(), NEVER_REACHED, and VertexBasedCellPopulation< DIM >::rGetMesh().
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from OffLatticeSimulation< DIM >.
Definition at line 55 of file DeltaNotchOffLatticeSimulation.hpp.
| out_stream DeltaNotchOffLatticeSimulation< DIM >::mVizDeltaFile |
The file that the values of beta catenin is written out to.
Definition at line 86 of file DeltaNotchOffLatticeSimulation.hpp.