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 |