I would like to refine a 2D mesh in the pde toolbox using the "new" flow. I am basically looking for the new version of the old function "refinemesh"
4 ビュー (過去 30 日間)
表示 古いコメント
I would like to refine a 2D mesh in the pde toolbox using the "new" flow. I am basically looking for the new version of the old function "refinemesh"
0 件のコメント
回答 (1 件)
Alan Weiss
2016 年 6 月 16 日
Sorry, the new way to do it is to construct an entirely new mesh using generateMesh using a smaller Hmax value. It is indeed different than using refinemesh, but I believe that it should work as well.
Alan Weiss
MATLAB mathematical toolbox documentation
3 件のコメント
Paul Safier
2020 年 4 月 14 日
What if you want to refine the mesh in only one direction? I have a 3D cube and I want a finer mesh in only the z-direction. Can I do this and solve with the PDE Toolbox?
参考
カテゴリ
Find more on Geometry and Mesh in Help Center and File Exchange
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!