|
33 | 33 | #ifndef
|
34 | 34 | #define TRIGGER_WIKI
|
35 | 35 |
|
36 |
| -## # Introduction |
| 36 | +## ## Introduction |
37 | 37 | ## In this tutorial we show how Chaste can be used to create, run and visualize Potts-based simulations.
|
38 | 38 | ## Full details of the mathematical model can be found in Graner, F. and Glazier, J. A. (1992).
|
39 | 39 | ##
|
40 |
| -## ## The Test |
| 40 | +## ### The Test |
41 | 41 |
|
42 | 42 | import unittest # Python testing framework
|
43 | 43 | import chaste # The PyChaste module
|
|
48 | 48 |
|
49 | 49 |
|
50 | 50 | class TestRunningPottsBasedSimulationsTutorial(chaste.cell_based.AbstractCellBasedTestSuite):
|
51 |
| - ## ## Test 1 - A basic node-based simulation |
| 51 | + ## ### Test 1 - A basic node-based simulation |
52 | 52 | ## In the first test, we run a simple Potts-based simulation, in which we create a monolayer of cells, using a Potts mesh.
|
53 | 53 | ## Each cell is assigned a stochastic cell-cycle model.
|
54 | 54 |
|
@@ -159,7 +159,7 @@ def test_monolayer(self):
|
159 | 159 |
|
160 | 160 | # JUPYTER_TEARDOWN
|
161 | 161 |
|
162 |
| - ## ## Test 2 - Cell sorting |
| 162 | + ## ### Test 2 - Cell sorting |
163 | 163 | ## The next test generates a collection of cells, there are two types of cells, labelled ones and non labelled ones,
|
164 | 164 | ## there is differential adhesion between the cell types. For the parameters specified, the cells sort into separate types.
|
165 | 165 |
|
@@ -239,7 +239,7 @@ def test_potts_monolayer_cell_sorting(self):
|
239 | 239 |
|
240 | 240 | # JUPYTER_TEARDOWN
|
241 | 241 |
|
242 |
| - ## ## Test 3 - 3D Cell Sorting |
| 242 | + ## ### Test 3 - 3D Cell Sorting |
243 | 243 | ## The next test extends the previous example to three dimensions.
|
244 | 244 |
|
245 | 245 | def test_potts_spheroid_cell_sorting(self):
|
|
0 commit comments