Algorithm 1.
Input: i, , τA | |
Result: Update of cellular apoptosis | |
if t > τA/2 then | |
# decreasing cell area; | |
end if | |
if t = τA then | |
Cell is removed from the simulation; | |
end if |
Input: i, , τA | |
Result: Update of cellular apoptosis | |
if t > τA/2 then | |
# decreasing cell area; | |
end if | |
if t = τA then | |
Cell is removed from the simulation; | |
end if |