Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在单位正方形上的常规网格上求解 PDE。我找到了常规网格生成器poimesh,它似乎可以完成这项工作,但我看不到如何为单位正方形创建几何文件。所以我的问题是:
poimesh
如何在 Matlab 中为单位正方形创建几何文件?
要创建单位正方形几何,您可以执行以下操作
g='squareg'; % The unit square [p,e,t]=poimesh(g, nx, ny);
我意识到这并不容易找到。看看例子,例如,here