The output of refinemesh function. Is it always the same or a given mesh ?
Mostrar comentarios más antiguos
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 ?
Respuestas (1)
Sean de Wolski
el 10 de Dic. de 2014
Looking at the algorithm (bottom of the documentation page for refinemesh )
doc refinemesh
I don't see anything that should introduce stochastic behavior.
Categorías
Más información sobre Report Generator Creation en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!