How can I extend the functionality of PDE tool box
3 次查看(过去 30 天)
显示 更早的评论
Hi,
The PDE tool box of MATLAB is good. But how can I extend it's capabilities i.e. for a domain specific tasks.
2 个评论
Proman
2020-8-2
This is a bit complicated, but what I can suggest is that you find your toolbox of interest in file exchange section in mathworks website since many people are specializing functions and devising toolboxes of their own interests, which are completely fit for their own fields.
Try it. You will not be disappointed.
回答(1 个)
Ravi Kumar
2020-8-2
Hi Jammi,
You might want to explore the generic equation based workflow that solves the equations that can be cast into the supported form:
What specific application domain are you looking to solve?
Regards,
Ravi
3 个评论
Ravi Kumar
2020-8-2
PDE Toolbox only supports tet and tri elements. One way to do so is compute the system matices and augment it to other system you might have. Check out assembleFEMatrices.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PDE Solvers 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!