Modifying FE Model Mesh
2 ビュー (過去 30 日間)
古いコメントを表示
I am looking to modify or create the mesh, nodes, and stress values generated in the pde toolbox.
Specifically i would like to be able to import a mesh ( nodes, id, position, element, etc) into the PDE toolbox, i would also like to be able to import the associated results into matlab for plotting, post processing and other uses assocated with the PDE Toolbox.
Has anyone had any experience doing this.
I have attempted to directly write the FEMesh with the associated properties (trouble shooting this method currently) in a similar formate for which the PDE solver generates its modesl for use in pdeplot3D, I have also attempted to modify an exisiting model, however the mesh property is unable to be over written.
2 件のコメント
KSSV
2022 年 8 月 10 日
You check the variables you have got. They will be structures, from here you can extract what you want.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で General PDEs についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!