The output of refinemesh function. Is it always the same or a given mesh ?
이전 댓글 표시
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 ?
답변 (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.
카테고리
도움말 센터 및 File Exchange에서 Report Generator Creation에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!