Skip to main content
. Author manuscript; available in PMC: 2013 Aug 19.
Published in final edited form as: Conf Proc IEEE Eng Med Biol Soc. 2010;2010:3808–3811. doi: 10.1109/IEMBS.2010.5627601

Algorithm 1.

UpdateCellPattern (xt, ΔV(t), σ)

//ε: threshold
while F(x) ≥ ε for all vertices and ΔV (t) not reached
yet do
 Obtain updated forces F
 Obtain new vertices positions x′ from x′ = x + σF(x)
 Update topological changes if required
end while
xt+1 = x′
return xt+1