The output of refinemesh function. Is it always the same or a given mesh ?
3 次查看(过去 30 天)
显示 更早的评论
Let Tn be a triangular mesh obtained from T0 after n times refinement using the "refinemesh" function in Matlab.
The question: is Tn unique if T0 is fixed ? I mean, do I get the same numeration for the nodes and triangles in Tn every time I refine n times ?
0 个评论
回答(1 个)
Sean de Wolski
2014-12-10
Looking at the algorithm (bottom of the documentation page for refinemesh )
doc refinemesh
I don't see anything that should introduce stochastic behavior.
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!